.policy {
  padding: 90px 0 115px 0;
}
.policy .bg-accent {
  transform: scaleX(-1);
  display: block;
  width: 400px;
  height: 165px;
  top: 0;
  left: -70px;
}
.policy .policies-item {
  margin-top: 60px;
}
.policy .media-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #606060;
}
.policy .text-holder {
  width: 95px;
  height: 95px;
  background-color: #0193DC;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  line-height: 95px;
  border-radius: 50%;
  color: #fff;
}
.policy-title {
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
}

.header-about {
  padding: 60px 0 75px 0;
}
.header-about-image, .header-about-text {
  margin-top: 40px;
}
.header-about .q-font-b_h1 {
  line-height: 48px;
}
.header-about .q-font-b_description {
  margin-top: 25px;
}

@media screen and (max-width: 576px) {
  .policy .section-title {
    font-size: 32px;
  }
  .policy-title {
    font-size: 20px;
  }
}