.winn-service-hero {
    --wsh-gap: 20px;
    --wsh-radius: 16px;
    --wsh-media-height: 430px;
    --wsh-pt: 80px;
    --wsh-pr: 92px;
    --wsh-pb: 50px;
    --wsh-pl: 92px;
    font-family: "Fixel", sans-serif;
}

.winn-service-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.8fr);
    gap: var(--wsh-gap);
    align-items: stretch;
}

/* .winn-service-hero__content {
    background: #f3f3f3;
    border-radius: var(--wsh-radius);
    padding: var(--wsh-pt) var(--wsh-pr) var(--wsh-pb) var(--wsh-pl);
    min-height: var(--wsh-media-height);
    display: flex;
    flex-direction: column;
} */

.winn-service-hero__chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    width: fit-content;
    min-height: 34px;
    padding: 5px 18px 5px 5px;
    border: 1px solid #a9a9a9;
    border-radius: 47px;
    color: #474747;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
}

.winn-service-hero__chip::before {
    content: "";
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    background: center / contain no-repeat url("/wp-content/uploads/2025/10/icon-container.svg");
}

.winn-service-hero__title {
    margin: 54px 0 16px;
    color: #111111;
    font-size: 54px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -1px;
}

.winn-service-hero__desc {
    max-width: 520px;
    color: #5a5a5a;
    font-size: 16px;
    line-height: 1.5;
}

/* .winn-service-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 10px;
    margin-top: auto;
    padding-top: 34px;
    max-width: 620px;
} */

.winn-service-hero__tags-wrap {
    margin-top: auto;
    padding-top: 34px;
    max-width: 620px;
    width: 100%;
}

.winn-service-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
}
/* 
.winn-service-hero__content {
    background: #f3f3f3;
    border-radius: var(--wsh-radius);
    padding: var(--wsh-pt) var(--wsh-pr) var(--wsh-pb) var(--wsh-pl);
    min-height: var(--wsh-media-height);
    display: flex;
    flex-direction: column;
    height: 100%;
} */

.winn-service-hero__content {
    background: #f3f3f3;
    border-radius: var(--wsh-radius);
    padding: var(--wsh-pt) var(--wsh-pr) var(--wsh-pb) var(--wsh-pl);
    min-height: var(--wsh-media-height);
    display: flex;
    flex-direction: column;
}
.winn-service-hero__tag-item
{
    color: #979797;
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
    transition: color .2s ease, opacity .2s ease;
	cursor: pointer;
	border: none;
    background: none;
}
.winn-service-hero__tag {
    color: #979797;
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
    transition: color .2s ease, opacity .2s ease;
}

.winn-service-hero__tag:hover {
    color: #bf3131;
}

/* .winn-service-hero__media {
    position: relative;
    overflow: hidden;
    border-radius: var(--wsh-radius);
    min-height: var(--wsh-media-height);
    background: #111111;
}

.winn-service-hero__image {
    width: 100%;
    height: 100%;
    min-height: var(--wsh-media-height);
    object-fit: cover;
    display: block;
} */
.winn-service-hero__media {
    position: relative;
    overflow: hidden;
    border-radius: var(--wsh-radius);
    min-height: var(--wsh-media-height);
    background: #111111;
}

.winn-service-hero__image {
    width: 100%;
    height: var(--wsh-media-height);
    min-height: var(--wsh-media-height);
    object-fit: cover;
    display: block;
}
@media (max-width: 1279px) {
    .winn-service-hero__title {
        font-size: 46px;
        margin-top: 38px;
    }

    .winn-service-hero__content {
        padding: 36px 32px 28px;
    }
}

@media (max-width: 1024px) {
    .winn-service-hero__grid {
        grid-template-columns: 1fr;
    }

    .winn-service-hero__title {
        font-size: 40px;
        margin-top: 26px;
    }

    .winn-service-hero__content,
    .winn-service-hero__media,
    .winn-service-hero__image {
        min-height: 360px;
    }
}

@media (max-width: 767px) {
/*     .winn-service-hero__content {
        padding: 24px 20px;
        min-height: auto;
    }

    .winn-service-hero__media,
    .winn-service-hero__image {
        min-height: 260px;
    }

    .winn-service-hero__title {
        font-size: 34px;
        margin: 28px 0 14px;
        letter-spacing: -0.6px;
    } */
    .winn-service-hero__content {
        padding: 24px 20px;
        min-height: var(--wsh-media-height);
    }

    .winn-service-hero__media,
    .winn-service-hero__image {
        min-height: var(--wsh-media-height);
    }

    .winn-service-hero__image {
        height: var(--wsh-media-height);
    }
    .winn-service-hero__desc {
        font-size: 15px;
    }

    .winn-service-hero__chip {
        font-size: 15px;
    }

    .winn-service-hero__tags {
        gap: 6px 10px;
        padding-top: 24px;
    }

    .winn-service-hero__tag {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .winn-service-hero__title {
        font-size: 30px;
    }

    .winn-service-hero__desc {
        font-size: 14px;
    }

    .winn-service-hero__chip {
        min-height: 32px;
        padding: 4px 14px 4px 4px;
    }

    .winn-service-hero__chip::before {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
    }
}