.yc-shode-box.yc-shcode--post-services .--short--code--title {
    position: relative;
    width: fit-content;
    margin: 0 0 14px !important;
    padding-bottom: 12px;
    color: var(--primary-text);
    font-size: 30px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: -.35px;
}

.yc-shode-box.yc-shcode--post-services .--short--code--title::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    width: 46px;
    height: 3px;
    border-radius: 999px;
    background: var(--uicolor);
}

.yc-shode-box.yc-shcode--post-services .--short--code--content {
    margin-bottom: 22px;
    color: var(--secondarytext);
    font-size: 16px;
    line-height: 1.85;
}

.yc-shcode--servi {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    max-width: 100% !important;
    align-items: stretch;
}

.yc-sh-ser-it {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 20px;
    flex: unset;
    min-width: 0;
    padding: 20px !important;
    border: 1px solid rgb(0 0 0 / 7%);
    border-radius: 22px;
    background:
        radial-gradient(circle at 0 0, rgb(255 111 0 / 6%) 0, transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
    box-shadow: 0 14px 36px rgb(0 0 0 / 6%);
    text-align: start;
    transition:
        transform .28s ease,
        box-shadow .28s ease,
        border-color .28s ease;
}

.yc-sh-ser-it::before {
    content: "";
    position: absolute;
    inset-block: 18px;
    inset-inline-start: 0;
    width: 4px;
    border-radius: 999px;
    background: var(--uicolor);
    opacity: 0;
    transition: opacity .25s ease;
}

.yc-sh-ser-it::after {
    content: "";
    position: absolute;
    inset-inline-end: -58px;
    top: -58px;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: rgb(255 111 0 / 6%);
    pointer-events: none;
}

.yc-sh-ser-it:hover {
    transform: translateY(-6px);
    border-color: rgb(255 111 0 / 18%);
    box-shadow: 0 24px 58px rgb(0 0 0 / 12%);
}

.yc-sh-ser-it:hover::before {
    opacity: 1;
}

.yc-sh-ser-it:last-child {
    border-bottom: 1px solid rgb(0 0 0 / 7%);
}

.yc-she-step--im {
    position: relative;
    z-index: 2;
    width: 150px;
    min-width: 150px;
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 0 !important;
    border: 1px solid rgb(255 111 0 / 10%);
    border-radius: 20px;
    background:
        radial-gradient(circle at 28% 20%, rgb(255 111 0 / 9%) 0, transparent 34%),
        linear-gradient(135deg, #fff3df, #fffaf2);
    box-shadow: 0 14px 32px rgb(0 0 0 / 7%);
}

.yc-she-step--im::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 35%, rgb(0 0 0 / 14%) 100%);
    opacity: 0;
    transition: opacity .28s ease;
}

.yc-sh-ser-it:hover .yc-she-step--im::before {
    opacity: 1;
}

.yc-she-step--im img {
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset;
    display: block;
    object-fit: cover;
    padding: 0 !important;
    margin: 0 !important;
    transform: scale(1.01);
    transition:
        transform .5s ease,
        filter .5s ease;
}

.yc-sh-ser-it:hover .yc-she-step--im img {
    transform: scale(1.08);
    filter: saturate(1.06) contrast(1.03);
}

.yc-shcode--services--info {
    position: relative;
    z-index: 2;
    display: block;
    min-width: 0;
}

.yc-shcode--services--info h3 {
    margin: 0 0 8px;
    color: var(--primary-text);
    font-size: 21px;
    line-height: 1.4;
    font-weight: 900;
    transition: color .25s ease;
}

.yc-sh-ser-it:hover .yc-shcode--services--info h3 {
    color: var(--uicolor);
}

.yc-shcode--services--info p {
    margin: 0;
    color: var(--secondarytext);
    font-size: 16px;
    line-height: 1.85;
    font-weight: 500;
}

@media (max-width: 1125px) {
    .yc-shcode--servi {
        gap: 16px;
    }

    .yc-sh-ser-it {
        padding: 18px !important;
        gap: 16px;
    }

    .yc-she-step--im {
        width: 125px;
        min-width: 125px;
        height: 125px;
        border-radius: 18px;
    }

    .yc-shcode--services--info h3 {
        font-size: 19px;
    }

    .yc-shcode--services--info p {
        font-size: 14px;
        line-height: 1.75;
    }
}

@media (max-width: 780px) {
    .yc-shcode--servi {
        grid-template-columns: 1fr;
    }

    .yc-sh-ser-it {
        min-width: 100% !important;
    }
}

@media (max-width: 500px) {
    .yc-shode-box.yc-shcode--post-services .--short--code--title {
        font-size: 24px;
    }

    .yc-shode-box.yc-shcode--post-services .--short--code--content {
        font-size: 15px;
    }

    .yc-sh-ser-it {
        flex-direction: column;
        align-items: center !important;
        justify-content: center;
        gap: 14px;
        padding: 18px 15px !important;
        border-radius: 20px;
        text-align: center;
    }

    .yc-sh-ser-it::before {
        inset-block: auto;
        inset-inline-start: 50%;
        bottom: 0;
        width: 54px;
        height: 4px;
        transform: translateX(-50%);
    }

    .yc-she-step--im {
        width: 100%;
        min-width: 0;
        height: 185px;
        margin-inline-end: 0 !important;
        border-radius: 17px;
    }

    .yc-she-step--im img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .yc-shcode--services--info {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .yc-shcode--services--info h3 {
        font-size: 18px;
    }

    .yc-shcode--services--info p {
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    .yc-she-step--im {
        height: 160px;
    }

    .yc-shcode--services--info h3 {
        font-size: 17px;
    }
}