.product-wizard-container .title-wrapper {
  margin-bottom: 48px;
}

.product-wizard-container .title-wrapper .title {
  font-size: 32px;
  font-weight: normal;
  letter-spacing: -0.75px;
}

.product-wizard-container .title-wrapper .subtitle {
  font-size: 18px;
  font-weight: 300;
}

.product-wizard-container .step {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-bottom: 16px;
  background-color: #fdc542;
  color: #920035;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
}

.product-wizard-container .product-item .step-text {
  margin-bottom: 17px;
}



.product-wizard-container .product-item:nth-child(2) {
  margin: 30px 0;
}

.alternative-path-container .title-wrapper {
  margin-bottom: 48px;
}

.alternative-path-container .title-wrapper h2 {
  font-size: 18px;
  font-weight: 400;
}

.alternative-path-wrapper .alternative-item {
  display: flex;
  flex: 1 1 0px;
  justify-content: flex-start;
  margin-bottom: 32px;
}

.alternative-path-wrapper .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-color: #f2f2f2;
  margin-right: 24px;
  padding: 8px;
  border-radius: 8px;
}

.alternative-item .alternative-item-text {
  font-size: 15px;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .product-wizard-container .steps-container {
    position: relative;
    display: flex;
    justify-content: space-between;
  }

  .product-wizard-container .product-item {
    flex: 1 1 0px;
    padding: 32px 40px 40px;
    border-radius: 8px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  }

  .product-wizard-container .product-item:nth-child(2) {
    margin: 0 30px;
  }
}

@media screen and (min-width: 641px) {
  .product-wizard-container .title-wrapper .title {
    font-size: 36px;
  }

  .product-wizard-container .step-wrapper {
    position: relative;
  }

  .product-wizard-container .product-item:first-of-type .step-wrapper:before {
    left: 50%;
    width: 50%;
  }

  .product-wizard-container .product-item:last-of-type .step-wrapper:before {
    width: 50%;
  }

  .product-wizard-container .product-item .step-text {
    min-height: 72px;
  }

  .alternative-path-wrapper {
    display: flex;
    justify-content: center;
  }

  .alternative-path-wrapper .alternative-item {
    max-width: 33.333%;
  }
}
