.english-hero {
    padding-top: 112px;

    .english-hero-title {
        margin-top: 0;
        margin-bottom: 32px;
        font-size: 64px;
        font-style: normal;
        font-weight: 800;
        line-height: 72px;
        text-align: left;
        max-width: 842px;
    }

    .google-reviews-wrapper {
        margin-left: auto;
    }

    .google-reviews-count {
        color: var(--bs-white);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .google-reviews-wrapper-mobile img {
        height: 48px;
    }

    .video-hero-logos {
        margin-top: 120px;
    }

    .video-hero-logos-label {
        color: var(--bs-white);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .english-hero-content {
        position: relative;
        z-index: 2;
        text-align: center;
        padding: 120px 0 100px 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .english-hero-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 708px;
        object-fit: cover;
        z-index: 0;
    }

    .cta-english-primary {
        border-right: 1px solid var(--bs-white);
    }

    .cta-english-primary, .cta-english-secondary {
        text-align-last: center;
        color: var(--bs-white);
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        text-transform: uppercase;
        padding: 28px 0;
        transition: background-color 0.3s ease;
    }

    .cta-english-primary:hover {
        background-color: var(--bs-secondary-700) !important;
    }
    
    .cta-english-secondary:hover {
        background-color: var(--bs-secondary-500) !important;
    }
}
@media (max-width: 768px) {
    .english-hero {
        .english-hero-bg {
            height: 564px;
        }

        .cta-english-primary {
            border-right: none;
        }

        .cta-english-primary, .cta-english-secondary {
            width: 100% !important;
            text-transform: none !important;
            padding: 14px 0;
            font-size: 14px;
            line-height: 20px;
        }

        .video-hero-logos {
            margin-top: 40px;
        }

        .video-hero-logos img {
            height: 24px;
        }

        .thanks-hero {
            height: 564px;
        }

        .google-reviews-count {
            font-size: 14px;
            line-height: 16px;
        }
    }
}

@media (max-width: 992px) {
    .english-hero {
        padding-top: 0;

        .english-hero-title {
            margin-top: 0;
            margin-bottom: 4px;
            font-size: 32px;
            line-height: 40px;
            text-align: left;
        }

        .english-hero-content {
            padding: 32px 24px 42px 24px;
        }
    }
}