body{
 margin-top:0px;
}

h1{
  font-weight: 700;
  font-size: 3rem;
  text-transform: uppercase;
}
h2{
  font-size: 2.5rem;
  font-weight: normal;
}
h3{
  font-size: 3rem;
  font-weight: 700;
}
p{
  color: #828282;
}
.alpha-50{
  filter: opacity(0.5);
}

@media screen and (max-width: 1440px){
 
}
@media screen and (max-width: 1024px){
  
}
@media screen and (max-width: 767px){
  h1,h2{
    font-size: 1.2rem;
  }
  h3{
    font-size: 2rem;
  }
}