.contt {
  width: 100%;
  padding: 50px 15%;
  overflow: hidden; }
  .contt h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 48px;
    text-align: center; }
  .contt h2 {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    line-height: 1.25;
    font-size: 30px;
    font-weight: bold; }
  .contt p {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    line-height: 1.25;
    font-weight: normal; }

@media (max-width: 767px) {
  .contt {
    padding: 50px 15px; }
    .contt h1 {
      font-size: 30px; }
    .contt h2 {
      font-size: 25px; }
    .contt p {
      font-size: 16px; } }

/*# sourceMappingURL=privacy.css.map */
