/* Overwriting Astra styles */

.country-site-certifications h2 {
    padding: 0;
    margin: 0;
}

.entry-content .country-site-certifications p {
    margin: 0;
}

.country-site-certifications {
    @media only screen and (max-width: 768px) {
        .gradient-fade-white:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background: linear-gradient(to right, transparent 80%, white 90%);
            pointer-events: none;
        }

        .gradient-fade-grey:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background: linear-gradient(to right, transparent 80%, #f2f2f2 90%);
            pointer-events: none;
        }
    }
}
