.benefits_list{padding:0;margin:0;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;width:100%}.benefits_list .item{border-radius:10px;position:relative;display:flex;width:calc(50% - 1rem / 2);flex-direction:column;align-items:center}.benefits_list .item:first-child{clip-path:polygon(0 50px, 40px 20px, 80px 20px, 110px 0, 100% 0, 100% 100%, 0 100%)}.benefits_list .item:last-child{clip-path:polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 40px) calc(100% - 20px), calc(100% - 80px) calc(100% - 20px), calc(100% - 110px) 100%, 0 100%)}.benefits_list .item:nth-child(4n+1),.benefits_list .item:nth-child(4n+4){background-color:#6A7C88}.benefits_list .item:nth-child(4n+2),.benefits_list .item:nth-child(4n+3){background-color:rgba(106,124,136,0.7)}.benefits_list .item .img{position:absolute;top:1.25rem;right:1.25rem;width:35px;aspect-ratio:1;display:block}.benefits_list .item .img img{max-width:100%;height:initial;display:block;margin:0}.benefits_list .item .text{width:100%;box-sizing:border-box;padding:calc(2rem + 2.5rem + 35px) 1.5rem 2rem;display:flex;flex-direction:column;gap:8px;text-align:left}.benefits_list .item .text .title{color:#fff;font-weight:700;margin:0}.benefits_list .item .text .anotation{color:#fff;font-weight:500;margin:0}@media screen and (max-width:1200px){.benefits_list .item{width:100%}.benefits_list .item:nth-child(4n+1),.benefits_list .item:nth-child(4n+3){background-color:#6A7C88}.benefits_list .item:nth-child(4n+2),.benefits_list .item:nth-child(4n+4){background-color:rgba(106,124,136,0.7)}}