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

.container {
  display: flex;
  flex-direction: column;
  gap: int.$spacing-4;
  align-items: stretch;
}
