/*=========================
======About Us CSS=========
===========================*/
#about-us {
    overflow: hidden;
}

    #about-us .section-title {
        padding-bottom: 60px;
    }

.about-content {
    margin-bottom: 60px
}

    .about-content h2 {
        margin-bottom: 25px;
        color: #c52127;
    }

    .about-content .col-sm-4 {
        margin-bottom: 25px;
    }

    .about-content p {
        font-size: 14px;
    }
