aside {
    border-right: 1px solid #fff;
    padding-right: 30px;
}

.box > div:first-child {
    display: flex;
    gap: 10px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.box .tit {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.box > div:first-child h2 {
    font-size: 2.2rem;
    margin-bottom: 0;
}

.box .pic img {
    width: 100%;
    max-width: 120px;
}

.contact-info .mobile {
    display: flex;
}

.topics {
    padding-block: 5rem;
    width: 80%;
    display: flex;
    margin-inline: auto;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 3rem;

    & a {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
        color: var(--text);
        font-weight: 500;
        font-size: calc(0.15vw + 16px);

        &:hover {
            transform: scale(1.2);
        }
    }

    & img {
        width: clamp(40px, 7vw, 75px);
    }
}

.reach {
    padding-block: 5rem;

    & h2 {
        text-align: center;

        &::after {
            margin-inline: auto;
            right: auto;
        }
    }

    & .row {
        width: 90%;
        margin-inline: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    & > .row div {
        flex: 1 0 25%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
        font-size: calc(0.51vw + 16px);
        margin-block: 2rem;
    }

    & a {
        color: var(--text);

        &:hover {
            color: var(--prime7);
            transform: scale(1.2);
        }
    }

    & i {
        color: var(--prime7);
        display: inline-block;
        font-size: calc(2vw + 16px);
    }
}

@media (max-width:1199px) {
    .topics {
        & a {
            flex-basis: 25%;
        }
    }

    .reach {
        .row > div {
            flex-basis: 50%;
        }
    }

    .phonebook {
        & .info {
            flex-direction: column;
        }

        & .numbers {
            gap: 1rem;
            width: 100%;
            grid-template-columns: repeat(2, 1fr);
        }
    }
}

.mt-16 {
    margin-top: 5rem;
}

.page-content::after {
    left: -1rem;
}

.sub-pages-nav.with-pics {
    & h2 {
        text-align: center;

        &::after {
            margin-inline: auto;
            right: auto;
        }
    }
}

.divider {
    height: 2px;
    background-color: var(--site1);
    width: 70%;
    margin-bottom: 1rem;
}

.page-content-body-side {
    padding-inline: 2.5rem;
    border-right: #acb9bf 1px solid;
}

.page-content-body-side > div {
    position: relative;
}

.page-content-body-side > div:not(:first-of-type) {
    border-top: 1px solid #acb9bf;
    padding-block: 2rem;
}

.page-content-body-side > div:not(.box) h2 {
    color: var(--site1);
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1.2rem;
}

.page-content-body-side .box + div p {
    font-size: 1.2rem;
}

.page-content-body-side .box + div p span {
    font-weight: bold;
    margin-left: 1rem;
    width: 47px;
    display: inline-flex;
}

.rich-content {
    width: 96%;
}

.page-content-body-side .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -70px;
    height: 59px;
    width: 59px;
    z-index: 1;
    background-color: #fff;
}

h2:has(img) img {
    width: 50px;
}

.sub-pages-nav a {
    font-size: calc(0.25vw + 1rem);
}

.sub-pages-nav a .icon {
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sub-pages-nav a img {
    max-width: 100%;
    /* max-height: 70px; */
    position: relative;
    margin-bottom: 1rem;
}

.sub-pages-nav a .icon img {
    width: 52px;
    position: relative;
    opacity: .7;

}

.img-fluid.contact {
    display: block;
    max-width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
}



.department-contact-man {
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.department-contact-man .contact-name {
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-weight: bold;
    color: var(--prime7);
}

.department-contact-man .contact-job {
    color: var(--prime7);
}

.department-contact-man hr {
    display: block;
    width: 100%;
    height: 0;
    background: var(--prime2);
    margin: 10px 0;
}

.department-contact-man em {
    color: var(--prime7);
    min-width: 22px;
}

.department-contact-man a {
    color: #000;
}


h2.title {
    margin-top: 3rem;
    font-size: 2.75rem;
    font-weight: bold;
    color: var(--prime7);
    margin-bottom: 30px;
}

h2.title:after {
    content: '';
    display: block;
    width: 10%;
    height: 1px;
    background: var(--prime2);
    margin-top: 10px;
}

h3.title {
    font-size: 2rem;
    font-weight: bold;
    color: var(--prime7);
    margin-bottom: 30px;
}

h3.department-section-title:after {
    content: '';
    display: block;
    width: 10%;
    height: 1px;
    background: var(--prime2);
    margin-top: 5px;
}


.contact-info {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

.contact-info em {
    font-size: 100px;
    position: absolute;
    bottom: -20px;
    left: 10px;
    color: #ceedf6;
    z-index: -1;
}

.contact-info h3 {
    font-size: 1.2rem;
    color: var(--prime7);
}