﻿.hero .hero-icon {
    top: 31px;
}
.feature-list {
    background-color: #f3f3f3;
    padding: 50px 0;
}
main {
    padding-bottom: 0;
}
@media (max-width: 767.98px) {
    .hero .hero-icon {
        top: 0;
    }
}

.wlversion {
    /* color: red; */
    background-color: #6c7e8d;
    color: #FFF;
    padding: 0;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
    display: inline-block;
    width: 119px;
    text-align: center;
    line-height: 27px;
    margin-right: 2px;
}
    .wlversion.current {
        background-color: #2c9aee;
    }