.video-telematics-buyers-guide-hero {}
.hero-single-content-inner {
    max-width: 61.6rem;
    width: 100%;
}

.hero-content {
    justify-content: space-between;
    gap: 5rem;
}

.hero-single-tagline {
    text-transform: none;
}

.hero-single-content-title {
    line-height: 1.063;
}

.hero-single-content-text {
    width: 100%;
    max-width: 50rem;
    font-size: clamp(1.3rem, 1.8vw, 1.6rem);
    font-weight: 400;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.55);
}

.hero-single-content-text-muted {
    color: rgba(255, 255, 255, 0.35);
    font-size: clamp(1.2rem, 1.3vw, 1.4rem);
    font-weight: 400;
    line-height: 1.625;
    max-width: 52rem;
}

.hero-btn-group {
    display: flex;
    gap: 1.4rem;
    flex-wrap: wrap;
}

.video-telematics-buyers-guide-btn-group {
    margin-top: 3.6rem;
}

.hero-stats-row {
    margin-top: 4rem;
    display: flex;
    gap: 3rem 6rem;
    flex-wrap: wrap;
    padding-top: 4rem;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.07);
}

.hero-stat-value {
    font-size: clamp(1.6rem, 2vw, 2.2rem);
    font-weight: 900;
    color: var(--light);
    line-height: 1.2;
    margin-bottom: 0.8rem;
}

.hero-stat-label {
    color: rgba(255, 255, 255, 0.55);
    font-size: clamp(1.3rem, 1.5vw, 1.6rem);
    font-weight: 400;
    line-height: 1.4;
}

.hero-image {
    max-width: 41.8rem;
    width: 100%;
}

@media(max-width: 991px) {
    .video-telematics-buyers-guide-hero {
        padding-top: 12rem;
        padding-bottom: 8rem;
    }
    .hero-content {
        justify-content: center;
    }

    .hero-single-content-inner {
        max-width: 100%;
    }

    .hero-image {
        min-height: auto;
        justify-content: center;
    }
}

@media(max-width: 576px) {
    .hero-content {
        gap: 3rem;
    }
}