p{
    font-size: 18px;
    padding: 15px;
    padding-top: 0;
}
h2{
    color: #1F4529;
    padding: 15px;
    padding-bottom: 0;
    font-size: 28px;
}
h1{
    text-align: center;
    font-size: 60px;
    color:#1F4529;
    padding: 15px;
    padding-bottom: 5px;
}

.box{
    height: 350px; 
    background-image: url(../images/backgrounds/1.png);
    padding-bottom: 15px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .box>h1{
   color: #ffffff;
   padding:85px 0 0 0 ;
   font-size: 80px;
   -webkit-text-stroke: 2px rgb(205, 53, 53);
   text-align: center;
   padding-bottom: 15px;
 background-size: cover;
  }
  .span{
    color: white;
    text-align: center;
    margin-top: -20px;
  }
  @media(max-width:1125px){
    .box{
        background-size: cover;
      }

  }
@media(max-width:500px){
    h1{
       
        font-size: 30px;
       
    }
    .box>h1{
      padding-top: 150px;
        font-size: 38px;
       }
}