.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths, .col-5ths {
    -ms-flex: 0 0 20%;
    flex:0 0 20%;
    width: 20%;
    float: left;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 30px;
    overflow: auto;
}

@media (min-width: 768px) {
    .col-md-5ths {
        -ms-flex: 0 0 20%;
        flex:0 0 20%;
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-lg-5ths {
        -ms-flex: 0 0 20%;
        flex:0 0 20%;
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-xl-5ths {
        -ms-flex: 0 0 20%;
        flex:0 0 20%;
        width: 20%;
        float: left;
    }
}
