.wizard .hero.primary .hero-content .content-text .subtitle h4 {
  max-width: 34rem;
}

.wizard .picture-left-text-right.secondary .picture-left-text-right-content .content-list > ul > li > span.text {
  color: #ffffff;
}

.wizard .price-list.primary .price-list-content .content-wrapper.primary .content-number .number > span {
  font-size: 42px;
  line-height: 1.15;
}

.wizard .price-list.primary .price-list-content .content-wrapper.primary {
  padding: 2.5rem 1.1rem;
}

.wizard .price-list.primary .price-list-content .content-wrapper.primary .content-caption .caption > span {
  display: block;
  min-height: 0;
}

.wizard .price-list.primary .price-list-content .content-wrapper.primary .content-caption .caption > .price-card-title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: #ffffff;
}

.wizard .price-list.primary .price-list-content .content-wrapper.primary .content-caption .caption > .price-card-subtitle {
  margin-top: 0.2rem;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
  color: #bcbcbc;
}

.wizard .price-list.primary .price-list-content .content-wrapper.primary .content-button .button .btn-content {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wizard .price-list.primary .price-list-content .content-wrapper.primary .content-list > ul {
  padding: 0 1rem;
}

.wizard .price-list.primary .price-list-content .content-wrapper.primary .content-list > ul > li {
  align-items: flex-start;
  text-align: left;
}

.wizard .price-list.primary .price-list-content .content-wrapper.primary .content-list > ul > li > span.icon {
  margin-top: 0.2rem;
  margin-right: 0.75rem !important;
}

.wizard .price-list.primary .price-list-content .content-wrapper.primary .content-list > ul > li > span.text {
  flex: 1;
  text-align: left;
}

.wizard .faq-accordion.primary .faq-accordion-content .content-accordion .accordion .card .card-header .header-link .link .link-header {
  align-items: center;
}

.wizard .faq-accordion.primary .faq-accordion-content .content-accordion .accordion .card .card-header .header-link .link .link-header::after {
  content: "";
  flex: none;
  width: 0.55rem;
  height: 0.55rem;
  margin-left: 1rem;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.wizard .faq-accordion.primary .faq-accordion-content .content-accordion .accordion .card .card-header .header-link .link .link-header.collapsed::after {
  transform: rotate(-45deg);
}

@media (max-width: 991.98px) {
  .wizard .hero.primary .hero-content .content-text .subtitle h4 {
    max-width: 100%;
  }

  .wizard .price-list.primary .price-list-content .content-wrapper.primary .content-number .number > span {
    font-size: 34px;
  }
}
