.las__space {
  height: 2em;
}

.las__wrapper {
  position: relative;
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;

  @media (width < 767px) {
    width: 100%;
    padding: 0 16px;
  }
}


.las__text-width {
  width: 85%;
  text-align: left;

  @media (width < 767px) {
    width: 100%;
  }
}
