.servicios {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='100,0 100,15 75,0' fill='%23F36E42'/%3E%3C/svg%3E");
    padding: 20px 0;
}

.flex {
  display: flex;
  justify-content: center;
}

.elegirnos p:last-of-type {
  max-width: 250px;
}

.formulario label {
  display: block;
  margin: 10px auto;
  font: var(--h3);
}

.formulario select {
  margin-bottom: 20px;
}

#submit {
   margin-top: 50px;
}

.razon {
  border-bottom: none;
}



@media (min-width: 768px) { 
.servicios .porque {
  flex-wrap: wrap;
}


}

@media (min-width: 1920px) { 

.elegirnos p:last-of-type {
    max-width: 300px;}

.formulario select {
  font: var(--small);
}


}