.enews {
    position: relative;
    padding: 55px 20px;
    background-color: #8faa55;
    margin-bottom: 5px;
}

.enews:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('https://assets.simpleviewinc.com/simpleview/image/upload/v1/clients/poconos/enews_trees_1f7f7eae-ff95-4cd7-bfc3-06b31bf3689d.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}

.enews a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 1;
}

.enews a:hover {
    text-decoration: none;
    color: #fff;
}

.enews img {
    display: block;
    width: 50px;
    height: auto;
    margin-right: 15px;
}

.enews .title span {
    display: block;
    font-family: var(--font-display);
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: .08em;
}

.enews .title span.two {
    font-family: var(--font-display-semibold);
}

@media (min-width: 1440px) {
    .enews {
        display: flex;
    align-items: center;
    justify-content: center;
        padding: 55px 35px;
        margin-left: 2.5px;
        height: calc(100% - 5px);
    }
    
    .enews img {
        width: 100px;
    }
    
    .enews .title span {
        font-size: 43px;
        line-height: 51px;
    }

    .enews .title span.two {
        font-family: var(--font-display-bold);
    }
}