.product-section-action{
    padding-top: 120px;
    padding-bottom: 70px;
}
.product-section-action .product-section-action-title{
    text-align: center;
    margin-bottom: 70px;
}
.product-section-action .main-page-catalog-groups-container-new-style .new-main-groups-item a{
    padding: 30px 40px;
}
.product-section-action .main-page-catalog-groups-container-new-style .new-main-groups-item a table{
    display: flex;
}
.product-section-action .main-page-catalog-groups-container-new-style .new-main-groups-item a table tbody{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.product-section-action .main-page-catalog-groups-container-new-style .new-main-groups-item{
    width: 50%;
}


@media (max-width: 767px) {
    .product-section-action{
        padding-top: 60px;
    }
    .product-section-action .product-section-action-title{
        text-align: center;
        margin-bottom: 30px;
    }
    .product-section-action .product-section-action-title h2{
        font-size: 18px;
        line-height: 130%;
    }
    .product-section-action .main-page-catalog-groups-container-new-style .new-main-groups-item a table tbody{
        flex-direction: column;
    }

}
