.grid-card{
    margin-bottom: 70px;
}
.grid-card .section-header{
    margin-bottom: 25px;
}
.grid-card .section-subtitle{
    font-size: 18px;
}
.grid-card .card{
    position: relative;
    margin-bottom: 30px;
}
.grid-card .bg-image{
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.grid-card .card-body{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: var(--card-text-bg);
    color: var(--card-color);
}
.grid-card .title{
    font-family: var(--font-important);
    color: var(--card-color);
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
