.swiper-velocidad {
  position: relative;
  display: flex;
  width: 95%;
  overflow: hidden;
  max-height: 700px;
}


.swiper-slide .white {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  max-width: 300px;
  min-height: 60px;
  margin-bottom: 200px;

}

.swiper-slide .white h3 {
  color: black;
}

.swiper-slide .white p {
  color: black;
  text-align: center;
  font-family: "roboto-ligth";
}

.swiper-slide .white img {
  margin-top: 100px;
  width: 150px;
  margin-bottom: 20px;
}

@media (max-width: 470px) {
  .swiper-slide .white {
    margin-left: 20px;
  }

  .white {
    width: 300px;
  }

  .blanco {

    font-size: 22px;
    margin-left: 20px;
  }

}