header{
 color: #FFFFFF;
 background-color: #F190B7;
 padding: 80px 0;
 text-align: center;
}



section{
  padding: 40px 0;
  text-align: center;
}
.feature{
  background: #FBD6D2;
  color: #000000;
}
.quote{
  background:#F190B7;
  color: #000000;
}
footer{
  background: #F190B7;
  color: #CE49BF;
  padding: 32px 0;
  text-align: center;
}
h1{
  font-size: 48px;
  margin: 0 0 16px ;
  font-family: cursive;

}
h2{
  font-weight: 300;
  font-size: 24px;
  margin: 0 0 16px 0;
}
.container{
  margin: 0 auto;
  padding: 0 20px 0 20px;
  max-width: 900px;
}
.btn{
  display: inline-block;
  color: white;
  font-weight: 500;
  font-size: 20px;
  background: #FBD6D2;
  border: none;
  border-radius: 5px;
  padding: 12px 16px;
  cursor: pointer;

}
.btn:hover{
  background: #A63EC5;
}
.featur{
  width: 32%;
  display: inline-block;
  font-size: 16px;
 color:white;
}
.featur img{
  width: 40%;
}
blockquote{
  margin: 0;
  padding: 0;
  text-align: center;
}
blockquote p{
  margin: 0 0 5px 0;
  font-size: 24px;
}
blockquote cite{
  font-size: 16px;
  font-style: italic;
}
blockquote cite:before{
  content: '-';
  margin-right: 5px;
}
footer{
  background: #353535;
  padding: 32px 0;
  text-align: center;
  color: #868686;
  font-size: 12px;
}
footer ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
footer li{
  display: inline-block;
}
footer li a{
  padding: 6px;
  font-size: 14px;
  text-decoration: none;
  color: #c3c3c3;
}
footer li a:hover{
  color: white;
}

@media screen 

  and (max-width: 480px)
 and (min-width: 320px)



{
 
 
 
 
 

  .btn{
    display: block;
    font-size: 18px;
  }
  h1{
    font-size: 32px;
    margin: 0 0 8px 0;
  }  
  h2{
    font-size: 18px;
  }
  section{
    padding: 25px 0 15px ;
  }
  .featur{
  width: 100%;
   /* display: flex;
    align-items:center;
    justify-content:center; */
    text-align:center;
    margin: 0 0 10px 0;
    font-size: 16px;
  }
  .featur img {
    width: 15%;
    min-width:60px;
  /*  margin-right: 20px; */
  }
  .quote{
    padding: 30px 0;
  }
  blockquote p{
    font-size: 18px;
  }
  blockquote cite{
    font-size: 14px;
  }
  footer{
    padding: 30px 0 10px 0;
  }
  footer li{
    display: block;
    margin: 5px ;
  }
}

