.m22cr-detail-container h4 {
  color: #231F20;
  font-size:18px;
  font-weight: 500;
  margin-bottom: 24px;
  text-align: center;
}

.m22cr-detail-result h5 {
  color: #0D1823;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
}

.m22cr-detail-result p {
  color: #231F20;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.m22cr-form label {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 700;
}

.m22cr-form p {
  font-family: 'Inter';
  font-size: 10px;
  margin: 0;
}

.m22cr-price-result {
  filter: blur(5px);
}

.m22cr-result-container h3 {
  color: #0D1823 !important;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 60px;
  font-weight: 200;
  margin-bottom: 0;
}

.m22cr-result-container h4 {
  color: #231F20;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}

.m22cr-result-container p {
  color: #231F20;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 16px;
  text-align: left;
}

.m22cr-section-title {
  color: #1E1E1E !important;
  font-weight: 300 !important;
  font-size: 48px !important;
  font-family: "Helvetica Neue", sans-serif !important;
  text-align: center !important;
}

.m22cr-step-title {
  color: #231F20;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .m22cr-detail-container h4 {
    margin-bottom: 16px;
  font-family: "Lato", sans-serif !important;
    text-align: left;
  }
  
  .m22cr-step-title {
    display: none;
  }
}

@media (min-width: 992px) {
  .m22cr-detail-result h5 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
  }

  .m22cr-detail-result p {
    font-size: 16px;
    font-weight: 400;
  }
  
  .m22cr-result-container h3 {
    font-size: 60px;
    font-weight: 200;
  }

  .m22cr-result-container h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 32px;
  }

  .m22cr-result-container p {
    font-size: 18x;
    font-weight: 400;
    margin-top: 24px;
  }

  .m22cr-section-title {
    font-size: 56px !important;
  }
}