body{
    margin: 0px;
    background-color: rgb(244,209,153);
}
.nav{
    background-color: #1e313e;
    display: flex;
    justify-content: end;
    padding: 10px;
}
.item{
    color: #efd3a2;
     font-size:16px ;
     padding: 20px;
     text-transform:uppercase;
     text-decoration: none;
     font-family: 'Montserrat' sans-serif;
 }
 .section-header{
    display: flex;
    justify-content: center;
}
.cover{
    display: flex;
    justify-content: space-around;
    font: #1e313e;
}
.wrapper{
    background-color: #1e313e;
    display: flex;
    justify-content: space-around;
    padding: 80px;
    font-family: 'Montserrat' sans-serif;
    }
    .reason-block{
        display: flex;
        justify-content: space-around;
        color: #ffffff;
        font-family: 'Montserrat' sans-serif;
        font-size: 16px;
        padding: 30px;
    }
    span{
        border: #1e313e;
        border-radius: 50px;
        background-color:#bb8a5e ;
        font-size: 60px;
        padding: 20px;
        color: #1e313e;
        margin: 10px;
        font-family: 'Montserrat' sans-serif;
    }
    .services{
        background-color: #1e313e;
    display: flex;
    justify-content: center ;
    padding: 80px;
    }
    .footer-container{
        background-color: #1e313e; 
        padding:5px ;
     }
     .footer{
         color: #bb8a5e ;
         font-family: 'Montserrat' sans-serif;
         font-size: 16px;
         text-transform: uppercase;
     
     
     }
     a{
         color: #bb8a5e;
         text-decoration: none;
         font-size: 16px;
     }
     .btn{
         background-color: #1e313e;
         color: #efd3a2;
         border-radius: 30px;
         border: 2px  solid;
         padding: 30px;
     margin: 10px;
     }

     @media all and (max-width:820px){
         .wrapper{
             display: flex;
             flex-direction: column;
         }
     }
     
     @media all and (max-width:500px){
        .cover{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
       justify-content: center;
       }
       h{
         width:50%;
     }