/* Servicios */

.serv_list {
  background-color: #14CAD3;
}

.serv_list .first {
  display: flex;
  justify-content: space-around;
  color: white;
}

.serv_list .second {
  display: flex;
  justify-content: space-around;
  color: white;
}

@media only screen and (max-width: 600px){
  .serv_list .first {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .serv_list .second {
    display: flex;
    justify-content: space-around;
    color: white;
    flex-wrap: wrap;
  }
}
