.mt-easy-use,
.mt-easy-use * {
    box-sizing: border-box;
}

.mt-easy-use {
    width: 100%;
    padding: 6.944vw;
    background: #f2f2f2;
}

.mt-easy-use-inner {
    width: 100%;
    max-width: 86.111vw;
    margin: 0 auto;
}

.mt-easy-use-title {
    margin: 0 0 3.472vw;
    color: #0d0d0d;
    font-family: var(--vape-font-brand);
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 3.056vw;
    letter-spacing: 0.14em;
    text-align: center;
    text-transform: uppercase;
}

.mt-easy-use-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.472vw;
}

.mt-easy-use-card {
    position: relative;
    width: 100%;
    aspect-ratio: 595 / 504;
    border-radius: 2.083vw;
    overflow: hidden;
    background: #df2335;
}

.mt-easy-use-card img {
    width: 100%;
    height: 100%;
    max-width: none;
    display: block;
    object-fit: cover;
    object-position: center;
}

.mt-easy-use-placeholder {
    width: 100%;
    height: 100%;
    color: #ffffff;
    background: linear-gradient(180deg, #df001b 0%, #ff7a70 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--vape-font-brand);
    font-size: 0.972vw;
    font-weight: 700;
}

.mt-easy-use-caption {
    position: absolute;
    left: 50%;
    bottom: 1.389vw;
    z-index: 2;
    width: calc(100% - 2.778vw);
    transform: translateX(-50%);
    text-align: center;
    pointer-events: none;
}

.mt-easy-use-step-title {
    margin: 0 0 0.139vw;
    color: #ffffff;
    font-family: var(--vape-font-brand);
    font-size: 1.667vw;
    font-weight: 700;
    line-height: 2.222vw;
    letter-spacing: 0;
    text-transform: uppercase;
}

.mt-easy-use-step-desc {
    margin: 0;
    color: #ffffff;
    font-family: var(--vape-font-body);
    font-size: 1.111vw;
    font-weight: 500;
    line-height: 1.667vw;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .mt-easy-use {
        padding: 6.25vw 3.516vw 6.055vw;
    }

    .mt-easy-use-inner {
        max-width: 100%;
    }

    .mt-easy-use-title {
        margin-bottom: 4.883vw;
        font-size: 2.539vw;
        line-height: 3.32vw;
    }

    .mt-easy-use-grid {
        gap: 2.344vw;
    }

    .mt-easy-use-card {
        border-radius: 2.93vw;
    }

    .mt-easy-use-placeholder {
        font-size: 1.367vw;
    }

    .mt-easy-use-caption {
        bottom: 1.953vw;
        width: calc(100% - 3.906vw);
    }

    .mt-easy-use-step-title {
        margin-bottom: 0.195vw;
        font-size: 2.344vw;
        line-height: 3.125vw;
    }

    .mt-easy-use-step-desc {
        font-size: 1.563vw;
        line-height: 2.344vw;
    }
}

@media (max-width: 768px) {
    .mt-easy-use {
        padding: 5.99vw 2.344vw 6.771vw;
    }

    .mt-easy-use-title {
        margin-bottom: 3.906vw;
        font-size: 3.125vw;
        line-height: 4.167vw;
        letter-spacing: 0.12em;
    }

    .mt-easy-use-grid {
        grid-template-columns: 1fr;
        gap: 2.604vw;
    }

    .mt-easy-use-card {
        border-radius: 3.906vw;
    }

    .mt-easy-use-placeholder {
        font-size: 1.823vw;
    }

    .mt-easy-use-caption {
        bottom: 1.823vw;
        width: calc(100% - 3.646vw);
    }

    .mt-easy-use-step-title {
        margin-bottom: 0.26vw;
        font-size: 2.083vw;
        line-height: 2.865vw;
    }

    .mt-easy-use-step-desc {
        font-size: 1.432vw;
        line-height: 2.083vw;
    }
}