body{
    margin: 0;
 background-color: #1e313e;
font-family: 'Montserrat', sans-serif;
background-color: #bb8a5e;
color: #efd3a2;   
}

.nav{
    display: flex;
    justify-content: flex-end;
    background-color: #1e313e;
    padding: 10px;
}
.item{
    color: #efd3a2;
    padding: 20px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
.section-header{
    display: flex;
    justify-content: center;
}
.header{
    text-transform: uppercase;
    color: #1e313e;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
}
.section-about{
    display: flex;
    justify-content: space-around;
    background-color: #1e313e;
    padding: 60px;
}
.about-us{
    align-self: center;
    padding: 10px;
    color: beige;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
}
.wrapper{
    display: flex;
    color: beige;
    background-color: #1e313e;
    padding: 80px

}
.reason-block{
    padding: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    display: flex;
    justify-content: space-around;
}
span{
    color: #1e313e;
    background-color: #bb8a5e;
    border-radius: 50%;
    font-family: 'Montserrat', sans-serif;
    font-size: 70px;
    margin: 40px;
    padding: 20px;
}
.services{
    display: flex;
    justify-content: center;
    background-color: #1e313e;
    padding: 60px;
}
.prices{
    display: flex;
    justify-content: center;
    background-color: #1e313e;
    font-family: 'Montserrat', sans-serif;
    color: beige;
    padding: 10px;
    font-size: 18px;
}
.map{
    display: flex;
    justify-content: center;
    background-color: #1e313e;
    padding: 50px;
}
.footer-container{
    background-color: #1e313e;
    padding: 5px;
}
.footer{
    color: #efd3a2;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
a{
    text-decoration: none;
    color: #efd3a2;
    font: 16px;
}
button{
    padding: 30px;
    margin: 10px;
    border-radius: 30px;
    background-color: #1e313e;
    color: #efd3a2;
}
@media all and (max-width: 800px){
    .nav{
        display: flex;
        flex-direction: column;
    }
    .section-about{
        flex-wrap: wrap;
    }
    .wrapper{
        /* display: flex;
        flex-direction: column; */
        padding: 0;
    }
    .prices{
        flex-wrap: wrap;
    }
   .pic{
    width: 200px;
   }
   .pic1{
    width: 300px;
   }
   div.gmap_canvas, div.mapouter, iframe{
    width: 100%;
   }
}
@media all and (max-width: 820px){
    .wrapper{
        flex-wrap: wrap;
    }

}