@import url(common.css);
@import url(sub.css);

main section.space h1 {
  color: rgba(213, 96, 81, 0.79);
  font-family: "Nothing You Could Do";
  font-size: 53px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 45px;
}
main section.space h2 {
  font-family: "Klee One";
  font-size: 26px;
  text-align: center;
  background-image: url(../img/Vector\ 1.png);
  background-repeat: no-repeat;
  background-position: center top 29px;
  padding-bottom: 70px;
}
main section.space p {
  font-family: "Klee One";
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 3px;
  max-width: 707px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 114px;
}
main div.odd {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
main div.left {
  padding-left: 60px;
  padding-top: 35px;
}
main div.left h3 {
  font-family: "Crimson Pro";
  font-size: 35px;
  padding-bottom: 8px;
}
main div.left h4 {
  font-family: "Klee One";
  font-size: 20px;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: 2px;
  width: 242px;
  border-top: 1px solid;
}
main div.left p {
  max-width: 289px;
  font-family: "Klee One";
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.8px;
  padding-top: 22px;
}
main div.left p.more {
  padding-left: 133px;
  padding-top: 0px;
}
main div.even {
  display: flex;
  justify-content: space-between;
  padding-top: 113px;
  padding-bottom: 113px;
}
main div.right {
  padding-top: 50px;
  padding-right: 40px;
}
main div.right h3 {
  font-family: "Crimson Pro";
  font-size: 35px;
  padding-bottom: 8px;
}
main div.right h4 {
  font-family: "Klee One";
  font-size: 20px;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: 2px;
  width: 263px;
  border-top: 1px solid;
}
main div.right p {
  max-width: 289px;
  font-family: "Klee One";
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.8px;
  padding-top: 22px;
}
main div.right p.more {
  padding-top: 15px;
  text-align: right;
}
main p.contact1 {
  color: #9ebceb;
  text-align: center;
  font-family: "Klee One";
  font-size: 17px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 1.65px;
  padding-top: 138px;
  padding-bottom: 5px;
}
main p.contact2 {
  color: #fff;
  background-color: #9ebceb;
  text-align: center;
  font-family: "Klee One";
  font-size: 20px;
  width: 242px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 110px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 2.2px;
}

@media (max-width: 1059px) {
  main section.space p {
    padding-bottom: 70px;
  }
  main div.odd {
    display: block;
    justify-content: unset;
  }
  main div.odd p {
    max-width: 664px;
    margin-left: auto;
    margin-right: auto;
  }
  main div.left {
    padding-left: 0;
  }
  main div.left h3 {
    text-align: center;
    padding-bottom: 0px;
  }
  main div.left h4 {
    text-align: center;
    width: unset;
    border-top: unset;
  }
  main div.left p {
    max-width: 596px;
  }
  main div.left p.more {
    padding-left: unset;
    text-align: center;
    padding-top: 40px;
  }
  main div.even {
    display: block;
    justify-content: unset;
    padding-top: 95px;
  }
  main div.even p {
    max-width: 664px;
    margin-left: auto;
    margin-right: auto;
  }
  main div.right {
    padding-right: 0;
  }
  main div.right h3 {
    text-align: center;
    padding-bottom: 0px;
  }
  main div.right h4 {
    text-align: center;
    width: unset;
    border-top: unset;
  }
  main div.right p {
    max-width: 596px;
  }
  main div.right p.more {
    padding-left: unset;
    text-align: center;
    padding-top: 40px;
  }
}
@media (max-width: 575px) {
  main section.space h1 {
    font-size: 45px;
    padding-top: 22px;
    padding-bottom: 15px;
  }
  main section.space h2 {
    font-size: 20px;
  }
  main section.space p {
    font-size: 16px;
  }
  main p.contact1 {
    padding-top: 50px;
  }
  main p.contact2 {
    margin-bottom: 70px;
  }
}
