@media only screen and (min-width: 1024px) {
  section.hero .container {
    display: flex;
    justify-content: center;
    align-items: center; }
    section.hero .container .left-half {
      flex: 1;
      margin-bottom: 0; }
      section.hero .container .left-half .logo {
        margin: 20px 0 0 0; }
    section.hero .container .right-half {
      flex: 0 0 auto; }
      section.hero .container .right-half #form-main {
        margin-left: 54px; } }

@media only screen and (min-width: 1280px) {
  section.hero .left-half h1 {
    font-size: 50px;
    line-height: 60px; }
  section.hero .left-half .description p {
    font-size: 16px;
    line-height: 19px; } }

/*# sourceMappingURL=block-main-desk.css.map */