.hero{position:relative;width:100vw;left:calc(-50vw + 50%);background-repeat:no-repeat;background-size:cover;background-position:center center}.polygons-wrapper{display:flex;flex-direction:row}.polygon{-webkit-clip-path:polygon(0 22.5%,50% 0,100% 22.5%,100% 77.5%,50% 100%,0 77.5%);margin:0;overflow:hidden;position:relative;display:flex;justify-content:center;align-items:center;width:293px;height:351px}.polygon__text{position:relative;z-index:100;text-align:center}.polygon__background{position:absolute;z-index:10;display:block;background-color:red;height:100%;width:100%}.polygon.polygon__2{margin-left:-1px}@media(max-width:539px){.polygons-wrapper{justify-content:center}.polygon{height:200px;width:100%}.polygon__text{font-size:1.5rem !important}}@media(max-width:320px){.polygon{height:170px}}