/* ######################### ABOUT COMPANY START ######################### */
.about-office-section .content {
    margin-top: 45px;
}

.about-office-section .content h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
    color: #222222;
    margin-bottom: 22px;
}

.about-office-section .content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #8a8a8a;
    margin-bottom: 25px;
}

.about-office-section .caption img {
    max-width: 100%;
}

.choose-us h3 {
    margin-bottom: 1.5rem !important;
    margin-top: 0.25rem !important;
}

.choose-us h5 {
    margin-bottom: 1rem !important;
}

@media only screen and (max-width: 767px) {
    .about-office-section {
        padding-top: 0;
    }

    .about-office-section .content {
        margin-bottom: 50px;
    }

    .about-office-section .content h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .about-office-section .content p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .about-office-section .content {
        margin-bottom: 30px;
    }

    .about-office-section .content h3 {
        font-size: 20px;
        line-height: 25px;
    }
}

/* ######################### ABOUT COMPANY END ######################### */