.pricing__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 23px;
}
.pricing__option {
  line-height: 150%;
}
.pricing__save {
  border-radius: 100px;
  background: #E8F6ED;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 150%;
  height: 25px;
  color: #14A34D;
}

.custom-switch .custom-control-label::before {
  width: 40px;
  height: 24px;
  border-radius: 100px;
  border: 1px solid #EEEEEE;
  background: #eee;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border: 1px solid #EEEEEE;
  background-color: #EEEEEE;
}

.custom-switch .custom-control-label::after {
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translate(calc(100% - 4px), -50%);
      -ms-transform: translate(calc(100% - 4px), -50%);
          transform: translate(calc(100% - 4px), -50%);
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #14A34D;
  background-color: #14A34D;
}

.custom-control-label {
  padding-left: 8px;
}

@media (max-width: 991px) {
  .faq__head {
    margin-bottom: 16px;
  }
  .faq__head .h2-custom {
    font-size: 32px;
  }
}