.blog-listing-header{padding-bottom:4rem;padding-top:3rem;color:#fff;background:#000}@media (min-width:1024px){.blog-listing-header{padding-top:6.2rem}}.blog-listing-header_group{display:flex;align-items:center;gap:3rem;flex-direction:column-reverse}@media (min-width:1024px){.blog-listing-header_group{display:flex;align-items:center;gap:4.6rem;flex-direction:row}}.blog-listing-header_pic{width:100%;display:block;margin-bottom:0}@media (min-width:1024px){.blog-listing-header_pic{width:45%;flex-shrink:0}}.blog-listing-header-text_title{margin-top:0;line-height:1;text-transform:uppercase;margin-bottom:1rem}.blog-listing-header-text_excerpt{font-size:1.11rem;line-height:1.5;margin-bottom:1.5rem}.blog-listing-header-text_excerpt p{margin:0}.blog-items{margin-top:4rem;margin-bottom:2rem}@media (min-width:1024px){.blog-items_group{padding:.5rem 6.1rem}}.blog-items_item{position:relative;display:flex;align-items:center;flex-direction:column;gap:1.7rem;border-radius:calc(var(--border-radius) * 0.8);background:#fff;margin-bottom:2.3rem;padding:1.5rem;border:2px solid transparent;transition:all .3s}@media (min-width:768px){.blog-items_item{flex-direction:row;gap:2.7rem;padding:2rem}}.blog-items_item:last-child{margin-bottom:0}.blog-items_item:hover{border-color:var(--brand-blue)}.blog-items_item:hover .blog-items_item_txt_title{text-decoration:underline;color:var(--brand-blue)}.blog-items_item_pic{border-radius:1rem;overflow:hidden}@media (min-width:768px){.blog-items_item_pic{width:38%;flex-shrink:0}}.blog-items_item_pic img{display:block}.blog-items_item_txt_title{font-size:1.4rem;line-height:1.2;font-weight:500;color:var(--brand-dark-blue);margin:0 0 .5rem;transition:all .3s}@media (min-width:768px){.blog-items_item_txt_title{font-size:1.77rem}}.blog-items_item_txt_date{font-size:.88rem;line-height:1.5;color:var(--brand-dark-blue);margin-bottom:.8rem}.blog-items_item_txt_excerpt{font-size:1.1rem;line-height:1.5;color:#000}.blog-items_item_txt_excerpt p{margin:0}.blog-items_item_link{position:absolute;top:0;right:0;bottom:0;left:0}.latest-posts{padding:5rem 0;background-color:#f2f2f2}.latest-posts__wrap{display:flex;gap:1rem;flex-wrap:wrap}.latest-posts__item{width:100%;background:#fff;position:relative;padding-bottom:1.5rem}@media (min-width:768px){.latest-posts__item{width:calc(33.33% - 0.7rem);padding-bottom:2.5rem}}.latest-posts__item .image{position:relative;padding-top:65%}.latest-posts__item .image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.latest-posts__item .title{text-decoration:none;color:#000}.latest-posts__item .title h4{margin-top:.5rem;font-family:var(--font-family-2);line-height:1.1}.latest-posts__item .bottom{padding:1rem}@media (min-width:768px){.latest-posts__item .bottom{padding:1rem 2rem}}.latest-posts__item .button{position:absolute;left:0;bottom:1rem;text-align:right;width:100%;padding:0 1rem}@media (min-width:768px){.latest-posts__item .button{padding:0 2rem;bottom:1.5rem}}.latest-posts__item .button a{background:#f2f2f2;padding:.5rem 1.5rem;display:inline-flex;align-items:center}.latest-posts__item .button a:hover{background:#000}.latest-posts__item .button a:hover svg path{fill:#fff}