.ir-section {
  color:#000;
  /*COMMON*/
  .subtitle {
    font-size:35px;
    font-weight: 700;
    color:#000;

    span {
      font-size: 33px;
      font-weight: 400;
    }
  }

  .part-section {
    padding:110px;

    .content {
      max-width: 1140px;
      margin:0 auto;
    }
  }

  /*SPECIFIC*/
  .ir-header {
    margin-top:180px;
    background-image: url('../../images/information/ir_header_230310.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:200px 0px;
    color:white;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
  }

  .phrase {
    font-size: 35px;
    background-color: #FFFBDF;
    text-align: center;
    font-weight: 700;
    color:#000;
  }

  .note {
    text-align: center;

    .desc {
      margin-top:70px;
      text-align: left;
      font-size: 25px;
    }
  }

  .funding {
    text-align: center;
    background-color: #f3f3f3;

    .desc {
      font-size: 25px;
      margin-bottom:25px;
    }
  }

  .become {
    text-align: center;

    .form-container {
      max-width: 600px;
      width:100%;
      margin:auto;
      margin-top:40px;

      input, textarea {
        width:100%;
        border-radius: 5px;
        border:1px solid #3a3a3a;
        padding:10px;
        font-size:16px;
      }

      input {
        margin-bottom:20px;
      }

      textarea {
        margin-bottom:50px;
        resize: none;
      }

      label {
        font-size: 18px;
        text-align: left;
        width:100%;
      }

      .require-warning {
        outline:1px solid red;
        outline-offset: -1px;
      }
    }

    button {
      font-size:20px;
      background-color: #bb3029;
      padding:15px 75px;
    }
  }



}

@small: ~"(max-width: 699px)";
@media @small {
  .ir-section {
    .part-section {
      padding:50px 10px;
    }

    .subtitle {
      font-size:25px !important;
      line-height: 1.2;

      span {
        font-size:23px !important;
      }
    }

    .ir-header {
      margin-top:150px;
      font-size:30px;
      padding:80px 0px;
    }

    .phrase {
      font-size: 18px;
    }

    .note {
      margin:0px;

      .desc {
        margin-top:50px;
        font-size: 16px;
      }
    }

    .funding {
      text-align: center;
      margin:0px;

      .desc {
        font-size: 17px;
      }
    }

    .become {
      margin:0px;

      .button {
        font-size:20px;
      }
    }



  }
}