#nosotros,
#servicios,
#porqueElegirnos {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 50px;
  color: #2A302F;
}

#nosotros .title,
#servicios .title,
#porqueElegirnos .title {
  border: solid #6AC1BD 2px;
  color: #6AC1BD;
  font-weight: bold;
  padding: 10px;
  width: 50%;
  align-self: center;
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
}

#nosotros .description{
  padding: 0px 10px;
  width: 90%;
  align-self: center;
  text-align: center;
}

#servicios .servicio{
  display: flex;
  flex-direction: column;
}
#servicios [class="servicio"] {
    margin-bottom: 20px;
}
#servicios .servicio-imagenes{
  display: flex;
  flex-direction: row;
  width: 80%;
  justify-content: space-between;
  align-self: center;
  margin-bottom: 10px;
}
#servicios .servicio-imagenes img{
  width: 60px;
}
#servicios .servicio-title,

#porqueElegirnos .elemento-title{
  color: #6AC1BD;
  font-weight: bold;
  padding: 10px;
  width: 50%;
  align-self: center;
  text-align: center;
}
#servicios .servicio-description,
#porqueElegirnos .elemento-description{
  width: 80%;
  align-self: center;
  text-align: center;
  margin-bottom: 15px;
}
#servicios a{
  text-decoration: none;
  color: #2A302F;
  text-align: center;
  margin-bottom: 10px;
}

#porqueElegirnos .elemento{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
#porqueElegirnos .elemento img{
  width: 60px;
}

@media (min-width: 768px) {
  #nosotros,
  #servicios,
  #porqueElegirnos {
    font-size: 22px;
  }

  #nosotros .title,
  #servicios .title,
  #porqueElegirnos .title {
    font-size: 28px;
  }

  #nosotros .description,
  #servicios .servicio-description,
  #porqueElegirnos .elemento-description{
    width: 70%;
  }

  #servicios .servicio{
    display: flex;
    flex-direction: column;
  }
  #servicios [class="servicio"] {
      margin-bottom: 40px;
  }
  #servicios .servicio-imagenes{
    width: 60%;
  }
  #servicios .servicio-imagenes img,
  #porqueElegirnos .elemento img{
    width: 120px;
  }
  #servicios a{
    text-decoration: none;
    color: #2A302F;
    text-align: center;
    margin-bottom: 10px;
  }

  #porqueElegirnos .elemento{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

}
