.hex-col{-webkit-clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);aspect-ratio:1 / 1.15;min-height:250px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#F9C545;padding:20px!important;transition:all 0.3s ease}.hex-col:hover{transform:scale(1.05);z-index:10}