@media screen and (width > 992px) {
    .banner__images h2,
    .banner__images span {
        display: none;
    }

    .banner__information {
        min-height: 350px;
    }
}

@media screen and (768px <= width <= 992px) {
    .banner__images img {
        top: 280px !important;
    }
}

@media screen and (width <= 992px) {
    .d-lg-block {
        display: none !important;
    }

    .d-lg-none {
        display: block !important;
    }
}

@media screen and (width <= 768px) {
    .services-included__title {
        margin-left: 20px;
    }
}