.content-width {
    width: 1280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}

body {
    margin: 0;
    line-height: 1.6;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    color: #333;
}

html {
    font-size: 18px;
    box-sizing: border-box;
    background-color: #ececec;
}

h1,
h2 {
    line-height: 1.2;
    font-weight: 300;
}

h1 {
    font-size: 48px;
    margin-bottom: 13px;
}

.text-center {
    text-align: center;
}

.max-width-cell {
    max-width: 768px;
}

.grid+.grid {
    margin-top: 2rem;
}




.overview {
    height: 365px !important;
}

.new-resources {
    overflow: hidden;
    padding: 40px;
}

.text--white,
.text--white a,
a.text--white,
a.text--white:link,
a.text--white:link a,
a.text--white:visited,
a.text--white:visited a,
a.text--white a {
    color: #fff;
}

.grid2 {
    margin: -20px;
}

.grid>.grid__span-3--cell {
    width: calc(25% - 40px);
    float: left;
    background: #fff;
    margin: 20px;
    padding: 30px;
    box-sizing: border-box;
}

.grid>.grid__span-3--cell img {
    width: 100%;
    height: auto;
}

.grid a {
    color: #333;
    text-decoration: none;
    transition: all .3s;
}

.grid a:hover {
    color: #048fef;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
}

.center,
.center-images-inside>img,
.center.col,
.center>.content-item__image {
    margin-left: auto;
    margin-right: auto;
}

.resource p {
    height: 3.2em;
    line-height: 1.6em;
    overflow: hidden;
    margin: 0.5rem;
}

.resource p.small-text {
    height: 8em;
    line-height: 1.6em;
}

.content-item__heading {
    font-size: 40px;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 24px;
    }

    .new-resources {
        padding-top: 0;
    }

    .grid+.grid{
        margin-top: 0.1rem;
    }

    .grid>.grid__span-3--cell {
        width: calc(100% - 40px);
        padding: 20px;
    }
}