a:hover {
    text-decoration: none;
}

.subscribe__form-wrapper label {
    margin-bottom: 0;
}

.modal {
    display: block;
    width: auto;
    height: auto;
}
.news-content__img img {
    min-height: 185px;
}

.news-content__text a p{
    background-image: -webkit-gradient(linear, left bottom, left top, from(#9f2fff), to(#0bb1d3));
    background-image: -o-linear-gradient(bottom, #9f2fff, #0bb1d3);
    background-image: linear-gradient(to top, #9f2fff, #0bb1d3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: .8;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
