@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-area-two .about-content, .about-area .about-content  {
    text-align: justify !important;
}
.about-area .about-img, .about-shape {
    display: none;
}
.banner-slider-two{
    padding-top: 60px !important;
    margin-top: 0 !important;
}
}

@media only screen and (max-width: 767px) {
.about-area-two .about-content, .about-area .about-content  {
    text-align: justify !important;
}
.about-area .about-img, .about-shape {
    display: none;
}
.banner-slider-two{
    padding-top: 60px !important;
    margin-top: 0 !important;
}
}