/*
* Imagenes
*/

.historia-imagenes{
  width: 400px;
  height: 400px;
}

/*
* Secciones
*/

.historia-sections{
  width: 1900px;
  height: 635px;
}


/*
* Responsive
*/

@media (max-width: 768px){
  .historia-sections{
    height: 100%;
  }

  .historia-imagenes{
    width: 300px;
    height: 300px;
  }

  .small-banner{
    height: 100%;
  }
}