.think {
  padding-top: 27px;
  background: #000; }
  .think__text {
    font-size: 16px;
    line-height: 20px;
    color: #30d1ff;
    padding-bottom: 80px; }
  .think__form {
    font-family: "montserratsemibold", Arial, sans-serif;
    color: #fff;
    padding: 31px 15px 41px;
    margin-left: -15px;
    margin-right: -15px;
    background: #2c2c2c; }
    .think__form-title {
      font-size: 24px;
      line-height: 40px;
      font-family: "montserratsemibold", Arial, sans-serif;
      text-align: center;
      margin-bottom: 23px; }
  .think__footnote {
    display: none; }

@media (min-width: 992px) {
  .think {
    padding-top: 56px;
    padding-bottom: 60px; }
    .think__text {
      font-size: 18px;
      line-height: 28px;
      padding-bottom: 0; }
    .think__form {
      padding: 30px 34px 27px; }
      .think__form-title {
        font-size: 40px;
        line-height: 40px; }
    .think__footnote {
      display: block;
      font-family: "montserratsemibold", Arial, sans-serif;
      font-size: 30px;
      line-height: 38px;
      text-align: center;
      color: #30d1ff;
      margin-top: 50px; } }
