/* General Component Headings */
.component h2,
.component .h2,
.news__head h2,
careers__head h2,
feature-block__content h2 {
    font-size: 5rem;
    line-height: 6.4rem;
    font-weight: 600;
}

/* Slide Intro Animation */
.home__hero__content .wrapper .slide .cta,
.home__hero__content .wrapper .slide .h2,
.home__hero__content .wrapper .slide h2,
.home__hero__content .wrapper .slide p {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 4rem, 0);
    -moz-transform: translate3d(0, 4rem, 0);
    -ms-transform: translate3d(0, 4rem, 0);
    -o-transform: translate3d(0, 4rem, 0);
    transform: translate3d(0, 4rem, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    -ms-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

/* Slide Headings */
.home__hero__content .wrapper .slide .h2,
.home__hero__content .wrapper .slide h2 {
    font-size: 6.8rem;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    margin-bottom: 2.4rem;
}

/* Slide Active Animation */
.home__hero__content .wrapper .slide.active .cta,
.home__hero__content .wrapper .slide.active .h2,
.home__hero__content .wrapper .slide.active h2,
.home__hero__content .wrapper .slide.active p {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
    -moz-transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
    -ms-transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
}

/* Section-Specific Font Weight */
.component.item-cards-block h2,
.component.item-cards-block .h2,
.home .feature-block h2,
.home .feature-block .h2,
.logo-wall-block h2,
.logo-wall-block .h2,
.news__head h2,
.careers__head h2,
.feature-block__content h2 {
    font-weight: 700;
}

/* Feature Block Headings */
.home .feature-block h2,
.home .feature-block .h2 {
    font-size: 5rem;
    line-height: 6.4rem;
}

/* Quick Links and Item Cards Margin Fix */
.quick-links-block h2,
.component.item-cards-block h2 {
    margin-bottom: inherit;
}

/* Quick Links Icons */
.quick-links-block .quick-links-wrapper .section .h2 i,
.quick-links-block .quick-links-wrapper .section h2 i {
    display: block;
}

/* Responsive Styles */
@media screen and (max-width: 1400px) {
    .home__hero__content .wrapper .slide .h2,
    .home__hero__content .wrapper .slide h2 {
        font-size: 5rem;
    }
}

@media screen and (max-width: 991px) {
    .home__hero__content .wrapper .slide .h2,
    .home__hero__content .wrapper .slide h2 {
        font-size: 3.2rem;
        line-height: 3.2rem;
    }

    .quick-links-block .wrapper .h2,
    .quick-links-block .wrapper h2 {
        font-size: 3.8rem;
        line-height: 4.2rem;
    }

    /* Retained in case needed later */
    /*
    .component .h2, .component h2 {
        font-size: 3.8rem;
        line-height: 4.2rem;
        margin-bottom: 2.4rem;
    }
    */
}

@media (max-width: 767px) {
    .component.item-cards-block h2,
    .component.cross-sell-block h2 {
        font-size: 5rem;
        line-height: 6.4rem;
    }
}
