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

@media screen and (max-width: 1300px){
    .viewReviewSection::after {
     right: -60px;
    }
}
@media screen and (max-width: 1199px){
    .rewiewSectionImgCol {
        text-align: center;
        margin: 10px 0px;
    }
    .rewiewSectionImgCol img {
        max-width: 100%;
        margin-left: auto;
        margin-top: auto;
  
    }
    .viewReviewSection::before {
    
        top: 0;
        left: 6px;
       
    }
    .viewReviewSection::after {
        right: -12px;
    }
}
@media screen and (max-width: 900px){
    .rewiewSectionImgCol {
   
    margin: 0;
    }
    .viewReviewSection h2 {
    

        font-size: 31px;
   
        font-weight: 700;
        line-height: 33px;
        margin: 0;
        padding-bottom: 10px;
    }
    .viewReviewSection {
        margin: 0px 20px;
        padding-left: 20px;
    
    }
    .viewReviewSection::after {
        right: 0;
    }
    .rewiewSectionMain {
      
        padding: 50px 0px;
    }
}
@media screen and (max-width: 767px){
    .rewiewSectionImgCol {
        width: 100%;
    }
    .rewiewSectionContantCol {
        width: 100%;
      
    }
    .viewReviewSection {
     
        padding: 100px 14px;
    }
    .viewReviewSection::before {
      
        left: 32px;
    }
}
@media screen and (max-width: 600px){
    .viewReviewSection {
        padding: 100px 10px;
    }
    .viewReviewSection {
        margin: 0px 10px;
      
    }
    .viewReviewSection p{
        font-size: 14px;
    }

}