  /*Thank you*/
  b {
      font-weight: 500;
  }

  .thank-you-wrapper .message {
      margin-top: 50px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      font-size: 28px;
      text-align: center;

      color: #3C556E;
  }

  .thank-you-wrapper .message .center {
      margin-bottom: 30px;
  }

  .thank-you-wrapper .message p {
      max-width: 420px;
      margin: 0;
      margin-bottom: 30px;
  }

  .thank-you-wrapper .needs {
      background-color: white;
      min-width: 100%;
      min-height: 279px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      font-size: 18px;
      padding-top: 34px;
      margin-bottom: 15px;
      border-radius: 15px;
  }

  .thank-you-wrapper .needs .image {
      margin: 0 auto;
      width: 100px;
      height: 90px;
      margin-bottom: 34px;
  }

  .thank-you-wrapper .needs .image img {
      width: 100%;
  }

  .thank-you-wrapper .needs .description {
      margin: 0 auto;
      width: 85%;
      padding: 0 20px;
  }

  /*Mobile View*/
  @media (max-width: 768px) {
      .thank-you-wrapper {}

      .thank-you-wrapper .needs {
          min-height: auto;
          padding-bottom: 20px;
          max-width: 320px;
          margin: 7px auto;
      }
  }