.result-news-list h2 {
    font-size: 18pt !important;
}

.result-news-list h2 a {
    font-family: Proxima Nova;
    font-size: 18pt !important;
    font-weight: 700;
    color: #19bce5 !important;
}

.result-news-list .card {
    border: none;
    margin-top: 1.3rem;
    background: transparent;
}

.result-news-list .card .col-md-4 img {
    margin-bottom: 1.2rem;
}

.result-news-list .card .col-md-4 p {
    font-family: Proxima Nova;
    font-weight: 400;
    font-size: 11pt;
    color: #767676 !important;
    margin-bottom: 5px;
}

.result-news-list .card .col-md-4 p i {
    font-size: 11pt !important;
    color: #767676 !important;
}

@media (max-width: 767.98px) {
    .result-news-list .card .col-md-4 {
        margin-bottom: 1rem;
    }
}

.result-news-list .card .col-md-8 p {
    font-size: 12pt !important;
}

.result-news-list .card .col-md-8 a {
    font-family: Proxima Nova;
    font-size: 13pt;
    color: #19bce5 !important;
}