.schedule-call-form {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin-bottom: 120px;
}

.sc-wrapper {
  align-items: center;
  background: #f9f4ec;
  border-radius: 15px;
  column-gap: 30px;
  display: flex;
  justify-content: space-between;
  padding: 80px;
}


.sc-wrapper .content-text h2 {
  margin-bottom: 20px;
}

.sc-wrapper .content-text p.desc {
  color: #111;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 30px;
}


.hs-dependent-field .hs-form-field {
  margin-bottom: 10px;
}


.sc-wrapper .list-area .list-item {
  color: #111;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 10px;
  padding-left: 42px;
  position: relative;
}

.sc-wrapper .list-area .list-item:after {
  background: url(../images/selector-checked-default.svg);
  content: "";
  height: 22px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 22px;
}

