*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}
#preloader{
    z-index: 999999;
    height: 100vh;
    width: 100%;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    > img{
        width: 150px;
    }
}
.top-body{
    width: 100%;
    height: 400px;
    margin-top: 50px;
    background: linear-gradient(94.97deg, #ECFEFC 33.14%, #5A9E96 101.08%);
    .top-content{
        padding-top: 150px;
        padding-left: 10%;
        > h1{
            font-size: 40px;
            font-weight: 700;
        }
        > p{
            font-weight: 500;
        }
    }
}


.title{
    font-size: 40px;
    font-weight: 650;
    max-width: 500px;
    color: #161616;
    text-transform: capitalize;
}
@media (max-width: 768px){
    .title{
        font-size: 25px;
    }
}