@media (min-width: 992px) {
    .col-lg-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        width: 100%;
        padding: 0 15px;
    }
}
@media(max-width: 350px){
    .font-size-13{
        font-size: 13px;
    }
}
.font-size-14{
    font-size: 14px;
}
.shadow-g{
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
}
.bg-success{
    background-color: #6EB74B !important;
}
.text-success{
    color: #6EB74B !important;
}
.box:hover .hover-box{
    background-color: #F9F9F9 !important;
}
.box:hover .hover-button{
    background-color: #5C983F !important;
}
.box, .box a span, .box a span:hover{
    text-decoration: none !important;
    color: inherit;
}
.box .text-standard{
    color: #212529 !important;
}
