.estiramiento-contenedor-principal h2 {
  text-align: center;
  font-size: 2rem;
  color: var(--main-color);
}

.estiramiento-contenedor-secundario {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.estiramniento-img {
  width: 70%;
  max-height: auto;
  border-radius: 10px;
}

/* @media only screen and (max-width: 1024px) {
  .container {
    width: 90%;
  }
} */

@media only screen and (max-width: 768px) {
  .estiramniento-img {
    width: 100%;
  }
}
