.container {
  padding: 20px 0;
  height: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}

.container__wrapper {
  width: 75%;
}

.text-container {
  padding: 10px 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.text-container:last-child {
  padding-bottom: 100px;
}

br {
  display: block;
  content: '';
  margin-top: 8px;
}

.vans-show {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding: 15px 0;
}

.vans-show > img {
  width: 100%;
  height: 100%;
}
