/* ============= GLOBAL ============= */

body {
    background: #0F1012;
    font-family: "Onest", sans-serif;
    color: #fff;
    overflow-x: hidden;
    cursor: auto; /* обычный курсор */
}

/* ============= CASE CONTENT ============= */

.case-wrapper {
    width: 75vw;
    margin: 60px auto 120px;
}

.case-img {
    width: 100%;
    border-radius: 18px;
    display: block;
}

/* ============= RESPONSIVE ============= */

@media (max-width: 600px) {
    .case-wrapper {
        width: 90vw;
    }
}

