@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&display=swap");
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans Condensed', sans-serif; }

/* h2 {font-size:250%;} */
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 250%; } }
@media only screen and (max-width: 767px) and (min-width: 480px) {
  h2 {
    font-size: 225%; } }
@media only screen and (max-width: 479px) and (min-width: 280px) {
  h2 {
    font-size: 40px; } }
/* .section--1566935774783 {padding:0;} */
