.ombudsman {
  --theme-accent: 255, 221, 45;
}
@media screen and (min-width: 575px) {
  .ombudsman {
    padding-top: 200px;
  }
}
@media screen and (max-width: 575px) {
  .ombudsman .page-title {
    text-align: center;
  }
}
.ombudsman .info {
  position: relative;
}
.ombudsman .info .image {
  position: absolute;
  display: flex;
  justify-content: right;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 40px;
  height: 150px;
  z-index: 1;
}
@media screen and (max-width: 475px) {
  .ombudsman .info .image {
    position: relative;
    float: right;
    height: 100px;
    top: 0;
  }
}
.ombudsman .info .heading {
  position: relative;
  font-weight: 700;
  font-size: 2.2rem;
  color: #000;
  line-height: 1.1;
  margin-bottom: 50px;
  z-index: 2;
}
.ombudsman .info .content {
  position: relative;
  z-index: 2;
}
.ombudsman .info .content .list {
  list-style-type: none;
  counter-reset: num;
  margin: 0 0 0 45px;
}
.ombudsman .info .content .list .list-item {
  position: relative;
  margin-bottom: 50px;
}
.ombudsman .info .content .list .list-item:not(:last-child):after {
  content: url(/assets/images/svg/mini-arrow.svg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 45px;
  left: -30px;
  background: #000;
}
.ombudsman .info .content .list .list-item:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -50px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(var(--theme-accent));
  color: #000;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}
.ombudsman .loan-form-area .loan-form {
  -webkit-box-shadow: 0 15px 30px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 30px 10px rgba(0, 0, 0, 0.15);
}
.ombudsman .loan-form-area .loan-form form .field-desc {
  line-height: 1.3;
}
.ombudsman .loan-form-area .loan-form form .form-group textarea.form-control {
  padding: 15px 15px 10px 15px;
}

body:not(.form-success) #footer {
  margin-top: -100px;
}

/*# sourceMappingURL=page_ombudsman.css.map */
