
.enews {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-image: url(https://assets.simpleviewinc.com/simpleview/image/upload/c_fill,f_jpg,g_xy_center,h_250,q_65,w_1125/v1/clients/knoxville-redesign/enews_bg_3x_91fa5d82-454b-49ed-8ae2-686923cc4bc7.png);
    background-size: cover;
    overflow: hidden;
    padding: 15px 0 12px;
    height: 100%;
    z-index: 1;
}
.enews .title {
    color: #FFF;
    position: relative;
    margin: 0 auto;
    max-width: 500px;
    padding-left: 80px;
    padding-right: 58px;
    text-align: center;
    z-index: 1;
}

.enews .title img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
}
.enews h2 {
    font-family: var(--font-display-alt);
    font-size: 32.34px;
    line-height: 1em;
}

.enews h3 {
    font-weight: 600;
    font-size: 21.56px;
    line-height: 1em;
}

@media (min-width: 64em) {
    .enews {
        background-image: url(https://assets.simpleviewinc.com/simpleview/image/upload/c_fill,f_jpg,g_xy_center,h_414,q_65,w_2154/v1/clients/knoxville-redesign/enews_bg_3x_91fa5d82-454b-49ed-8ae2-686923cc4bc7.png);
        height: 100%;
    }

    .enews .title {
        max-width: 500px;
        padding: 18px 5px 0 132px;
    }

    .enews .title img {
        width: 98px;
        left: 15px;
        top: calc(50% + 8px);
    }

    .enews h2 {
        font-size: calc(42px + (52 - 42) * ((100vw - 1025px) / (1440 - 1025)));
    }

    .enews h3 {
        font-size: calc(25px + (32.92 - 25) * ((100vw - 1025px) / (1440 - 1025)));
    }
}

@media (min-width: 1440px) {
    .enews h2 {
        font-size: 45px;
    }

    .enews h3 {
        font-size: 33.92px;
    }
}