body, html{
    min-height: 100vh;
}

#sub-menu h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0;
}

#sub-menu p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #444444;
    margin: -3px 0 6px 0;
}

#sub-menu{
    padding: 30px 0;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 9;
}

#list{
    background-color: #f1f1f1;
    padding: 0 0 50px;
}


#list .col-md-3{
    margin-top: 20px;
}

#list .row{
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding-bottom: 30px;
}

#list .box{
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    position: relative;
    font-family: 'Montserrat', sans-serif;
    margin-top: 30px;
    border-radius: 3px;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #fff;
    word-break: break-word;
}

#list .box section{
    max-width: 100%;
}

#list .box section h1{
    font-size: 2vw;
    font-weight: 600;
    text-align: center;
    padding: 0 5px;
}

#list .box section p {
    font-size: 1vw;
    color: #707070;
    font-weight: 500;
    text-align: center;
    padding: 0 15px;
}

#list .box footer{
    text-align: center;
    padding: 15px 0;
}

#list .box footer i{
    color: #f6c66d;
    font-size: 2vw;
}

#see-more-btn{
    margin-top: 30px;
    transition: .3s ease all;
}

.loading{
    filter: saturate(0);
    transition: .3s ease all;
    cursor: wait !important;
    pointer-events: none;
}