.vseo-case-image {
    margin: 32px 0;
}

.vseo-case-image img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid rgba(73, 58, 57, 0.14);
    border-radius: 18px;
}

.vseo-case-image figcaption {
    margin-top: 10px;
    color: #6f6260;
    font-size: 14px;
    line-height: 1.5;
}

.vseo-case-result-image {
    margin: 36px 0;
    padding: 18px;
    overflow: hidden;
    background: #fff8ed;
    border: 1px solid rgba(255, 152, 0, 0.28);
    border-radius: 22px;
}

.vseo-case-result-image__label {
    display: inline-block;
    margin: 0 0 14px;
    padding: 6px 12px;
    color: #493a39;
    background: #ff9800;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.vseo-case-result-image figure {
    margin: 0;
}

.vseo-case-result-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
}

.vseo-case-result-image figcaption {
    margin-top: 10px;
    color: #6f6260;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .vseo-case-image {
        margin: 24px 0;
    }

    .vseo-case-result-image {
        margin: 28px 0;
        padding: 12px;
        border-radius: 18px;
    }

    .vseo-case-image img,
    .vseo-case-result-image img {
        border-radius: 12px;
    }
}
