/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.rewiewSectionMain {
    background: #EAEAEA;
    max-width: 1280px;
    margin: 0 auto;
    padding: 90px 0px ;
}
.innerrewiewSection {
    max-width: 1010px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    
    background-color: #FFFFFF;
}
.rewiewSectionImgCol {
    width: 40%;
}
.rewiewSectionContantCol {
    width: 60%;
    background: #FAFAFA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.rewiewSectionImgCol img {
    width: 366px;
    margin-left: -30px;
    margin-top: -30px;
    height: 480px;
}
.rewiewSectionImgCol h6 {
    color: #202020;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    text-align: center;
    line-height: normal;
padding-top: 22px;
}
.rewiewSectionImgCol p {
color: #808080;
margin: 0;
font-size: 14px;
font-style: normal;
text-align: center;
font-weight: 600;
line-height: normal;
padding-bottom: 22px;
}
.viewReviewSection::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -18px;
    background-image: url(/wp-content/uploads/2023/08/Quotes.svg);
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
}
.viewReviewSection::after {
    content: '';
    position: absolute;
    bottom: 20px;
    right: -100px;
    background-image: url(/wp-content/uploads/2023/08/Vector-16.svg);
    background-repeat: no-repeat;
    width: 240px;
    height: 20px;
}
.viewReviewSection {
    margin: 0px 30px;
    padding-left: 30px;
    border-left: 4px solid  #E7B03E;
}
.viewReviewSection h2{
    font-family: var(--fontFamilyMontserrat);
    color: #202020;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
    padding-bottom: 24px;
    
}
.viewReviewSection h2{
    display: none;
}
.viewReviewSection p{
    margin: 0;
}
.rewieSectionSlider {
    padding-top: 30px;
}   
span.readMoreReview {
    width: 100%;
    display: block;
    text-align: end;
 color: #E7B03E; 
    font-size: 17px;
}