::marker{
  color:#F2BD1D;
}

.privacy-section {
  font-family: "Roboto", sans-serif;
  padding: 4rem 1rem;
  padding-left: 50px;
}
.border-bar {
  border-left: 90px solid #011640;
}
.ptb80 {
  background: linear-gradient(#011640, #011640), url(../iLaczen-WebSite/assets/img/privacy.jpg) fixed center center;
  background-size: cover;
  padding: 120px 0;
}
.header-seperator {
  background-color: #F2BD1D;
  width: 8%;
  height: 6px;
  margin: 10px auto;
}

.page-header {
  padding: 30px 0 15px 0;
  margin-bottom: 30px;
  background: #fff;
  border-bottom: 2px solid #e0f0fe;
  position: relative;
}

.page-header .page-title {
  font-size: 24px;
  padding: 0;
  margin: 0;
  font-weight: 500;
}

.page-header:after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 2px;
  background: #F2BD1D;
  border-right: 3px solid white;
  bottom: -2px;
  left: 0;
}
.privacy-section h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 1.5rem;
}

