.blog {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.hero-image {
    min-width: 300px;
    display: block;
}
.info-blog {
    display: block;
}
.secondary {
    padding-top: 40px;
    clear: both;
    display: grid;
    grid-row-gap: 1em;
    grid-column-gap: 1em;
}
.breadcrumbs {
    padding-top: 1em;
}
.breadcrumbs p {
    font-size: .8em;
    color: #6d6e71;
}
@media all and (min-width: 1400px) {
    .blog .row {
        display: block !important;
    }
    .blog {
        max-width: 1000px;
    }
    .hero-image {
        width: 50%;
        float: right;
        padding-left: .5em;
    }
    .hero .info-blog {
        float: left;
        padding-right: .5em;
        width: 50%;
    }
    .hero .info-blog p {
        font-size: 1.2em;
    }
    .secondary .blog-listing {
        padding: 1em;
    }
    .latest .blog-listing:last-of-type {
        display: none;
    }
    .latest:nth-child(4),.latest:nth-child(7),.latest:nth-child(10) {
        clear:both;
    }
    .secondary {
        grid-template-columns: 1fr 1fr 1fr;
    }

}

@media all and (min-width: 800px) and (max-width: 1399px) {
    .hero-image {
        width: 50%;
        float: right;
        padding-left: .5em;
    }
    .hero .info-blog {
        float: left;
        padding-right: .5em;
        width: 50%;
    }
    .blog {
        max-width: 800px;
    }
    .secondary .blog-listing {
        padding: 1em;
    }
    .latest:nth-child(3),.latest:nth-child(5),.latest:nth-child(7),.latest:nth-child(9),.latest:nth-child(11) {
        clear:both;
    }
    .secondary {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media all and (max-width: 799px) {
    .hero-image {
        width: 100%;
    }
    .secondary .blog-listing {
        margin-bottom: 2em;
    }
    .secondary {
        grid-template-columns: 1fr 1fr;
    }
}
