.blog_featured .content{display:flex;flex-wrap:wrap;margin-bottom:40px;overflow:hidden;position:relative;width:100%}.blog_featured .img_part{width:55%}.blog_featured .img_part img{height:100%;object-fit:cover;width:100%}.blog_featured .text_part{align-items:center;background:#08514e;display:flex;flex-wrap:wrap;padding:50px 30px;width:45%}.blog_featured .text_part p{color:#fff;font-family:IBM Plex Sans;font-size:16px;line-height:1.4;margin-bottom:16px}.blog_featured .text_part h3{color:#fff;font-family:Produkt;font-size:20px;font-weight:500;line-height:1.2;margin-bottom:16px}.blog_featured .text_part a{background:#fceb65;border-radius:12px;color:#121203;display:inline-block;font-family:IBM Plex Sans;font-size:16px;font-weight:600;letter-spacing:-.01em;line-height:1.4;padding:12px 16px}.blog_featured .content span{background:#fff;display:inline-block;height:32px;position:absolute;width:32px}.blog_featured .content span.border1{clip-path:polygon(0 0,100% 100%,100% 0);right:-1px;top:-1px}.blog_featured .content span.border2{clip-path:polygon(0 0,100% 0,0 100%);left:-1px;top:-1px}.blog_featured .content span.border3{bottom:-1px;clip-path:polygon(100% 0,0 100%,100% 100%);right:-1px}.blog_featured .content span.border4{bottom:-1px;clip-path:polygon(0 0,0 100%,100% 100%);left:-1px}@media (max-width:767px){.blog_featured .img_part{display:flex;width:100%}.blog_featured .img_part img{max-height:300px;object-position:center}.blog_featured .text_part{padding:20px;width:100%}}