.news-grid {
    background-color: #eeece7;
}

.hp-news-wrap {
    min-height: 50vh;
    background-image: url(https://wwwdnndev.lasvegasnevada.gov/Portals/0/Images/5ac2891cf2c0a9265b3b7587_alexis-brown-82988-unsplash-p-1080.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 33%;
    margin-top: 0.5rem;
    position: relative;
    color: #fff;
}

@media (max-width: 991px) {
    .hp-news-wrap {width: 49% }
}

@media (max-width: 576px) {
    .hp-news-wrap {width: 100%}
}

.hp-news-wrap .overlay-wrap {
    background-color: rgb(20,20,20);
    background-color: rgba(20,20,20,0.8);
    left: 0;
    top: 0;
    transition: 0.3s ease;
}

.hp-news-wrap:hover .overlay-wrap {
    background-color: rgb(0, 50, 83);
    background-color: rgba(0, 50, 83, 0.9)
}

.content-wrap .title {
	font-family: "ITC Avant", Helvetica, Arial, sans-serif;
	font-size: 1.75rem;
	letter-spacing: -0.5px;
} .content-wrap .title a {
    color :#fff;
}

.blue-dots {
    border-bottom: 5px dotted #0099a8;
    width: 100px;
}
.content-wrap {min-height: 75%}
.content-wrap .desc {
    font-size: 1rem;
}
.hp-news-wrap .link {
    font-size: 0.8rem;
    color: #fff;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
	background: #c33d67 url(https://wwwdnndev.lasvegasnevada.gov/Portals/_default/skins/cityoflasvegas/upload/arrow-right-white.svg) 90% 50% no-repeat;
	background-size: 15px;
	transition: 0.275s cubic-bezier(0.4, 0, 0.2, 1);
}

.hp-news-wrap .link:hover {
    padding-right: 55px !important;
}