.nav-link {
    background: none;
    appearance: none;
    font-weight: bold;
    border: none;
    border-bottom: 2px solid #8c8c8c;
    cursor: pointer;
}
.nav-link.active{
    border-bottom: 2px solid #E52124;
    color: #E52124;
}
.nav-link.active h4{
    color: #E52124;
}
.addressinfobox .active{
    display: block;
}
.office-content{
    display: none;
}
.office-box{
    background: #f4f4f4;
    border-radius: 25px;
    text-align: center;
    height: 260px;
    padding:1.5rem;
    margin: 4rem 1.5rem;
    position: relative;
}

.office-box img{
    width: 80px;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0);
}
.office-box h4{
    letter-spacing: 4px;
    padding-top: 3rem;
}
.office-box .line {
    height: 1px;
    background: #e2e2e2;
    border: none;
    width: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.office-box .line::after {
    content: "";
    display: block;
    height: 3px;
    background: var(--primary-color);
    width: 20%;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translatex(-50%);
    z-index: 2;
}
.office-box p{
    letter-spacing: 2px;
    font-size: 1.4rem;
}
.office-address p{
    letter-spacing: 1.5px;
    font-size: 1rem;
}
.office-mail-small p{
    letter-spacing: 1.5px;
    font-size: 1.2rem;
}
.office-map{
    margin:1rem 0 3rem 0;
    width: 100%;
}
.office-map img{
    opacity: inherit;
    width: 100%;
    object-fit: cover;
}
.mt-5{
    margin-top: 5rem !important;
}
.mb-3{
    margin-bottom: 3rem !important;
}
.mb-1{
    margin-bottom:1rem !important;
}
.mt-1{
    margin-top: 1rem !important;
}
@media (max-width: 768px) {
    .office-tel {
        margin-top: 1rem;
    }
}