#homepage-sections{
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 1em 0;
    /*justify-content: space-between;*/
}

#homepage-sections li{
    list-style: none;
    display: inline-block;
    width: calc(100% / 3);
    height: 120px;
    margin-bottom: 50px;
}

#homepage-sections li a{
    display: block;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    margin: 20px;
    padding: 20px;
}

#homepage-sections li a span{
    display: block;
    color: #000000;
    font-weight: bold;
}

#homepage-sections li a button{
    border: 1px solid #000000;
    margin-top: 10px;
    padding: 2px 15px;
    float: right;
    font-size: small;
    color: #000;
}
#homepage-sections li a:hover button {
    color: #fff;
}
#homepage-sections li a .clear{
    clear: both;
}

#homepage-sections li a:hover, #homepage-sections li a:hover span{
    text-decoration: none;
    background: #090d1e;
    color: #fff;
}
