body .section1 .text1,
body .section1 .text1 p,
body .section1 .text1 li,
body .section1 .text1 a {
  font-family: 'Proxima Nova Rg';
  color: #515252;
  font-size: 17px;
}

body .section1 .text1 a {
  text-decoration: underline;
}

body .section1 .text1 a:hover {
  color: #476B54;
}

/*body .section1 .text1 li::marker {
  font-size: 0px;
}

body .section1 .text1 ul {
  padding: 0px;
}*/

body .section1 .text1 h2 {
  font-family: 'Lovelace';
  font-size: 47px;
  line-height: 1.3;
  color: #476B54;
  font-weight: 500;
}

body .section1 .text1 h3 {
  font-size: 25px;
  font-family: 'Proxima Nova Rg';
  color: #515252;
}

@media (max-width:767px) {
  body .section1 .text1 h2 {
    font-size: 42px;
  }
}