.container-elementos {
  display: flex;
}

.elemento-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 10px auto;
  max-width: 1200px;
}

.elemento-col-1 {
  flex: 1;
  max-width: 60%;
}

.elemento-titulo-div {
  display: flex;
  gap: 20px;
  align-items: center;
}

.elemento-titulo {
  font-size: 2rem;
  font-weight: 700;
  color: #2196f3;
  margin: 0;
}

.elemento-titulo em {
  font-style: italic;
}

.elemento-descripcion {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  text-align: justify;
}

.elemento-col-2 {
  flex: 1;
  max-width: 40%;
  text-align: center;
}

.elemento-img img {
  cursor: pointer;
  max-width: 100%;
  max-height: 550px;
  height: auto;
}

.btn-elemento-anterior {
  cursor: pointer;
}
