.cta-bar {
    position: relative;
    z-index: 1;
    color: #fff;
}

.cta-bar__img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.cta-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(224, 99, 46, 1) 0%, rgba(170, 52, 0, 1) 100%);
    mix-blend-mode: multiply;
    z-index: -1;
}

.cta-bar h5 {
    color: #fff;
}

.cat-right {
    padding-top: 35px;
}

.cta-left h2 {
    font-size: 35px;
}

.cta-wrap .cta-left a {
    color: #fff;
}

.cta-wrap .cta-left a {
    color: #fff !important;
    background: linear-gradient(to bottom,#fff 0%,#fff 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 2px 2px;
    text-decoration: none;
}

.cta-wrap .cta-left a:hover,
.cta-wrap .cta-left a:focus {
    color: #e6e6e6 !important;
    background: linear-gradient(to bottom,#e6e6e6 0%,#e6e6e6 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 2px 2px;
    text-decoration: none;
}

.cta-wrap ul li:before {
    background-color: #fff;
}

@media (min-width: 768px) {
    .cta-bar h2 {
        padding-bottom: 25px;
    }

    .cat-right {
        padding-top: 50px;
    }
}

@media (min-width: 1200px) {
    .cta-bar h2 {
        padding-bottom: 20px;
    }

    .cta-bar h2.cta-left__morepadding {
        padding-bottom: 38px;
    }

    .cat-right {
        padding-top: 0;
    }

    .cta-wrap {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .cta-left {
        max-width: 1098px;
    }

    .cta-left p {
        width: 985px;
    }

    .cta-left h2 {
        font-size: 40px;
    }
}