.contentSectionWrapper.privacypolicy {
  width: 60%;
  margin: 0 auto;
}

.privacypolicy .headTitle_icon {
  font-size: 1.25rem;
  line-height: 2;
  border-left: 1px solid #000;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  text-align: left;
}

.privacypolicy .contentText {
  font-size: 1rem;
  line-height: 2;
  font-weight: normal;
}

@media (max-width: 767px){
  .contentSectionWrapper.privacypolicy {
    width: 90%;
    margin: 0 auto;
  }
}
