.boxes{display:flex;flex-flow:row;flex-wrap:wrap;gap:20px}.boxes__title{font-weight:700}.box{background-color:#f0f0f0;padding:35px 30px;position:relative}.box h3{font-size:50px;font-weight:700;line-height:1}.box__cta{position:relative}.box:after,.box__cta:after{border-left:100px solid transparent;border-top:100px solid #fff;content:"";height:0;position:absolute;right:0;top:0;width:0}@media screen and (min-width:1200px){.box,.box__cta{width:calc(33.33333% - 13.33333px)}.box h3{font-size:40px;margin-right:50px}.boxes__title{max-width:380px}}@media screen and (min-width:1500px){.box h3{font-size:50px;margin-right:100px}}@media screen and (min-width:768px) and (max-width:1199.99px){.box,.box__cta{width:calc(50% - 10px)}.box h3{font-size:40px;margin-right:50px}}@media screen and (max-width:767.99px){.box{width:100%}.box h3{font-size:40px;margin-right:50px}}