.resources-container{
    margin-top: 70px;
    padding: 10px 0;
    min-height: 60vh;
}
.resources-container{
    display: grid;
    justify-content: center;
}
.resource-item-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}
.resource-item{
    position: relative;
    width: 300px;
    margin: 10px;
}
.resource-heading{
    position: absolute;
    bottom: 0;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 0;
    height: 60px;
    width: 100%;
    background: rgba(0,0,0,0.5);
}