.container-xxl {
    max-width: 1920px;
}
.bg-yel {
    background: #f2eadd;
}

.banner-title {
    max-width: 30%;
    font-size: 3rem;
    line-height: 3.2rem;
    font-weight: bold;
    padding: 0 5px;
}
.title-icon {
    width: 25px;
    height: 33px;
    display: block;
    background-repeat: no-repeat;
    margin: 20px 20px 20px 0;
}

.header-icons {
    font-size: 1.6rem;
    color: #562212;}


@media screen and (min-width: 300px) and (max-width: 480px) {
    .banner-title {
        max-width: 40%;
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .services__bottom {
        justify-content: start;
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    .banner-title {
        max-width: 40%;
        font-size: 2rem;
        line-height: 2.2rem;
    }
    .services__bottom {
        justify-content: start;
    }
}

@media screen and (min-width: 768px) and (max-width: 1022px) {
    .banner-title {
        max-width: 40%;
        font-size: 2rem;
        line-height: 2.2rem;
    }
}


@media only screen and (min-width: 1440px) {
    .banner-title {
        max-width: 23%;
    }
}