@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&family=Roboto:wght@400;500&display=swap");
body {
  margin: 0;
  background: black;
  color: #fff;
  font-family: 'Roboto', sans-serif; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
    body {
      padding: 0 20px; } }
  body .head {
    width: 1120px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center; }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1150px) {
      body .head {
        width: 100%;
        padding: 0 30px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      body .head {
        width: 100%; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      body .head img {
        width: 50%; } }
    body .head a {
      color: #fff !important;
      text-decoration: none;
      font-weight: 500; }
  body .back-img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      body .back-img {
        width: 100%;
        bottom: 0;
        top: inherit; } }
  body .main-content {
    width: 1120px;
    margin: 0 auto;
    margin-top: 200px; }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1150px) {
      body .main-content {
        width: 100%;
        padding: 0 30px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
      body .main-content {
        width: 100%;
        margin-top: 80px; } }
    body .main-content .title {
      color: #fea54f;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 64px;
      font-weight: 700;
      margin: 0; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        body .main-content .title {
          font-size: 42px; } }
    body .main-content .txt {
      font-size: 24px;
      font-weight: 400;
      width: 48%;
      line-height: 34px; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 650px) {
        body .main-content .txt {
          width: 100%;
          font-size: 22px; } }

/*# sourceMappingURL=main.css.map */
