.icon-bg-grey{
    background-color: #F6F6F6;
}
.icon-bg-white{
    background-color: #FFFFFF;
}
.loyalty-advantages-title {
    font-size: 16px;
    line-height: 23px;
    min-height: 46px;
    margin-bottom: 12px;
}
.nav-tabs .nav-link {
    font-size: 16px;
}
.content-list li span {
    font-size: 16px;
}
.contents_loyalty{
    font-family: 'Ubuntu-L', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 149.37%;
    color: #616365;
}

.carousel-item img {
    width: 100%;
}
.carousel-item p{
    font-family: "Ubuntu-R";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    /* or 150% */


    color: #616365;
    margin-bottom: 28px;
}
.carousel-item b{
    font-family: 'Play-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: rgba(30, 30, 30, 0.85);
    margin-bottom: 22px;
    display: block;

}
.carousel-item p.slider-desc{
    font-family: 'Ubuntu-L', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 149.37%;
    color: #616365;
    margin-bottom: 8px;
}
section.service-pages img {
    width: 100%;
}
.loyalty-download-row svg {
    width: 100%;
}
.bottom_info{
    font-family: 'Ubuntu-L', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 149.37%;
    color: #616365;
}
.carousel-arrow {
    position: inherit;
    width: 100%;
    margin-top: 45px;
    display: flex;
}
.carousel-arrow a {
    position: inherit;
    width: auto;
}
.carousel-arrow a:first-child{
    margin-right: 25px;
}
.slide-none{
    display: none;
}
@media (max-width: 767.98px) {
    .content-advantages .row {
        background: transparent;
        flex-direction: column;
        padding: 0;
        flex-flow: wrap;
    }

    .content-advantages .row .col-md-4 {
        flex: 1 1 50%;
    }
}
@media (max-width: 991.98px) {
    .service-content .service-content-title {
        text-align: center;
    }
    .section-title h1 {
        text-align: center;
    }
    section.service-pages img {
        display: none;
    }
    .loyalty-advantages-title {
        min-height: auto;
    }
    section.service-pages .carousel-item img {
        display: block;
    }
    ul#myTab {
        justify-content: center;
    }
    .carousel-item b {
        text-align: center;
    }

    .slide-big{
        display: none;
    }
    .slide-none{
        display: block;
        margin-bottom: 16px;
    }

    .carousel-arrow {
        justify-content: center;
    }
    .loyalty-download-row {
        justify-content: center;
        display: flex;
        flex-flow: row;
        text-align: center;
    }
    .bottom_info{
        text-align: center;
    }

}