.customer-services__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 0;
}

.customer-services__box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 650px;
  padding: 20px 25px;
  margin: 10px 0;
  background: #f4f4f4;
}

.customer-services__box__item-icon {
  margin-bottom: 15px;
}

.customer-services__box__item-icon span {
  font-size: 20px;
  color: #e02a32;
}

.customer-services__box__item-title {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.customer-services__box__item-text {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
  border: 2px solid red;
}

.falserecaptcha {
  outline: 2px solid red;
}

.g-recaptcha {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.-ebulten {
  background: #f5f5f5 !important;
  border-bottom: none;
  color: #000000;
}

@media only screen and (min-width: 640px) {
  .customer-services__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 80px;
    border-bottom: 1px solid #EBEBEB;
  }

  .customer-services__box__item {
    margin-right: 20px;
    padding: 20px 15px;
  }
}

@media only screen and (min-width: 768px) {
  .customer-services__box__item {
    margin-right: 40px;
  }
}

/*# sourceMappingURL=customer-services.css.map */
