.topTextLayout .text-header-1,
[class*="CallOutBanner_content"] h1,
[class*="CallOutBanner_content"] h2 {
    font-family: Saira Expanded, sans-serif;
    font-weight: 300 !important;
}

[class*="StandardBanner_standard-banner-cta-top"]>div {
    flex-direction: row !important;
    gap: 16px;
}

[class*="StandardBanner_standard-banner-cta-container"] {
    height: 48px;
}

.standardBannerCTAButton {
    padding: 0;
}

[class*="CompareProducts_name"] {
    margin-bottom: 24px !important;
}

[class*="profileGrid_card-heading"] {
    font-family: Saira, sans-serif !important;
}

[class*="CallOutBanner_wrapper"]>div {
    gap: 40px !important;
}

@media screen and (max-width: 767px) {
    [class*="CompareProducts_sub-header"] {
        display: none;
    }

    [class*="CallOutBanner_image"] {
        height: 14rem !important;
    }
}

@media (min-width: 1024px) {
    #key-specs-section .lg\:text-6xl {
        font-size: 3rem;
    }

    [class*="CallOutBanner_image"] {
        height: 14rem;
    }
}