/*GENERAL*/

body {
  background-color: #fff;
  color:#434952;
}



h2 {
  font-size: 44px;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
  letter-spacing: -.045em;
  line-height: 1;
  max-width: 600px;
  margin: auto;
  margin-bottom: 7px;
}

h3 {
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
  letter-spacing: -.045em;
  line-height: 1;
  max-width: 600px;
  margin: auto;
  margin-bottom: 7px;
}


h4 {
  font-weight: 300;
  text-align: center;
  font-size: 25px;
  color: #60b0f4;
  opacity: 1;
  max-width: 550px;
  margin: auto;
  margin-bottom: 96px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin-bottom: 30px;
}

h5 {
  font-size: 140px;
  font-weight: bold;
  margin: 0px;
}

h6 {
  font-size:22px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

p {
  text-align: left;
  font-size: 21px;
  margin: 0 0 12px;
  letter-spacing: 0.4px;
}

strong {
  font-weight: bold;
} 
