.section__header h1{
    line-height: initial;

}

.about__main .hero--industry-leaders .hero__header{
    -webkit-clip-path:none;
}

body .people__main .quotes__grid .quotes__item:nth-child(odd):after{
    transition: transform 0.0s linear, -webkit-transform 0.0s linear;
}

body .people__main .quotes__grid .active-chev:after
{
    -webkit-transform: translateY(-50%) rotateZ(180deg) !important;
    transform: translateY(-50%) rotateZ(180deg) !important;
}

.hero__header.red{
    background-color: #ef2020;
}

.explore-roles.image__overlay{
    background: rgba(255, 255, 255, 1);
}

@media only screen and (max-width: 768px) {
    .applying__main .carousel button img {
        height: 40px;
    }

    .applying__main .carousel button.btn__right {
        right: -12px;
    }
    .applying__main .carousel button.btn__left{
        left: -12px;
    }
}