#service-items .devices {
  width: 55%;
}

#about-us p i {
  top: 4%;
  font-size: 29px;
}

#about-us .wrapper {
  opacity: 0;
}

#contact .underline {
  width: 38%;
}

main form {
  width: 78%;
}

main .message-box {
  width: 62vw;
}

main .message-box div .lower p {
  padding: 0 10%;
  font-size: 26px;
}

footer #foot-contact {
  padding-left: 15%;
}

@media (min-width: 640px) {
  footer #foot-social img {
    width: 13%;
  }
  footer #foot-contact {
    padding-left: 19%;
  }
}

@media (min-width: 670px) {
  #service-items .devices {
    width: 45%;
  }
  #contact .underline {
    width: 33%;
  }
}

@media (min-width: 700px) {
  footer #foot-social img {
    width: 11%;
  }
  footer #foot-contact {
    padding-left: 23%;
  }
}
/*# sourceMappingURL=small.css.map */