﻿#AboutUsSection {

    color: #6D5A33;
}

.AboutUsSection1Heading h2 {
    font-family: 'LobsterTwo Regular';
}

.revealParagraph {
    font-family: Montserrat-Regular;
    font-size: clamp(16px,3vw,20px);
    color:#000;
}
.aboutcontainer {
    z-index:1;
    border: 2px solid rgba(211, 196, 173, 0.5);
    padding: 15px;
}
.AboutUsInnerSection {
      padding: 50px;
}
.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;
}

@media (max-width:992px) {
    .AboutImg1, .AboutImg2 {
        opacity:0.3;
    }
}
@media (max-width:768px) {
    .AboutUsInnerSection {
   padding: 30px 0px 30px 0px!important; 
}
}