@media (max-width: 1400px) {

}


@media (max-width: 1024px) and (min-width: 981px) {
    section.Blog-details{
        padding-bottom: 40px;
    }
    section.revs-sec{
        padding-top: 40px;
    }

}

@media (max-width: 1024px){

}
@media (max-width: 980px){
    .gallery .rev{
        justify-content: center;
    }
  section.Blog-details{
        /* padding-bottom: 0; */
    }
        section.revs-sec {
        padding-bottom: 0;
    }
 
}

@media (max-width: 540px){
    section.choose-services .col-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
    section.image-left-sec .container{
            flex-wrap: wrap;

    }
    section.image-left-sec img{
        width: 100%;
            max-width: 100%;
                min-height: 300px;

    }
       section.gallery .col-12{
        padding-left: 0px;
        padding-right: 0px;
    }
    section.Blog-details .container div{
        width: 100%;
    }
    h2.a-text.text-center {
  display: block;
}

h2.b-text.text-center {
  display: block;
}
    section.Blog-details{
        /* padding-bottom: 0; */
    }
    section.revs-sec {
        padding-bottom: 40px;
    }
    section.revs-sec .col-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
section.Blog-details img{
    max-width: 100%;
    min-height: 250px;
}
section.revs-sec.after-before-sec .rev-info img{
    padding-bottom: 15px;
    height: 300px;
}
.af-bootom-text{
    display: none;
}
.af-bootom-text img{
    width: 50%;
}
.af-bootom-text .col-2 h2{
    margin-bottom: 0;
}
.af-bootom-text :nth-child(2) {
 display: flex;
justify-content: center;
}

}

