.cta-bar {
    margin: 0 22px;
    background: #D2232A;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    padding: 36px 20px 104px;
    color: #fff;
    z-index: 1;
}

.cta-bar__content h2 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 10px;
}

.cta-bar__content p {
    line-height: 1.75em;
    font-size: 16px;
}

.cta-bar .btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 25px;
    color: #fff;
    margin: 0;
}

.cta-bar .btn + .btn{
    margin-top: 25px;
}

.cta-bar .btn:before {
    background: #fff;
}

.cta-bar .btn:after {
    color: #D2232A;
}

.cta-bar:after {
    content: "";
    position: absolute;
    left: -66px;
    bottom: -15px;
    border-radius: 50%;
    width: calc(100% + 132px);
    background: #B6141D;
    height: 89px;
    z-index: -1;
}

.cta-bar--homepage {
    margin-top: -135px;
}

.cta-bar__description p a:not(.btn) {
    background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 4px 1px;
    color: #FFFFFF;
    font-weight: normal;
}

@media(min-width: 768px) {
    .cta-bar__content {
        max-width: 400px;
    }

    .cta-bar {
        padding: 38px 0 40px 26px;
        text-align: left;
        margin: 0 52px;
    }

    .cta-bar--homepage {
        margin-top: -88px;
    }

    .cta-bar .btn {
        left: unset;
        transform: translate(0, -50%);
        bottom: unset;
        top: 50%;
        color: #fff;
        right: 52px;
        margin-top: 0 !important;
        max-width: 200px;
    }

    .cta-bar:after {
        left: unset;
        bottom: unset;
        width: 271px;
        height: calc(100% + 160px);
        border-radius: 50% 0 0 50%;
        right: -41px;
        top: 50%;
        transform: translate(0, -50%);
    }
}

@media(min-width: 1200px) {
    .cta-bar {
        padding: 34px 0 34px 50px;
        margin: 0 auto;
        width: calc(100% - 126px);
        max-width: 1262px;
    }

    .cta-bar--homepage {
        margin-top: -60px;
    }

    .cta-bar__content h2 {
        margin: 0;
    }

    .cta-bar__content {
        max-width: 662px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cta-bar__content p {
        max-width: 400px;
    }

    .cta-bar .btn {
        max-width: 240px;
    }

    .cta-bar .btn:last-child {
        right: 74px;
        margin-top: 0;
    }

    .cta-bar:after {
        width: 400px;
        min-height: 260px;
        height: calc(100% + 150px);
        right: -61px;
    }

    .cta-bar .btn:hover {
        color: #D2232A;
    }

    .cta-bar__description p a:not(.btn):hover {
        background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 100%);
        background-position: 0 100%;
        background-repeat: repeat-x;
        background-size: 4px 50px;
        color: #000;
    }
}

@media(min-width: 1360px) {
    .cta-bar__content h2 {
        font-size: 40px;
    }

    .cta-bar__content {
        max-width: 782px;
    }
}

/* Fuel Easy APP CTA */

.apps-content {
    margin: 0 22px;
    position: relative;
}

.apps-content__text h2 {
    font-size: 30px;
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    color: #000000;
}

.apps-content-mobile {
    float: right;
    margin-left: 26px;
    margin-bottom: 5px;
    width: 80px;
    height: auto;
}

.apps-content--homepage {
    margin: 40px 22px 67px;
}

.apps-content__text__btn {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
}

.apps-content__text__btn a {
    display: block;
    width: 145px;
}

.apps-content__text__btn a img{
    height: auto;
}

.apps-content__text__btn a:last-child {
    width: 164px;
}

.apps-content__text p {
    font-size: 16px;
    line-height: 1.75em;
}

@media(min-width: 768px) {
    .apps-content {
        margin: 0 52px;
    }

    .apps-content--homepage {
        margin: 50px 52px 80px;
    }

    .apps-content-mobile {
        float: none;
        margin-left: 0;
        margin-bottom: 0;
        width: 82px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .apps-content__text {
        padding-left: 115px;
    }

    .apps-content__text h2 {
        font-size: 40px;
    }

    .apps-content__text p {
        padding-right: 20px;
    }

    .apps-content__text__description {
        margin-bottom: 15px;
    }

    .apps-content__text__btn a {
        width: 175px;
    }

    .apps-content__text__btn a:last-child {
        width: 197px;
    }

    .apps-content__text__btn {
        gap: 24px;
    }
}

@media(min-width: 1200px) {
    .apps-content--homepage {
        margin: 40px auto 100px;
        width: calc(100% - 190px);
        max-width: 1130px;
    }

    .apps-content__text {
        padding-left: 103px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 10px;
    }

    .apps-content__text__btn {
        gap: 20px;
        flex-direction: column;
        margin-top: 0;
    }

    .apps-content__text__btn a {
        width: 183px;
    }

    .apps-content__text__btn a:last-child {
        width: 183px;
    }

    .apps-content__text p {
        padding-right: 0;
        margin: 0;
    }

    .apps-content__text__heading {
        width: 100%;
        max-width: 271px;
    }

    .apps-content__text__description {
        width: 100%;
        max-width: 508px;
    }

    .apps-content-mobile {
        width: 71px;
    }

    .apps-content__text__btn a {
        background: #000000;
        border-radius: 8px;
        overflow: hidden;
        transition: all 300ms ease-in-out;
    }


    .apps-content__text__btn a:hover{
        /*opacity: 0.9;*/
        box-shadow: 0 0 20px rgba(18, 18, 18, 0.5);
    }
}