.goniometer-buying-guide-hero {
    width: 100% !important;
}

.goniometer-buying-guide-hero__container {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
}

.goniometer-buying-guide-hero__content {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 64px !important;
    width: 100% !important;
}

.goniometer-buying-guide-hero__left,
.goniometer-buying-guide-hero__right {
    flex: 1 1 0 !important;
    width: calc((100% - 64px) / 2) !important;
    min-width: 0 !important;
}

.goniometer-buying-guide-hero__left {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 32px !important;
}

.goniometer-buying-guide-hero__title {
    margin: 0 !important;
    width: 100% !important;
    color: #22212a !important;
    font-family: "Inter", sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 48px !important;
    line-height: 60px !important;
    letter-spacing: -0.02em !important;
}

.goniometer-buying-guide-hero__title-highlight {
    color: #175cd3 !important;
}

.goniometer-buying-guide-hero__right {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 48px !important;
}

.goniometer-buying-guide-hero__copy {
    width: 100% !important;
    color: #344054 !important;
    font-family: "Inter", sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 28px !important;
}

.goniometer-buying-guide-hero__copy p {
    margin: 0 !important;
}

.goniometer-buying-guide-hero__copy p + p {
    margin-top: 16px !important;
}

.goniometer-buying-guide-page .use-case-template-hero-meta {
    width: 100% !important;
    margin: 0 !important;
}

.goniometer-buying-guide-page .use-case-template-hero-meta-item {
    background: #F9FAFB !important;
    border-left: 3px solid #175CD3 !important;
    padding: 16px 20px !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
}

.goniometer-buying-guide-page .use-case-template-hero-meta-label {
    color: #667085 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    line-height: 20px !important;
}

.goniometer-buying-guide-page .use-case-template-hero-meta-value {
    color: #101828 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 15px !important;
    line-height: 22px !important;
}

.goniometer-buying-guide-hero__divider {
    width: 100% !important;
    height: 1px !important;
    background: #e4e7ec !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.goniometer-buying-guide-hero__image-wrap {
    width: 100% !important;
    overflow: hidden !important;
}

.goniometer-buying-guide-hero__image {
    display: block !important;
    width: 100% !important;
    height: 334.65px !important;
    object-fit: cover !important;
}

@media (max-width: 1100px) {
    .goniometer-buying-guide-hero__content {
        flex-direction: column !important;
        gap: 40px !important;
    }

    .goniometer-buying-guide-hero__left,
    .goniometer-buying-guide-hero__right {
        width: 100% !important;
    }

    .goniometer-buying-guide-hero__right {
        gap: 32px !important;
    }
}

@media (max-width: 767px) {
    .goniometer-buying-guide-hero__title {
        font-size: 34px !important;
        line-height: 42px !important;
    }

    .goniometer-buying-guide-hero__copy {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .goniometer-buying-guide-hero__image {
        height: auto !important;
        aspect-ratio: 608 / 335 !important;
    }
}
