.grid-of-4 .view-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width:992px) {
    .grid-of-4 .view-content {
        padding: 0px 15px;
    }
}

.grid-of-4 .views-row {
    width: calc(25% - 22.5px);
}


@media screen and (max-width:991px) {
    .grid-of-4 .views-row {
        width: calc(50% - 15px);
    }
}

.grid-of-4 .views-row:not(:last-child) {
    margin-bottom: 50px;
}

.grid-of-4 img {
    width: 100%;
}

.grid-of-4 .teaser-title {
    margin-top: 15px;
    font-size: 2.4rem;
    line-height: 3.5rem;
}

.grid-of-4 p {
    margin-bottom: 0px;
}

@media screen and (min-width:992px){
    .grid-of-4 .cta,
    .grid-of-4 .summary{
	    margin-top:10px;
    }
}

@media screen and (max-width:767px) {
    .grid-of-4 .views-row {
        width: 100%;
    }

    .grid-of-4 .views-row:not(:last-child) {
        margin-bottom: 30px;
    }

    .grid-of-4 .image-container {
        margin-bottom: 15px;
    }

    .grid-of-4 .teaser-title {
        font-size: 1.9rem;
        line-height: 2.6rem;
    }
}