content {
    padding-top: 60px;
    padding-bottom: 60px;
}
services .squarecontent {
    margin: 0 40px;
    padding: 20px;
}
services .squareheader {
    height: 260px;
}
services .article-separator {
    display:none;
  }
.blog-featured h2, content .card-header, services .card-header, about .card-header, testimonials .card-header {
    font-size: 42px;
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
content {
    padding-top: 100px;
    padding-bottom: 100px;
}
services .squarecontent {
    margin: 0 50px;
    padding: 40px;
}
services .squareheader {
    height: 380px;
}

.blog-featured h2, content .card-header, services .card-header, about .card-header, testimonials .card-header {
    font-size: 52px;
}
}
@media (min-width: 1200px) {

}