.salary-dk-helper-sec-a-wrap {
  background: #dbd4ff;
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 12px;
}
.salary-dk-helper-sec-b-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
.card-title {
  font-family: ES Rebond Grotesque;
  font-weight: 600;
  line-height: 26.4px;
  margin-bottom: 12px !important;
  margin-top: 12px !important;
}
.section-a-card-wrap .card-title {
  text-align: center;
}
.card-title h4 {
  font-weight: 700;
}
.section-a-card {
  width: 33.33333%;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.section-a-card-wrap,
.section-b-card-wrap {
  display: flex;
  margin-top: 15px;
  max-width: 1170px;
}
.section-b-card-wrap {
  text-align: left;
  flex-wrap: nowrap;
}
.section-a-card-wrap {
  text-align: center;
  flex-wrap: wrap;
}
.card-title span {
  display: inline-flex;
  height: 36px;
  width: 36px;
  font-size: 16px;
  background: #002e33;
  color: #fff;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.section-b-card {
  width: 24%;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border: 1px solid #c7bef5;
  margin-right: 30px;
  max-width: 270px;
  border-radius: 12px;
}
@media only screen and (max-width: 1024px) {
  .salary-dk-helper-sec-a-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .salary-dk-helper-sec-B-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 767px) {
  .section-b-card:last-child {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .section-b-card-wrap {
    text-align: left;
    flex-wrap: wrap;
  }
  .section-a-card {
    width: 100%;
  }
  .section-b-card {
    width: 100%;
    text-align: center;
    flex-wrap: nowrap;
    margin-right: 0px;
    max-width: 100%;
    margin: 20px;
  }
}
.sdkh-trustpilot iframe {
  max-width: 100% !important;
  width: 100% !important;
}
.saf-field-wrap {
    margin-bottom: 20px;
}
div#saf-form-message {
    font-style: italic;
}
div#saf-form-message.error {
    color: red;
}
div#saf-form-message.success {
    color: green;
}