@import url('/src/styles/normalize.css');
@import url('/src/styles/font.css');
@import url('/src/styles/container.css');
@import url('/src/styles/path.css');
@import url('/src/styles/ui.css');
@import url('/src/styles/faculty-and-department/info.css');
@import url('/src/styles/faculty-and-department/accordion.css');

.department-info {
    margin-bottom: 40px;
}

.department-general__subtitle {
    font-weight: 700;
    text-transform: none;
}

.department-general__text {
    margin-bottom: 60px;
}

.department-head {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.department-head__info {
    display: flex;
    gap: 20px;
}

.department-head__property {
    max-width: 30%;
    width: 30%;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.department-head__value {
    font-size: 20px;
    font-weight: 500;
}

.department-head__value,
.dept-accordion__value {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%; /* 26px */
}

.fd-person__info{
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.fd-person__position{
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

.dept-accordion__content img{
    max-width: 325px;
    min-height: 425px;
    object-fit: cover;
}

.admission__test-description{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
}
@media (max-width: 768px) {

    .department-head__info {
        flex-direction: column;
        gap: 16px;
    }

    .department-head__property {
        max-width: 100%;
        width: 100%;
    }

}