@use "../../../styles/int.scss";

.container {
  position: relative;
  height: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100px, 0 100px);
}
