a{color: #508679;}#news-col a{text-decoration: underline;}
#text-news .media-container iframe,
#text-news iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    /* padding: 0 20px; */
}

#text-news div.media-container {
    background-color: transparent;
}

@media (min-width: 992px) {

    #adv-col {
        order: -1;
    }

    #news-col.px-sm-3 {
        padding-left: 0 !important;
    }

}

#text-news img {
    /* padding: 20px; */
}

@media (max-width: 600px) {
    .card-inner a.mobile {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 3;
        transform: translateZ(60px);
    }

    .section-services .card.top-rotate:hover .back-side {
        transform: rotateX(180deg) !important;
    }

    .section-services .card.top-rotate:hover .front-side {
        transform: rotateX(0deg) !important;
    }

    .section-services .card:not(.top-rotate):hover .back-side {
        transform: rotateY(180deg) !important;
    }

    .section-services .card:not(.top-rotate):hover .front-side {
        transform: rotateY(0deg) !important;
    }
}

#page-search #text-news h3 {
    margin-top: 0.5rem;
}

#page-search #text-news .h-readmore {
    margin-bottom: 2.5rem;
}

#page-search #text-news .date-text {
    color: #6c757d;
    font-family: 'ProximaNova-Regular', serif;
}

#adv-col{
    padding-right: 20px;
    border-right: 1px solid #e0e0e0;
}