@charset "UTF-8";

.privacy-eles h2 {
  padding-left: 2rem;
  position: relative;
}
.privacy-eles h2::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background: #0B1E46;
  height: 10px;
  width: 10px;
}
.privacy-eles .eles {
  margin-bottom: 0;
  padding: 2rem 0;
}
.privacy-eles .eles:last-child {
  padding: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .privacy-eles h2::before {
    top: 10px;
  }
}