/** Adding Fix for French and Spanish locales for extra long copy in CTA for mobile **/
@media screen and (max-width: 400px) {
.m-hero.sl-hero .heroList .c-group .cta1 {
     padding-left: 12px;
     font-size: 12px;
}

}
.icons.xgp .c-link-navigation .c-paragraph:first-of-type {
    font-size: 14px
}

@media screen and (max-width: 400px) {
.icons.xgp .c-link-navigation .c-paragraph:first-of-type {
    font-size: 11px
}
}