.dehualdo-product-text .title {
    font-family: 'Marion regular';
    font-weight: 400;
    font-size: 60px;
    line-height: 120%;
    margin-bottom: 36px;
    color: #1F1713;
}
.dehualdo-product-text .columns {
    display: flex;
    column-gap: 40px;
    row-gap: 32px;
}
.dehualdo-product-text .image {
    width: calc(50% - 20px);
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }
}
.dehualdo-product-text .description-short {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 18px;
    line-height: 160%;
    color: #1F1713;
    margin-bottom: 36px;
    * {
        font-family: 'Neue Haas Grotesk Display Pro';
        font-size: 18px;
        line-height: 160%;
        color: #1F1713;
    }
}
.dehualdo-product-text .description {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 18px;
    line-height: 160%;
    color: #1F1713;
    width: calc(50% - 20px);
    * {
        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-text .columns {
        flex-wrap: wrap;
    }
    .dehualdo-product-text .image {
        width: 100%;
        img {
            width: 100%;
            height: auto;
        }
    }
    .dehualdo-product-text .description {
        width: 100%;
    }
    .dehualdo-product-text .title {
        font-size: 48px;
    }
}