.latest-posts-row{color:var(--primary-blue);position:relative}.latest-posts-row h2{font-size:4.5rem;text-align:center}.posts-wrapper{grid-gap:4rem;display:grid;grid-template-columns:repeat(3,1fr)}.posts-wrapper.grid-two-columns{grid-gap:7.5rem;grid-template-columns:repeat(2,30%);justify-content:center}a.post-item{background-color:#fff;border-radius:15px;box-shadow:0 0 20px 0 rgb(0,0,0,.2);color:var(--secondary-blue);display:flex;flex-direction:column;position:relative;transition:all .5s ease-in-out}a.post-item:hover{box-shadow:0 0 20px 0 rgb(0,0,0,.4)}span.post-author{align-items:flex-start;display:flex!important;left:-5%;position:absolute;top:-20px;width:105%}img.post-author{border:2px solid var(--primary-color);border-radius:100%;height:auto;width:75px;z-index:1}span.post-author-name{background-color:var(--primary-color);color:#fff;font-size:1.4rem;margin-left:-35px;padding:.5rem 2rem .7rem;text-align:right;width:100%}span.post-featured-image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-bottom:2px solid var(--primary-color);height:250px;width:100%}.post-item span{display:block}span.post-item-text{padding:1.5rem 2rem}.post-item-date,.post-item-desc,.taglist{font-size:1.4rem}span.taglist{margin-top:auto;padding:1.5rem 2rem}span.post-item-title{font-family:Soin Sans Neue;font-size:2rem;font-weight:700;margin-bottom:1rem}span.post-item-date{margin-bottom:1rem}@media screen and (max-width:1080px){.posts-wrapper.grid-two-columns{grid-template-columns:repeat(2,40%)}}@media screen and (max-width:1000px){.posts-wrapper{grid-template-columns:repeat(2,1fr)}.posts-wrapper>a:last-child{display:none}.posts-wrapper.grid-two-columns>a:last-child{display:block}}@media screen and (max-width:780px){.posts-wrapper.grid-two-columns{grid-gap:4rem;grid-template-columns:repeat(2,45%)}}@media screen and (max-width:700px){.posts-wrapper,.posts-wrapper.grid-two-columns{grid-template-columns:repeat(1,1fr)}.posts-wrapper>a:last-child{display:block}}