#menu_wrap #cart > .btn span {
    background: #ffeb3b !Important;
}
.service-wrapper {
    margin-bottom: 15px;
}

.service-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service-wrapper .col-md-3, 
.service-wrapper .col-sm-6 {
    flex: 1 1 50%; /* Две колонки в ряд по умолчанию */
    max-width: 50%;
    padding: 0px 5px;
}

@media (min-width: 768px) {
    .service-wrapper .col-sm-6 {
        flex: 1 1 33.33%; /* Три колонки в ряд для планшетов */
        max-width: 25%;
    }
}

@media (min-width: 992px) {
    .service-wrapper .col-md-3 {
        flex: 1 1 25%; /* Четыре колонки в ряд для ПК */
        max-width: 25%;
    }
}

.service-item {
    padding: 20px 20px 20px 70px;
    position: relative;
    background-color: #ffffff;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 10px 20px -5px rgba(36,36,59,.15);
}

.service-item:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 25px -5px rgb(36 36 59 / 40%);
}

.service-item span {
    font-size: 40px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.service-banner_image img {
    max-width: 30%;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    padding: 0px;
}

.service-banner_image {
    position: absolute;
    left: 5px;
    top: 30px;
}

.service-item .title {
    font-size: 15px;
    font-weight: 700;
    color: black;
}

.service-item .title:hover {
    font-size: 15px;
    font-weight: bold;
    color: black;
}

.service-item .text {
    font-size: 14px;
    color: black;
    font-weight: 300;
}

@media(max-width: 1200px) {
    .slider-home-carousel .overlay-info {
        height: auto;
    }
    .btn-view .btn {
        width: 42px;
    }
    .online-help-box {
        border-color: #f9f9f9;
    }
    .product-thumb .caption {
        padding: 5px 15px 20px;
    }
    .service-item {
        padding: 20px;
        text-align: center;
    }
    .service-item .title {
        font-size: 15px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .service-item span {
        font-size: 40px;
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }
}

@media(max-width: 992px) {
    .service-item .title {
        font-size: 15px;
        margin-bottom: 5px;
        line-height: 1.1em;
    }
    .section-title {
        font-size: 21px;
        line-height: 1.1em;
    }
    .service-item .text {
        font-size: 15px;
        line-height: 1.1em;
    }
}

@media(max-width: 767px) {
    .service-item .title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .service-item .text {
        font-size: 15px;
    }
    .service-item {
        padding: 15px 5px;
        text-align: center;
    }
    .service-item span {
        top: 0;
        position: relative;
        margin-bottom: 10px;
    }
    .service-banner_image img {
        max-width: 33%;
    }
    .service-banner_image {
        position: inherit;
        left: 0px;
        top: 0px;
        margin-bottom: 15px;
    }
}
