section[data-cattype="88891"] {
    padding: 30px 0;
}

section[data-cattype="88891"] .osp-intro-content {
    max-width: 560px;
}

section[data-cattype="88891"] .osp-intro-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

section[data-cattype="88891"] .osp-intro-title {
    margin-bottom: 22px;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.1;
    font-weight: 700;
}

section[data-cattype="88891"] .osp-intro-description {
    margin-bottom: 16px;
    font-size: 1.05rem;
    line-height: 1.8;
}

section[data-cattype="88891"] .osp-intro-image-wrap {
    overflow: hidden;
    border-radius: 18px;
}

section[data-cattype="88891"] .osp-intro-image {
    display: block;
    width: 100%;
    min-height: 420px;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    section[data-cattype="88891"] .osp-intro-content {
        max-width: none;
    }

    section[data-cattype="88891"] .osp-intro-image {
        min-height: 320px;
    }
}

@media (max-width: 767.98px) {
    section[data-cattype="88891"] {
        padding: 10px 0;
    }

    section[data-cattype="88891"] .osp-intro-title {
        font-size: 2.25rem;
    }

    section[data-cattype="88891"] .osp-intro-description {
        font-size: 1rem;
    }

    section[data-cattype="88891"] .osp-intro-image {
        min-height: 260px;
    }
}
