#dpc-tile h2.section-heading {
    display: block;
    text-align: center;
    padding-bottom: 5rem;
}

#dpc-tile a {
    display: block;
    text-align: center;
}

#dpc-tile ul.section-grid {
    flex-wrap: nowrap;
    margin: auto 15rem;
    margin-bottom: 1rem;
    column-gap: 1rem;
}

#dpc-tile .section-grid h3 {
    text-align: center;
}

#dpc-tile li.col-xs-12.col-sm-6 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
    padding: 2rem;
    margin-bottom: 0 !important;
}

#dpc-tile li.col-xs-12.col-sm-6:hover {
    border: 4px solid #00b388;
}

#dpc-tile .section-grid img {
    margin-right: auto;
    margin-left: auto;
}

#dpc-tile .wysiwyg-content .col-auto {
    text-align: center;
    
}

/* Mobile Styles */
@media only screen and (max-width: 1000px) {
    #dpc-tile .section-grid img {
        width: 70%;
    }
}

@media only screen and (max-width: 990px){
    #dpc-tile ul.section-grid {
        flex-wrap: wrap !important;
        justify-content: center !important;
        margin: 0 !important;
    }
    
    #dpc-tile li.col-xs-12.col-sm-6 {
        margin-bottom: 2rem !important;
    }
}

@media only screen and (max-width: 768px){
    .grid-img-wrapper > img {
        width: 40% !important;
    }
}