.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;
}
.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%;
}
.rich-content .btn-primary,
.rich-content a.btn-primary
.rich-content .btn.btn-primary{
    background-color: var(--site2);
    border-color: var(--site2);
    border-radius: 50px;
    padding:12px 20px;
    font-weight: 500;
    font-size: 1.2rem;
    margin: 1.5rem;
}

.rich-content .btn-primary:hover,
.rich-content a.btn-primary:hover,
.rich-content .btn.btn-primary:hover{
    background-color: var(--site1);
    border-color: var(--site1);
}

.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 .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;
}

.page-phonebook .phonebook .info{
   
}

@media (max-width:1200px){
    .box > div:first-child h2{
        font-size: 1.8rem;
    }
    .page-content-body-side > div:not(.box) h2{
        font-size: 2rem;
    }
}