.sc-grid .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.sc-tile {
    padding: 18px;
    background-color: #ece9e2;
    border-top: solid 13px #4b2e83;
    margin: 15px;
    -webkit-box-shadow: 0 0 4px rgba(164, 164, 164, 0.5);
    box-shadow: 0 0 4px rgba(164, 164, 164, 0.5);
}
.sc-tile h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    height: 60px;
    margin: 0;
}
.sc-tile h2 a {
    text-decoration: underline;   
}
.sc-tile .tile__image {
	text-align: center;
}