#intro {
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 50%), url("../img/intro-bg-benifit-system.jpg") center top no-repeat;
    background-size: cover;
    border-radius: 0px;
}

#intro .title a {
    margin-bottom: 20px;
    text-decoration:none;
    min-height: 80px;
}

#intro .description {
    margin: 40px 0px;
}

#intro .intro-info-title {
    color: #FFFFFF;
    margin-bottom: 30px; font-size: 48px;
    line-height: 1.2;
}

#intro .dropdown__list {
    padding: 8px 25px 8px 10px;
}

#intro .header__menu>li:first-child {
    margin-left: 20px;
}

#start {
    padding: 60px 0;
    background: #F9F9F9;
}

#start .start-info-title {
    color: #202020;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
}

#start .start-info-description {
    color: #202020;
    font-size: 20px;
    line-height: 30px;
}

#how-it-works {
    padding: 60px 0;
}

#catalog-of-rewards {
    padding: 60px 0;
    background: #F9F9F9;
}

.catalog-of-rewards__img--rounded {
    border-radius: 15px;
}

#what-does-it-look-like {
    background: #0060FF;
    padding: 60px 0;
}

#what-does-it-look-like .section-header h3 {
    color: #FFFFFF;
}

#they-trust-us {
    padding: 60px 0;
    background: #F9F9F9;
    z-index: 100000;
}

#they-trust-us img {
    max-width: 80%;
    transition: 0.3s;
    padding: 15px 0;
    margin: auto;
}

#they-trust-us img:hover {
    transform: scale(1.1);
}

#they-trust-us .owl-nav,
#they-trust-us .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#they-trust-us .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #DDD;
}

#they-trust-us .owl-dot.active {
    background: #0060FF;
}

#footer {
    background: #FFFFFF;
    padding: 20px 0 0 0;
}

.section-header h3 {
    font-weight: 500;
    padding-bottom: 10px;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
    font-weight: 400;
}

.section-body {
    color: #FFFFFF;
}

.section-body__title {
    margin: 15px 0;
    font-size: 28px;
    line-height: 32px;
}
  
.section-body__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.section-body__list_ul {
    display: inline-block;
    list-style-position: inside;
    font-size: 18px;
    line-height: 30px;
    padding: 0;
    margin-left: 15px;
}

.section-body-how-it-works {
    display: flex;
    justify-content: center;
    margin-right: 15px;
    margin-left: 15px;
}

.how-it-works {
    padding: 20px;
    border-radius: 20px;
    min-height: 385px;
    width: 384px;
    margin-right: -35px;
}

.how-it-works:last-child {
    margin-right: 0;
}

.bg_darker {
    background: #0060FF;
}

.bg_lighter {
    background: #1D72FF;
}

.how-it-works-body {
    padding-right: 45px;
}

.how-it-works-body_number {
    background: #FFFFFF;
    color: #0060FF;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 3px;
}

.how-it-works-body__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}

.how-it-works-body__description {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

.section-contact-header h3 {
    text-align: left;
}

.corporate__form {
    width: auto!important;
}

.mb-50 {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    #intro .intro-info {
        padding-top: 0;
        text-align: left;
    }

    #what-does-it-look-like .section-body__img {
        padding: 20px 0;
    }

    #what-does-it-look-like .section-body__list_ul {
        text-align: left;
    }

    .section-body-how-it-works {
        flex-direction: column;
    }

    .how-it-works {
        min-height: auto;
        width: 100%;
        margin-right: 0;
        padding-bottom: 55px;
        margin-bottom: -35px;
    }

    .how-it-works:last-child {
        padding-bottom: 20px;
        margin-bottom: 0;
    }
}

@media (max-width: 991.98px) {
    .contact-testimonial-img {
        display: none;
    }
}
