.emres-top-container {
  width: 100%;
  height: 70vh;
  /* background-image: url(../../img/24400.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.emres-top-text-container {
  width: 70%;
  min-width: 330px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: rgba(255, 255, 255, 0.805);
}

.emres-top-text-container h2 {
  text-align: center;
}

.emres-top-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* version mobile */

@media (max-width: 862px) {
  .emres-top-container {
    height: fit-content;
  }
}
