.card-footer{
    margin-bottom: 5px;
}
.card-footer button{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.card-footer a{
    margin-left: 10px;
    color: #7AB309;
    text-transform: uppercase;
    font-size: 1.4rem;
}

hr{
    border: 1px solid #C0CDD9;
    width: 90%;
    margin-top: 5px;
    margin-bottom: 30px;
}

.material-list-item{
    padding: 5px 0;
}

.material-list a{
    font-size: 1.6rem;
    color: #7F7F7F;
    text-decoration: none;
    vertical-align: middle;
}

.filter{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.form-select{
    width: auto;
    font-style: italic;
    font-size: 1.8rem;
    color: #7F7F7F;
}

#filter-input{
    background-image: none;
}

@media screen and (min-width: 576px) {
    .container-cards{
        justify-content: space-between;
        width: 100%;
    }

    .card{
        width: 45%;
    }
}