
.enews {
    position: relative;
    display: block;
    background-color: #ef6c01;
    width: 100%;
    background-image: url(/includes/public/assets/shared/footer-background-enews.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0;
    height: 100%;
}
.enews:after {
    content: '';
    height: 94%;
    width: 98%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 6;
    transform: translate(-50%, -50%);
}
.cta-cont .enews {
    min-height: 83px;
    z-index: 1;
}
.enews .title {
    color: #FFF;
    position: relative;
    max-width: 500px;
    padding: 15px 70px 15px 72px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    height: 100%;
}

.enews .title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: -1;
    left: 0px;
    clip-path: ellipse(44% 40% at 50% 99%);
    background-color: #f07815;
}

.enews .title img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
}
.enews h2 {
    font-family: var(--font-wilco-bass);
    font-size: 24px;
    line-height: 34px;
}

.enews h3 {
    font-weight: 600;
    font-family: var(--font-thirsty-rough);
    font-size: 17px;
    line-height: 1em;
    margin-bottom: 5px;
}

@media (min-width: 64em) {
    .enews {
        background-image: url(/includes/public/assets/shared/footer-background-enews.png);
        height: 100%;
    }

    .enews .title {
        max-width: 568px;
        padding: 35px 70px 25px 72px;
        width: 100%;
    }

    .enews .title:before {
        clip-path: ellipse(40% 85% at 50% 120%);
    }

    .enews .title img {
        width: 95px;
        left: -10px;
    }

    .enews h2 {
        font-size: 36px;
    }

    .enews h3 {
        font-size: calc(25px + (32.92 - 25) * ((100vw - 1025px) / (1440 - 1025)));
        margin-bottom: 10px;
    }
}

@media (min-width: 1440px) {
    .enews h2 {
        font-size: 40px;
    }

    .enews h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
}