/*@media (min-width: 426px) and (max-width: 768px) {*/
/*    .second-raw {*/
/*        flex-wrap: unset !important;*/
/*    }*/


/*    .custom-row {*/
/*        display: flex !important;*/
/*        justify-content: flex-start !important;*/
/*        align-items: stretch !important;*/
/*        flex-wrap: nowrap !important;*/
/*        padding: 10px;*/

/*    }*/
/*}*/

li {
    margin-bottom: 16px;
    margin-left: 20px;
}


@media (max-width: 500px) {
    li {
        margin-bottom: 10px;
        margin-left: 20px;
    }

    .custom-row-flex {
        display: flex !important;
        flex-direction: column !important;
    }

    .flex-wrap-config {
        flex-wrap: wrap !important;
    }
}


@media (min-width: 768px) {


    .custom-row {
        flex-wrap: nowrap !important;
    }

    .custom-row-flex {
        display: flex !important;
        flex-direction: column !important;
    }

    .flex-wrap-config {
        flex-wrap: nowrap !important;
    }

    li {
        margin-bottom: 10px;
        margin-left: 20px;
    }
}

@media (min-width: 769px) {
    .custom-row-flex {
        display: flex !important;
        flex-direction: row !important;
    }
}

@media (min-width: 1024px) {
    .custom-row {
        padding: 50px !important;
    }
}


@media (min-width: 1440px) {
    .custom-row-flex {
        display: flex !important;
        flex-direction: row !important;
    }

    .custom-row {
        padding: 50px 150px !important;
    }
}
