.ds__product-application-legal-mention {
    font-size: 12px !important;
}
.ds__product-application-legal-mention sup{
    font-size: 9px !important;
}
.ds__page .ds__product-application-text--v2 {
    padding-bottom: 15px;
}
/* desktop */
@media (min-width: 1113px) {
    
}
/* Mobile */
@media (max-width: 480px) {
    .ds__page .ds__product-application-text--v2 {
        padding-bottom: 10px;
    }
}
/* Tablet Portrait */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {}
/* Tablet Landscape */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {}