.tn-elem.link-hover-blue:hover .tn-atom {
    color: #2078DC !important;
}

.tn-elem.link-hover-blue .tn-atom {
    transition: 0.2s linear !important;
}

@media screen and (max-width: 640px) {
    .t-cover {
       height: 200px !important;
    }
    .t-cover__wrapper {
       height: 250px !important;
    }
}

.t-descr_xxs {
    font-size: 16px;

}