h1,
h2,
h3,
h4,
h5,
h6{
    font-family: questa-slab,serif;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover{   
    
    transition: all .3s;   
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}
p {
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;    
    margin-bottom: 15px;
}
a{
    text-decoration: none;
    color: #333;
}
a:hover{    
    color: #333;

}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.white-bg{
    background-color: #fff;
}
.light-bg {
    background: #f2edff;
    padding-top: 120px;
    padding-bottom: 90px;
}
.lblog__content h4 {
    font-size: 20px;
    margin-bottom: 15px;
}