.home-wrapper .button.next {
  min-width: auto;
}

.home-wrapper .checkbox {
  position: relative;
  height: 45px;
  width: 50px;
  cursor: pointer;
  margin: 38px;
}

  .home-wrapper .checkbox:before {
      content: '';
      display: block;
      height: 50px;
      width: 50px;
      /* UDC White */
      background: #FFFFFF;
      /* Active Block */
      box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.08);
      border-radius: 5px;
      position: absolute;
      top: 0;
      border: none;
  }

  .home-wrapper .checkbox.checked:before {
      background: #abc12b;
  }

  .home-wrapper .checkbox.checked:after {
      content: '';
      display: block;
      height: 50px;
      width: 50px;
      position: absolute;
      top: 0px;
      left: 0px;
      background: url('/resources/images/check.png');
      background-size: 25px;
      background-repeat: no-repeat;
      background-position: center center;
  }

.home-wrapper .needs {
  background-color: rgba(60, 85, 110, 0.05);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-size: 18px;
  padding-top: 2rem;
  padding-bottom: 3rem;
  border-radius: 5px;
}

  .home-wrapper .needs .image {
      margin: 0 auto;
      width: 100px;
      height: auto;
      margin-bottom: 2rem;
  }

      .home-wrapper .needs .image img {
          width: 100%;
      }

  .home-wrapper .needs .description {
      margin: 0 auto;
      width: 85%;
  }

.home-wrapper .conditions {
  background-color: rgba(60, 85, 110, 0.05);
  width: 100%;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-size: 18px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  height: 100%;
}

.home-wrapper .conditions-item {
  padding-bottom: 2rem;
}

.home-wrapper .conditions .description {
  margin: 0 auto;
  width: 100%;
  min-height: 115px;
  padding: 1rem;
}

.home-wrapper .tick-description {
  max-width: 466px;
  margin: 12px 0 43px 0;
  text-align: left;
}

.last-home-wrapper .checkbox {
  position: relative;
  height: 25px;
  width: 28px;
  cursor: pointer;
  margin: 0 2rem 0 0;
}

.last-home-wrapper .checkbox:before {
  content: '';
  display: block;
  height: 28px;
  width: 28px;
  background: #FFFFFF;
  border-radius: 5px;
  position: absolute;
  top: 0;
  border: 1px solid #ECF0F1;
}

.last-home-wrapper .checkbox:before {
  height: 30px;
  width: 29px;
  background-size: 22px;
}

.last-home-wrapper .tick-description {
  max-width: 960px;
}

.last-home-wrapper .checkbox.checked:after {
  height: 30px;
  width: 29px;
  background-size: 22px;
}

.step_financial:disabled {
  opacity: 0.6;
  pointer-events: none;
}

/*Mobile View*/
@media (max-width: 1200px) {
  .home-wrapper .needs {
      min-height: 270px;
  }
}

@media (max-width: 768px) {
  .home-wrapper {
  }

      .home-wrapper .top-header-mobile .top-header .title {
          font-size: 18px;
          color: #3C556E;
      }

  .business-wrapper .top-header-mobile .top-header .col-7.text-center,
  .you-wrapper .top-header-mobile .top-header .col-7.text-center,
  .financial-wrapper .top-header-mobile .top-header .col-7.text-center {
      align-self: flex-end;
  }

  .home-wrapper .needs {
      min-height: 100px;
      padding-top: 0;
      display: flex;
      align-items: center;
      padding: 0;
      margin-bottom: 1rem;
  }

      .home-wrapper .needs .image {
          margin-bottom: 0;
      }

          .home-wrapper .needs .image img {
              width: 100%;
          }

      .home-wrapper .needs .description {
          margin: 0 auto;
          width: 100%;
      }

          .home-wrapper .needs .description p {
              text-align: left;
              margin: 0 1rem;
          }

  .home-wrapper .conditions {
      height: auto;
      padding: 20px;
      margin-bottom: 10px;
  }

      .home-wrapper .conditions .description {
          margin: 0;
          width: auto;
          min-height: auto;
          padding: 0;
      }

  .home-wrapper .conditions-item {
      padding-bottom: 0.3rem;
  }

      .home-wrapper .conditions-item p {
          margin: 0;
          text-align: left;
      }
}