.hero-tcv {
    padding: 80px 0 40px;
}

.hero-tcv__content {
    text-align: center;
    margin: 0 25px;
}

.hero-tcv__sup {
    font-size: 14px;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    margin-bottom: 24px;
}

.hero-tcv__title {
    font-size: 72px;
    line-height: 120%;
    letter-spacing: -0.04em;
    margin-bottom: 24px;
    font-weight: 700;
}

.hero-tcv__text {
    color: #0B1627;
    font-size: 18px;
    line-height: 180%;
    font-weight: 400;
}

.hero-tcv #hero-media {
    margin-top: 80px;
    max-width: 100%;
}

.hero-tcv #hero-media .embed-responsive::before {
    padding-top: 0;
}

.hero-tcv #hero-media .embed-responsive {
    height: 700px;
}

.hero-tcv #hero-media .embed-responsive video {
    position: relative;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}

.hero-tcv #hero-media img {
    height: auto;
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.hero-tcv__video {
    margin-top: 80px;
    background-color: #f0f0f0;
    ;
    width: 100%;
    height: 700px;
}

.hero-tcv .button-wrapper {
    margin-top: 40px;
    justify-content: center;
}

@media (max-width: 1250px) {
    .hero-tcv #hero-media .embed-responsive {
        height: auto;
    }
    .hero-tcv #hero-media .embed-responsive video {
        height: 100%;
        top: auto;
        transform: none;
    }
}

@media (max-width: 768px) {
    .hero-tcv {
        padding: 40px 0;
    }
    .hero-tcv__sup {
        margin-bottom: 15px;
    }
    .hero-tcv__title {
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 40px;
    }
    .hero-tcv #mobile-media {
        margin: 40px 0 0;
    }
    .hero-tcv #hero-media {
        display: none;
    }
    .hero-tcv .button-wrapper {
        margin-top: 16px;
    }
}

@media (max-width: 768px) {
    #jobs #hero-tcv #mobile-media img {
        margin: 0 auto;
        display: block;
    }
}