#section_2 {
  margin-top: 208px;
  margin-bottom: 360px;
  display: flex;
  justify-content: space-between;
  gap: 118px;
}

#section_2_hero {
  max-width: 35%;
  margin-left: auto;
  text-align: end;
}

#section_2_hero-title {
  font-size: 3rem;
}

#section_2_hero-text {
  font-style: normal;
  font-weight: 300;
  font-size: 1.563rem;
  line-height: 30px;
  text-align: justify;
}

#section_2_image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#section_2_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 978px) {
  #section_2 {
    flex-direction: column-reverse;
    gap: 32px;
    margin-top: 100px;
    margin-bottom: 150px;
  }
  #section_2_hero {
    align-items: center;
    max-width: 100%;
  }

  #section_2_hero-text {
    text-align: center;
    max-width: 100%;
    padding: 32px;
  }
  #section_2_hero-title {
    text-align: center;
    align-items: center;
    font-size: 2.5rem;
  }
}
