h1{
    font-size: 42px;
    margin-bottom: 40px;
    color: #fff!important;
}
h2{
    font-size: 36px;
    margin-bottom: 30px;
    color: #fff!important;
}
h3{
    font-size: 28px;
    margin-bottom: 20px;
    color: #fff !important;
}
p{
    margin-bottom: 20px;
}
ul{
    margin-bottom: 30px;
}
ul li{
    margin-bottom: 10px;
 
}
a{
    /* color: #b767ff; */
}
@media screen and (max-width:700px) {
    h1{
    font-size: 28px;

}
h2{
    font-size: 24px;
   
}
h3{
    font-size: 18px;
 
}
}