﻿#AboutUsSection {
    background-color: #fff;
    color: #3c090e;
}

.AboutTitle {
    font-family: Montserrat-SemiBold;
}

.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;
    }
}