.blog_selected_resources_wrapper{background-color:transparent;display:grid;grid-template-rows:auto auto auto;padding-bottom:1rem;width:100%}.selected_resources_sub{align-items:center;display:flex;justify-content:flex-end}.selected_resources_sub>.show_posts_btn .show_all_caret{padding-left:20px}.selected_resources_sub .show_all_caret>svg{width:8px}.selected_resources_container{display:flex;flex-wrap:wrap;gap:1%;padding-top:3rem}.selected_resource{align-content:baseline;cursor:pointer;display:flex;flex-basis:32.6%;flex-wrap:wrap;position:relative}.selected_resource>.post_image{flex-basis:100%;height:9rem;overflow:hidden;position:relative;width:100%}.selected_resource>.post_image>img{display:block;height:inherit;object-fit:cover;transition:transform .5s ease;width:inherit}.selected_resource>.post_meta{align-items:center;display:flex;flex-basis:100%;height:3rem}.selected_resource>.post_meta>.post_category{background-color:#ffeaea;border-radius:2px;color:#ff1e1e;font-size:11.2px;padding:5px 15px;text-transform:uppercase;transition:color .2s ease,background-color .2s ease;width:fit-content}.selected_resource>.post_meta>.post_date{color:#571626;font-size:11.2px;padding-left:1rem;transition:color .2s ease;width:fit-content}.selected_resource>.post_title{color:#571626;flex-basis:100%;font-size:20px;transition:color .2s ease;width:100%}.selected_resource:hover .post_image>img{transform:scale(1.1)}.selected_resource:hover .post_image:after{animation:growRight .6s ease;background:linear-gradient(90deg,#ff1e1e,#ffb6e3);bottom:0;content:"";height:6px;left:0;position:absolute;width:100%}.selected_resource>.post_author{color:#571626;flex-basis:100%;font-size:12px;padding-top:1rem;transition:color .2s ease;width:100%}@media only screen and (max-width:1000px){.selected_resource{flex-basis:47%}.selected_resources_container{gap:40px}.selected_resources_container .selected_resource:nth-child(n+3){display:none}}@media only screen and (max-width:767px){.selected_resource{flex-basis:99%}.selected_resources_sub{flex-wrap:wrap}.selected_resources_sub>.show_posts_btn{flex-basis:100%;padding-top:30px}.selected_resources_container .recent_post:nth-child(n+2){display:none}.selected_resources_container{padding-top:30px}}@keyframes growRight{0%{width:0}to{width:100%}}