.product_argument {
    color: #ed1e3c;
}
.product_argument {
    width: 100%;
    display: inline-table;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: #f3f3f3;
}

.product_argument.sudy div.img{
    float: right;
    margin-bottom: 20px;
}
.product_argument.lichy div.img{
    float: left;
    margin-bottom: 20px;
}

.product_argument p{
    font-size: 15px;
}
.product_argument h3{
    color: #ed1e3c;
}

@media (max-width: 766px)
{
    .product_argument{
        display: grid;
    }
    .product_argument div{
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

.MainFeatureImages__featureImage{
    margin-bottom: 50px;
}
