main .sections-wrapper .sections .section {
  margin-top: 40px;
}
main .sections-wrapper .sections .section .container {
  padding: 20px 0;
}
main .sections-wrapper .sections .section p {
  margin-top: 12px;
}
main .sections-wrapper .sections .section .text-item {
  margin-top: 24px;
}
main .sections-wrapper .sections .section .registration {
  margin-top: 24px;
}
main .sections-wrapper .sections .contact .container .contact-items h4 {
  font-size: 18px;
}
main .sections-wrapper .sections .contact .container .contact-items h4::before {
  top: calc(50% - 6px);
  left: 6px;
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 780px) {
  main .sections-wrapper .sections .section {
    margin-top: 0;
  }
  main .sections-wrapper .sections .contact .container .contact-items {
    margin-top: 0;
  }
  main .sections-wrapper .sections .contact .container .contact-items:nth-of-type(2) {
    margin-top: 20px;
  }
}/*# sourceMappingURL=howto.css.map */