.row {
    margin: 0 auto;
 /*   max-width: 62.5rem;*/
    width: 100%;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}
.row.collapse .row {
    margin-left: 0;
    margin-right: 0;
}
.row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto;
}
.row .row:before,
.row .row:after {
    content: " ";
    display: table;
}
.row .row:after {
    clear: both;
}
.row .row.collapse {
    margin: 0;
    max-width: none;
    width: auto;
}
.row .row.collapse:before,
.row .row.collapse:after {
    content: " ";
    display: table;
}
.row .row.collapse:after {
    clear: both;
}
    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }
    .large-1 {
        width: 8.3333333333%;
    }
    .large-2 {
        width: 16.6666666667%;
    }
    .large-3 {
        width: 25%;
    }
    .large-4 {
        width: 33.3333333333%;
    }
    .large-5 {
        width: 41.6666666667%;
    }
    .large-6 {
        width: 50%;
    }
    .large-7 {
        width: 58.3333333333%;
    }
    .large-8 {
        width: 66.6666666667%;
    }
    .large-9 {
        width: 75%;
    }
    .large-10 {
        width: 83.3333333333%;
    }
    .large-11 {
        width: 91.6666666667%;
    }
    .large-12 {
        width: 100%;
    }
    .large-offset-0 {
        margin-left: 0 !important;
    }
    .large-offset-1 {
        margin-left: 8.3333333333% !important;
    }
    .large-offset-2 {
        margin-left: 16.6666666667% !important;
    }
    .large-offset-3 {
        margin-left: 25% !important;
    }
    .large-offset-4 {
        margin-left: 33.3333333333% !important;
    }
    .large-offset-5 {
        margin-left: 41.6666666667% !important;
    }
    .large-offset-6 {
        margin-left: 50% !important;
    }
    .large-offset-7 {
        margin-left: 58.3333333333% !important;
    }
    .large-offset-8 {
        margin-left: 66.6666666667% !important;
    }
    .large-offset-9 {
        margin-left: 75% !important;
    }
    .large-offset-10 {
        margin-left: 83.3333333333% !important;
    }
    .large-offset-11 {
        margin-left: 91.6666666667% !important;
    }
    .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }

#demos .owl-carousel {
    margin: 2rem 0;
}
#demos .owl-carousel .item {
    height: 10rem;
    background: #4dc7a0;
    padding: 1rem;
}
#demos .owl-carousel .item h4 {
    color: #fff;
    font-weight: 400;
    margin-top: 0rem;
}
