.blog-post{position:relative;display:flex;flex-direction:column;flex:1 1 33rem;max-width:40rem;border-radius:1rem;flex-shrink:1;box-shadow:0 4px 40px 0 rgba(29,57,95,.08);background-color:#fff}.blog-post__title{font-size:2.2rem}.blog-post__features{display:flex;gap:1.8rem;align-items:center;margin-bottom:2.5rem;width:100%}.blog-post__feature{display:flex;align-items:center;justify-content:center;gap:1rem}.blog-post__feature svg{color:#686a6f;font-size:1.6rem}.blog-post__feature-title{font-weight:500}.blog-post__feature-answer{color:#686a6f;font-weight:500;font-size:1.4rem;transition:color .3s ease}.blog-post__feature-answer:hover{color:#222}.blog-post img{border-top-right-radius:1rem;border-top-left-radius:1rem;width:100%;height:25rem}.blog-post__link{font-weight:500;color:#1d5761}.blog-post__title{margin-bottom:1.7rem;color:#222}.blog-post__bottom{background-color:#fff;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;flex-grow:1;padding:2rem 2rem 3rem;border-radius:1rem}.blog-post__text{margin-bottom:3rem;color:#222;flex-grow:1}@media(min-width:378px){.blog-post__feature-answer{font-size:1.5rem}}@media(min-width:992px){.blog-post__text{margin-bottom:4rem}.blog-post__features{margin-bottom:2.7rem}.blog-post__title{margin-bottom:2.4rem}.blog-post img{height:30rem}.blog-post__bottom{padding-bottom:3.6rem;padding-left:3rem;padding-right:3rem}}@keyframes arrowAnimation{0%{transform:translateY(-2rem)}to{transform:translateY(3.3rem)}}.post-banner{margin-top:20rem;padding-bottom:7rem}.post-banner__container{display:flex;flex-wrap:wrap;gap:6rem 10rem;align-items:center}.post-banner__text-box{display:flex;align-items:flex-start;flex-direction:column;flex:1 1 40rem}.post-banner__posts{display:flex;gap:2rem 1rem;flex:1 1 60rem}.post-banner__posts li.blog-post{margin-top:0}.post-banner__posts li.blog-post:nth-of-type(2){margin-top:5rem;margin-bottom:-5rem}@media(max-width:767px){.post-banner{margin-top:12rem;padding-bottom:3rem}.post-banner__posts li.blog-post{display:none}.post-banner__posts li.blog-post:first-of-type{display:block}}