/* FONTS */


body {
  font-family: 'Open Sans', sans-serif;
}
.wht-txt {
  color: #ffffff;
}
p {
  font-size: 24px;
  line-height: 1.75;
}
h1 {
  font-size: 44px;
  line-height: 1.15;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 60px;
}
h3 {
  font-weight: 600;
  font-size: 23px;
  line-height: 1.75; 
}
@media (max-width: 1000px) {
  p {
      font-size: 18px;
  }
  h1 {
      font-size: 36px;
      margin-top: 0;
      margin-bottom: 40px;
  }
  h3 {
    font-size: 22px;
    line-height: 1.5; 
  }
}
@media (max-width: 600px) {
  p {
      font-size: 12px;
      line-height: 1.5;
  }
  h1 {
      font-size: 21px;
      margin-top: 0;
      margin-bottom: 15px;
  }
  h3 {
    font-size: 15px;
    line-height: 1.5; 
  }
}
