@charset "UTF-8";

.common-banner__headline, .common-banner__description, .high-contrast__btn {
    font-family: 'SamsungSharpSans', 'Microsoft YaHei', '微软雅黑', Tahoma, Verdana, Arial, 'Simsun', '宋体', sans-serif !important;
    font-weight: bold !important;
}

.common-cta-encased, .dotcom-footer-banner__text, .dotcom-footer-banner__btn span, .common-banner__eyebrow {
    font-family: 'SamsungSharpSans', 'Microsoft YaHei', '微软雅黑', Tahoma, Verdana, Arial, 'Simsun', '宋体', sans-serif !important;
    font-weight: bold !important;
}

/* fonts */
.common-banner__why .common-banner__headline {
    max-width: auto;
}

@media screen and (min-width: 768px) {
    .common-banner__why .common-banner__headline {
        width: auto;
        max-width: none;
        margin-right: -20px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .common-banner .common-banner__headline {
        max-width: auto;
    }
}

@media screen and (max-width: 767px) {
    .common-banner .common-banner__headline {
        font-size: 28px;
    }
}
