.dynamicWrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dynamicHeadshot{flex-basis:30%}.dynamicBio{flex-basis:65%}@media screen and (max-width:800px){.dynamicHeadshot{flex-basis:100%}.dynamicBio{flex-basis:100%}}.dynamicHeadshotIMG{display:block;margin:0px auto;max-width:100%}.dynamicTitle{color:var(--mainGreen);font-weight:bold}.recentPostsByAuthor{padding-top:30px;padding-bottom:40px;background-color:#f5f5f5}.recentPostsByAuthorWrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.recentPostsByAuthorItem{flex-basis:30%;margin:25px 1.65%;background-color:white}@media screen and (max-width:900px){.recentPostsByAuthorItem{flex-basis:45%;margin:25px 2.5%;background-color:white}}@media screen and (max-width:650px){.recentPostsByAuthorItem{flex-basis:100%;margin:25px 0;background-color:white}}.authorBlogImage{display:block;width:100%;max-width:100%;margin:0px auto}.authorInner{padding:10px 20px 20px 20px}.authorLink{color:var(--mainGreen);text-decoration:none}.recentPosts__mainTitle{text-align:center}.makeGreen{color:var(--mainGreen)}