section[data-cattype="88925"] {
    background: #f4f5f7;
    background-size: cover;
    background-position: center;
}

section[data-cattype="88925"] .osp-88925-featured-business {
    padding: 40px 0 46px;
}

section[data-cattype="88925"] .osp-88925-title {
    margin: 0 0 34px;
    color: #111;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 2px;
}

section[data-cattype="88925"] .osp-88925-card {
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
}

section[data-cattype="88925"] .osp-88925-main-image {
    height: 190px;
    overflow: hidden;
}

section[data-cattype="88925"] .osp-88925-main-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section[data-cattype="88925"] .osp-88925-card-body {
    padding: 26px 26px 20px;
    text-align: center;
}

section[data-cattype="88925"] .osp-88925-card-body h3 {
    margin: 0 0 14px;
    color: #111;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.2;
}

section[data-cattype="88925"] .osp-88925-card-body p {
    min-height: 126px;
    margin: 0 0 24px;
    color: #68717b;
    font-size: 15px;
    line-height: 1.55;
}

section[data-cattype="88925"] .osp-88925-thumbs {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

section[data-cattype="88925"] .osp-88925-thumbs img {
    width: 58px;
    height: 58px;
    border-radius: 6px;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    section[data-cattype="88925"] .osp-88925-title {
        font-size: 32px;
    }

    section[data-cattype="88925"] .osp-88925-card-body p {
        min-height: auto;
    }
}

@media (max-width: 575.98px) {
    section[data-cattype="88925"] .osp-88925-featured-business {
        padding: 32px 0 36px;
    }

    section[data-cattype="88925"] .osp-88925-title {
        margin-bottom: 24px;
        font-size: 27px;
        letter-spacing: 1px;
    }

    section[data-cattype="88925"] .osp-88925-main-image {
        height: 180px;
    }

    section[data-cattype="88925"] .osp-88925-card-body {
        padding: 22px 20px 20px;
    }
}