.contact-section3 .main-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.contact-section3 .office-card {
    flex: 1;
}

.contact-section3 .office-title-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 29px;
}

.contact-section3 .office-info-item {
    display: flex;
    align-items: center;
    gap:27px;
    margin-bottom: 20px;
    padding-left: 10px;
}
.contact-section3 .office-info-item svg {
    flex-shrink: 0;
}
.contact-section3 .office-info-item img {
    width: 20px;
    height: 22px;
    flex-shrink: 0;
    object-fit: contain;
}

@media(min-width:992px){

    .contact-section3 .office-title-row {
        gap: 0.833vw;
        margin-bottom: 1.51vw;
    }
    .contact-section3 .office-info-item {
        gap: 1.406vw;
        margin-bottom: 1.042vw;
        padding-left: 0.521vw;
    }
    .contact-section3 .office-info-item img {
        width: 1.042vw;
        height: 1.146vw;
    }

}

@media(max-width:991px){
    .contact-section3 .main-row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 30px;
    }
    .contact-section3 .office-info-item img {
        width: 18px;
        height: 20px;
    }


}

@media(max-width:767px){

    .contact-section3 .office-title-row {
        gap: 14px;
        margin-bottom: 18px;
    }
    .contact-section3 .office-info-item img {
        width: 18px;
        height: 20px;
    }
    .contact-section3 .office-info-item {
        gap: 10px;
        margin-bottom: 16px;
        padding-left: 10px;
    }

}

@media(max-width:575px){

    .head-ofc {
        width: 36px;
        height: 36px;
        border-radius: 50%;
    }
    .contact-section3 .office-title-row {
        gap: 12px;
        margin-bottom: 13px;
    }
    .contact-section3 .office-info-item img {
        width: 16px;
        height: 17px;
    }
    .contact-section3 .office-info-item {
        gap: 8px;
        margin-bottom: 12px;
        padding-left: 9px;
    }
}
