.image_container__wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0 -50vw;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  color: #ffffff;
}

.image_container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  flex-basis: 446px;
  padding: 1.5625rem 0.9375rem;
  background: no-repeat center;
  background-size: cover;
}

.image_container h1,
.image_container__info h1 {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.005em;
  margin-bottom: 0.313rem;
}

.image_container p,
.image_container__info p {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  letter-spacing: 0.019rem;
  margin-bottom: 1.259rem;
}

.image_container a,
.image_container__info a {
  font-weight: 700;
  text-decoration: none;
  flex-basis: 2.625rem;
  font-size: 1rem;
  width: 100%;
  color: white;
  background: transparent;
  border: 1px solid white;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image_container__img {
  height: 194.97px;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
}

.image_container__info {
  display: flex;
  flex-direction: column;
  padding: 1.125rem 0.9375rem 1.75rem;
  background-color: #d14c29;
}

.image_container__info a {
  color: #000;
  background: #ffffff;
  border: none;
}

.image_container__wrapper > div:first-child {
  display: none;
}

@media screen and (min-width: 768px) {
  .image_container__wrapper {
    flex-direction: row;
    height: 446px;
  }

  .image_container__wrapper > div:first-child {
    display: flex;
    flex: 2 1 0;
  }

  .image_container--landscape--mobile {
    display: none;
  }

  .image_container {
    padding: 1.494rem 1.929rem;
    height: 100%;
    flex: 1 1 0;
  }

  .image_container h1 {
    font-size: 1.75rem;
  }

  .image_container a {
    color: #000;
    width: 10.5rem;
    flex-basis: 2.071rem;
    font-size: 0.78875rem;
    background: #ffffff;
    border-radius: 16.5634px;
    border: none;
  }

  .image_container a:hover {
    color: white;
    background-color: #d14c29;
  }
}
