﻿.l-title-adv-h h3 {
    margin: 0;
    font-size: 25px;
    font-family: 'Oswald-Medium';
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: #035B1E;
}

.home-advan-item {
    position: relative;
}

.home-advan-container {
    display: flex;
    align-items: center;
}

.l-title-adv-h {
    width: 196px;
    padding-right: 43px;
}

.home-advan-list {
    flex: 1 1 0;
    overflow: hidden;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.home-advan-item:hover .slider {
    animation-play-state: paused;
}

.home-advan-item .img {
}

.home-advan .grid.wide {
    padding: 12px 15px;
    background: #fff;
    border-radius: 13px;
}

.home-advan {
    background: #f4f4f4;
    padding-bottom: 55px;
    padding-top: 55px;
}

.home-advan-item .img a img {
    width: 88%;
}

.home-advan-item .img a {
    width: 100%;
    height: 120px;
    border: 1px solid #e8e8e8;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
/*RS*/
@media(max-width:1023px) {
    .home-advan-container {
        display: block;
    }

    .l-title-adv-h {
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }

        .l-title-adv-h h3 {
            font-size: 21px;
        }

    .home-advan {
        padding-bottom: 40px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {
}