.wrap-policy {
  margin-bottom: 60px;
  line-height: 1.7;
}
.wrap-policy .resp-tab-content {
  border: 1px solid #04caf7;
  font-size: 0.8rem;
}
.wrap-policy .resp-tab-active {
  border: 1px solid #04caf7;
  background-color: #04caf7;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.wrap-policy h2.resp-tab-active {
  background-color: #04caf7 !important;
}
.wrap-policy h2.resp-tab-active span.resp-arrow {
  border-bottom: 12px solid #fff;
}
.wrap-policy h3{font-weight: 400;}
.wrap-policy ul li{margin-left: 22px;}
@media only screen and (max-width: 768px) {
  .wrap-policy .resp-tab-active {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
  }
}