.mc {
    padding: 36px 16px 42px;
}

.mc__container {
    max-width: 980px;
    margin: 0 auto;
}

.mc__title {
    margin: 0 auto 10px;
    width: 420px;
    height: 56px;
    background: url("/brands/shared/img/metodo-casa/mc-0.png") center / contain no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.mc__subtitle {
    text-align: center;
    margin: 0 0 24px;
    font-weight: 800;
    font-size: 24px;
    color: #1a1a1a;
}

.mc__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.mc-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.mc-card__img {
    height: 260px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mc-card__body {
    padding: 18px 18px 22px;
    text-align: center;
}

.mc-card__heading {
    height: 48px;
    margin: 4px auto 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.mc-card__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    color: #333;
}

.mc-img-1 { background-image: url("/brands/shared/img/metodo-casa/mc-img-1.jpg"); }
.mc-img-2 { background-image: url("/brands/shared/img/metodo-casa/mc-img-2.jpg"); }
.mc-img-3 { background-image: url("/brands/shared/img/metodo-casa/mc-img-3.jpg"); }
.mc-img-4 { background-image: url("/brands/shared/img/metodo-casa/mc-img-4.jpg"); }

.mc-h-1 { background-image: url("/brands/shared/img/metodo-casa/mc-1.png"); }
.mc-h-2 { background-image: url("/brands/shared/img/metodo-casa/mc-2.png"); }
.mc-h-3 { background-image: url("/brands/shared/img/metodo-casa/mc-3.png"); }
.mc-h-4 { background-image: url("/brands/shared/img/metodo-casa/mc-4.png"); }

@media (max-width: 991px) {
    .mc__grid {
        gap: 22px;
    }

    .mc-card__img {
        height: 240px;
    }
}

@media (max-width: 768px) {
    .mc__title {
        width: 360px;
        height: 52px;
    }

    .mc__subtitle {
        font-size: 20px;
    }

    .mc__grid {
        grid-template-columns: 1fr;
    }

    .mc-card__img {
        height: 260px;
    }
}

@media (max-width: 420px) {
    .mc__title {
        width: 300px;
        height: 46px;
    }

    .mc-card__img {
        height: 220px;
    }
}
