/*Privacy*/
.privacy{
  padding-top: 150px !important;
  padding-bottom: 150px;
  h2{
    font-family: ExtraBold;
    font-size: 48px;
  }
  h5{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: SemiBold;
  }
  h6{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: SemiBold;
  }
  p{
    font-size: 14px;
    line-height: 30px;
  }
  .sets{
    margin-top: 30px;
  }
  ul > li{
    line-height: 30px;
    font-size: 14px !important;
  }
}