/* Homepage section headings — supplements existing section-title / with-highlight / Dottedsquare */

.home-section-heading__subtitle {
    margin: 0.65rem 0 0;
    color: #667085;
    font-size: 0.925rem;
    line-height: 1.85;
    max-width: 42rem;
}

.home-section-heading__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.home-section-heading__title-wrap {
    min-width: 0;
}

.home-section-heading__title {
    margin: 0;
    color: #071b52;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

@media (max-width: 575.98px) {
    .home-section-heading .section-title-title {
        padding-right: 36px;
    }

    .home-section-heading .Dottedsquare {
        width: 28px;
        height: 28px;
        background-size: 8px 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-section-heading__cta {
        transition: none;
    }
}
