/*
* Horizontal Scroll
*/
.next-horizontal-scroll{
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
}