/* About Us ===================================================================== */
.about-section-1{
    padding: 30px 0;
}
.about-section-1 .ab-pic{
    position: relative;
    width: 90%;
    margin: 0px auto 50px;
}
.about-section-1 .ab-pic::before{
    content: "";
    width: 80%;
    height: 80%;
    background: #f2f2f2;
    position: absolute;
    top: -8%;
    left: -5%;
    z-index: -1;
}
.about-section-1 .ab-pic::after{
    content: "";
    width: 50px;
    height: 50px;
    background: #c92626;
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: 1;
}
.about-section-2{
    background: url("../../images/theme-b67/ab-bg.jpg") center no-repeat;
    margin-bottom: 80px;
    padding: 50px 0;
}
.about-section-2 p{
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    padding: 5%;
    text-align: center;
}
.about-section-3{
    padding: 30px 0 80px;
}
.about-section-3 .ab-pic{
    position: relative;
    width: 90%;
    margin: 0px auto 50px;
}
.about-section-3 .ab-pic::before{
    content: "";
    width: 80%;
    height: 80%;
    background: #f2f2f2;
    position: absolute;
    top: -8%;
    right: -5%;
    z-index: -1;
}
.about-section-3 .ab-pic::after{
    content: "";
    width: 50px;
    height: 50px;
    background: #c92626;
    position: absolute;
    bottom: -20px;
    left: -20px;
    z-index: 1;
}

@media (max-width: 768px) {
  .about-section-1 .ab-pic,.about-section-3 .ab-pic{
    width: 90%;
    margin: 0px auto 30px;
}
    .about-section-2{
    margin-bottom: 40px;
    }
    .about-section-3{
    padding: 30px 0 30px;
}
}

.aboutus-title{
    font-size: 20px;
    font-weight: 600;
    color: #2b2c2c;
    position: relative;
    padding: 20px 0 20px 40px;
}
.aboutus-title::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #e42c2c;
    position: absolute;
    left: 0;
    top: 25px;
}
.certification-section{
    padding: 20px 0;
}
.certification-section ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.certification-section ul li {
    list-style: none;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;    
}
.certification-section ul li span{
    font-size: 16px;
    color: #2b2c2c;
    text-align: center;
}

@media (max-width: 992px) {
  .certification-section ul li {
    width: 33%;
}
}
@media (max-width: 768px) {
  .certification-section ul li {
    width: 50%;
}
    .certification-section ul li span{
        font-weight: 600;
}
}
@media (max-width: 480px) {
  .certification-section ul li {
    width: 100%;
}
}
