.call-now {
    background: linear-gradient(90deg, #F16F1B 0%, #DB8925 100%);
    font-weight: bold;
}

.benefits {
    width: 100%;
    background-color: #f5f5f5;
    padding: 5em 0em 15em 0em;
    margin: 70px 0;
}

.benefits h2 {
    font-size: calc(1.22031vw + 19.78635px);
    line-height: calc(0.05357vw + 1.05714em);
    font-weight: bold;
    text-align: center;
}

.benefits-title {
    margin-top: 1.5em;
    margin-bottom: 1em;
    text-align: center;
    font-size: calc(0.61788vw + 19.0817px);
    line-height: calc(0vw + 1.4em);
    font-weight: bold;
}

.benefits-body {
    line-height: calc(-0.07143vw + 2.05714em);
    font-size: 20px;
    color: #454849;
}

.benefits-body a {
    color: #DB8925;
    font-weight: bold;
}

.benefits-list {
    margin-left: 60px !important;
    margin-right: 40px !important;
}

.list {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
    padding: 2em 4em;
    position: relative;
    z-index: 2;
    margin-top: -12em;
    background-color: #fff;
}

.list-title {
    font-size: calc(1.22031vw + 19.78635px);
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
}

.list-title::after {
    content: '';
    border: none;
    display: block;
    width: 100px;
    height: 2px;
    margin: 3rem auto;
    background-color: #F16F1B;
}

.list-items {
    display: flex;
}

.list-items span {
    background: linear-gradient(90deg, #F16F1B 0%, #DB8925 100%);
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    padding-top: 7px;
    font-size: 18px;
    margin-right: 25px;
}

.list-item {
    margin-bottom: 2em;
    font-size: 20px;
}

@media(max-width:768px) {
    .benefits {
        margin: 0;
    }

    .benefits-list {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .list {
        padding: 2em 0;
    }

    .list-items span {
        position: absolute;
    }

    .list-items {
        margin: 0 20px;
    }

    .list-item {
        padding-left: 58px;
    }
}