﻿#AboutUsSection {
    background-color: #fff;
    /*color: #3c090e;*/
}

.AboutTitle {
    font-family: OpenSans-Regular;
}

.revealParagraph {
    font-family: Montserrat-Regular;
    font-size: clamp(16px,3vw,20px);
    color:#000;
    text-align:center;
}
.aboutcontainer {
    z-index:1;
}
.aboutus-img {
    object-fit: cover;
}
.AboutImg1{
    position:absolute;
    left:0;
    bottom:0;
    height:100%;
    z-index:0;
}
.AboutImg2{
    position:absolute;
    right:0;
    bottom:0;
    height:100%;
    z-index:0;
}
.AboutUsInnerSectionOuter {
    padding-bottom: 7%;
}
@media(max-width:992px) {
    .AboutImg1, .AboutImg2 {
        opacity:0.3;
    }
}


.testimonial-bg {
    background: #f1f1f1 !important;
}
.testimonial-seperator {
    border-left: 4px solid #FDBE3F;
}
@media (min-width: 768px) {
    .col-cmd-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}