.clipped-shape {
  width: 240px;
  aspect-ratio: 4 / 3;
  background: #0f4cff;
  -webkit-clip-path: polygon(
    24% 0%,
    76% 0%,
    100% 50%,
    76% 100%,
    24% 100%,
    0% 50%
  );
  clip-path: polygon(24% 0%, 76% 0%, 100% 50%, 76% 100%, 24% 100%, 0% 50%);
}
