section[data-cattype="87777"].osp-87777-business,
.osp-87777-business {
    background: #f3f3f3;
    padding: 40px 0 56px;
}

.osp-87777-business .container {
    max-width: 1240px;
}

.osp-87777-heading {
    margin-bottom: 28px;
}

.osp-87777-title {
    margin: 0 0 10px;
    font-size: 52px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #111111;
}

.osp-87777-grid {
    --bs-gutter-x: 26px;
    --bs-gutter-y: 26px;
}

.osp-87777-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.04);
}

.osp-87777-main-photo {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #dfe3e8;
}

.osp-87777-main-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.osp-87777-card-body {
    flex: 1 1 auto;
    padding: 18px 22px 12px;
    text-align: center;
}

.osp-87777-card-title {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    color: #111111;
}

.osp-87777-card-desc-wrap {
    position: relative;
}

.osp-87777-card-desc {
    color: #7a8089;
    font-size: 16px;
    line-height: 1.85;
    overflow: hidden;
}

.osp-87777-card-desc p {
    margin: 0 0 12px;
}

.osp-87777-card-desc p:last-child {
    margin-bottom: 0;
}

.osp-87777-card-desc.is-collapsed {
    max-height: 200px;
}

.osp-87777-card-desc-wrap.is-collapsible .osp-87777-card-desc.is-collapsed:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 34px;
    height: 72px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #ffffff 85%);
    pointer-events: none;
}

.osp-87777-readmore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: underline;
    cursor: pointer;
}

.osp-87777-readmore-btn:hover {
    opacity: 0.75;
}

.osp-87777-card-footer {
    padding: 10px 18px 18px;
}

.osp-87777-thumb-list {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.osp-87777-thumb-item {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
    background: #eef1f4;
    border: 1px solid #d9dde2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.osp-87777-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 1199px) {
    .osp-87777-title {
        font-size: 44px;
    }
}

@media (max-width: 991px) {
    .osp-87777-title {
        font-size: 38px;
    }

    .osp-87777-card-title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .osp-87777-business {
        padding: 32px 0 44px;
    }

    .osp-87777-title {
        font-size: 30px;
        letter-spacing: 0.04em;
    }

    .osp-87777-card-body {
        padding: 16px 18px 10px;
    }

    .osp-87777-card-footer {
        padding: 10px 16px 16px;
    }
}

@media (max-width: 480px) {
    .osp-87777-title {
        font-size: 26px;
    }

    .osp-87777-thumb-item {
        width: 48px;
        height: 48px;
    }
}