.dehualdo-product-calidad .title {
    font-family: 'Marion regular';
    font-weight: 400;
    font-size: 60px;
    line-height: 120%;
    margin-bottom: 24px;
    color: #1F1713;
}
.dehualdo-product-calidad .columns {
    display: flex;
    column-gap: 40px;
    row-gap: 24px;
    align-items: center;
}
.dehualdo-product-calidad .texts {
    width: calc(50% - 35px);
    .inner {
        max-width: 543px;
        margin-right: auto;
    }
}
.dehualdo-product-calidad .image {
    width: calc(50% - 35px);
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 503px;
    }
}
.dehualdo-product-calidad .description {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 18px;
    line-height: 160%;
    color: #1F1713;
    * {
        font-family: 'Neue Haas Grotesk Display Pro';
        font-size: 18px;
        line-height: 160%;
        color: #1F1713;
    }
    ul {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .dehualdo-product-calidad .columns {
        flex-wrap: wrap;
    }
    .dehualdo-product-calidad .image {
        width: 100%;
        img {
            width: 100%;
            height: auto;
            max-height: 250px;
        }
    }
    .dehualdo-product-calidad .title {
        font-size: 48px;
    }
    .dehualdo-product-calidad .texts {
        width: 100%;
        .inner {
            max-width: 100%;
            padding-left: 15px;
            padding-right: 15px;
        }
    }
}