/* General For All
––––––––––––––––––––––––––––––––––––––––––––––––––

font-family: 'Lexend Peta', sans-serif;

font-family: pt-serif, serif;
font-weight: 700;
font-style: normal;

font-family: 'bebasregular';
*/
body{font-size: 100%;}
img {max-width: 100%;}

.one {width: 100%; height: 300px;
background-color: #C1FFAC;
font-family: 'Lexend Peta', sans-serif;
margin-bottom: 30px;
font-size: 1em;
}
.two {width: 100%; height: 300px;
background: rgb(34,193,195);
background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
font-family: pt-serif, serif;
font-weight: 700;
font-style: normal;
margin-bottom: 30px;
color: white;
font-size: .75em;
}
.three {width: 100%; height: 300px;
background-image: url(images/flower.jpg);
background-size: cover;
background-position: center;
font-family: 'bebasregular';
margin-bottom: 30px;
font-size: 1.5em;
}

p {
    text-align: center;
    padding-top: 150px;
}



/* ---------------Tablet --------------------------------------*/
@media screen and (min-width: 501px) and (max-width: 800px) {
 body {}
    .one, .two, .three {width:100%;}
}
/* ---------------Mobile -------------------------------------- */
@media screen and (max-width: 500px){
 body {}
  .one, .two, .three {width:100%;}  
}



