.hero{

    padding:90px 20px;

    text-align:center;

    background:linear-gradient(180deg,#ffffff,#f8fafc);

}

.hero h1{

    font-size:64px;

    margin-bottom:20px;

}

.hero p{

    max-width:700px;

    margin:auto;

    color:#666;

    font-size:22px;

    margin-bottom:40px;

}