.wrap-policy {
  margin-bottom: 60px;
}
.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 h2 {font-size: 162.5%; font-weight: 600; color: rgb(0 53 91 / 90%);}
.wrap-policy h3 {font-size: 150%; font-weight: 600; color: rgb(0 53 91 / 90%);}
.wrap-policy h4 {font-size: 137.5%; font-weight: 600; color: rgb(0 53 91 / 80%);}
.wrap-policy h5 {font-size: 125%; font-weight: 600; color: rgb(0 53 91 / 70%);}
.wrap-policy h6 {font-size: 112.5%; font-weight: 600; color: rgb(0 53 91 / 60%);}

@media only screen and (max-width: 768px) {
  .wrap-policy .resp-tab-active {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
  }
}