.ds__page { 
    --CLARINS-FONT: ClarinsRegular, Clarins;
    --GOTHAM-LIGHT: "Times New Roman", "Gotham_Light", Helvetica, Arial, serif;
    --GOTHAM-BOOK: "Times New Roman", "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, serif;
    --GOTHAM-MEDIUM: "Times New Roman", "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, serif;
}

.ds__page .ds__anchor-content {
    padding-left: unset;
    padding-right: unset;
}

.ds__page .dp-faq h3 {
    font-family: "Times New Roman", sans-serif !important;
}

.dp-faq__answer a {
    font-family: "Times New Roman", sans-serif !important;
}

.dp-faq {
    font-family: "Times New Roman", sans-serif !important;
}

.dp-faq__answer {
    font-family: "Times New Roman", sans-serif !important;
}

.button--primary span {
    font-family: "Times New Roman", sans-serif !important;
}

.ds__page .ds__compare .button span {
    font-family: "Times New Roman", sans-serif !important;
}

.ds__page .ds__testimony-title {
    font-family: "Times New Roman", sans-serif !important;
}

@media only screen and (max-width: 500px) {
    .ds__page .ds__product-media-text {
        font-size: calc(15 * var(--collectionRatio));
    }

    .ds__page .ds__product-application-items {
        gap: 3rem;
        
    }
    .ds__page .ds__product-application-days {
        font-size: 40px;
    }
}