* {
    font-family: 'Recursive', sans-serif;
}
/* edit full poge js */
.fp-tableCell {
    display: inherit;
}
.heading {
   /* background-image: url('../images/banner3.jpg'); */
    background-color: skyblue;
    background-size: cover;
}
.heading-top h1{
    color: black;
    margin-top: 300px;
    font-size: 80px;
}
.heading-top h3{
    color: darkblue;
     margin-top: 50px;
    font-size: 30px;
}
.heading-top P{
    color: black;
     
}

@media screen and (max-width:767px) {
   .heading-top h1 {
        font-size: 50px;
    }
    
    @media screen and (max-width:767px) {
   .heading-top h3 {
        font-size: 25px;
       margin-top: 20px;
    }