.mt-about-us,
.mt-about-us * {
    box-sizing: border-box;
}

.mt-about-us {
    width: 100%;
    padding: 0 6.944vw;
    background: #ffffff;
}

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

.mt-about-us-header {
    margin-bottom: 3.472vw;
    text-align: center;
}

.mt-about-us-title {
    margin: 0;
    color: #000000;
    font-family: var(--vape-font-brand);
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 3.056vw;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.mt-about-us-subtitle {
    margin: 2.083vw 0 0;
    color: #000000;
    font-family: var(--vape-font-body);
    font-size: 0.972vw;
    font-weight: 500;
    line-height: 1.528vw;
    letter-spacing: 0;
}

.mt-about-us-rows {
    width: 100%;
    display: grid;
    gap: 2.083vw;
}

.mt-about-us-row {
    width: 100%;
    min-height: 34.722vw;
    border-radius: 2.083vw;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.mt-about-us-image-card,
.mt-about-us-text-card {
    min-width: 0;
    min-height: 34.722vw;
}

.mt-about-us-image-card {
    position: relative;
    overflow: hidden;
    background: #e6e6e6;
}

.mt-about-us-image-link {
    width: 100%;
    height: 100%;
    display: block;
    color: inherit;
    text-decoration: none;
}

.mt-about-us-image-link:hover,
.mt-about-us-image-link:focus {
    color: inherit;
    text-decoration: none;
}

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

.mt-about-us-image-card span {
    width: 100%;
    height: 100%;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--vape-font-brand);
    font-size: 0.972vw;
    font-weight: 700;
}

.mt-about-us-text-card {
    padding: 4.167vw;
    background: #2ef0d6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mt-about-us-card-title {
    margin: 0;
    color: #000000;
    font-family: var(--vape-font-brand);
    font-size: 4.444vw;
    font-weight: 400;
    line-height: 5.556vw;
    letter-spacing: 0;
}

.mt-about-us-card-desc {
    max-width: 12.5vw;
    margin: 0;
    color: #000000;
    font-family: var(--vape-font-body);
    font-size: 1.111vw;
    font-weight: 500;
    line-height: 1.667vw;
    letter-spacing: 0;
}

@media (max-width: 768px) {
    .mt-about-us {
        padding: 0 2.344vw;
    }

    .mt-about-us-header {
        margin-bottom: 3.125vw;
    }

    .mt-about-us-title {
        font-size: 3.125vw;
        line-height: 4.167vw;
        letter-spacing: 0.12em;
    }

    .mt-about-us-subtitle {
        margin-top: 1.563vw;
        font-size: 1.302vw;
        line-height: 2.083vw;
    }

    .mt-about-us-row {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .mt-about-us-row-image-right .mt-about-us-text-card {
        order: 2;
    }

    .mt-about-us-row-image-right .mt-about-us-image-card {
        order: 1;
    }

    .mt-about-us-image-card,
    .mt-about-us-text-card {
        min-height: 33.854vw;
    }

    .mt-about-us-text-card {
        padding: 4.427vw 3.646vw;
    }

    .mt-about-us-card-title {
        font-size: 4.427vw;
    }

    .mt-about-us-card-desc {
        max-width: 28.646vw;
        font-size: 1.302vw;
        line-height: 2.083vw;
    }
}