#hero {
    background: #0E192E;
    padding: 70px 0;
    margin-bottom: 40px;
}
#hero h1 {
    color: #fff;
    font-size: 90px;
        line-height: 110px;
    font-weight: 900;
    margin: 0 0 20px;
}
#hero input{
    width: 500px;
    height: 50px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-size: 30px;
    margin: 30px 0 20px;
    color: #fff;
}
#hero .btn:hover{
    color: #fff;
}

#results{
    padding: 10px 0 50px;
}

#results .post a{
    padding: 30px 10px;
    text-decoration: none;
    color: #000;
    display: block;
}

#results .post img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
#results .post h3{
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0;
}
#results .post .btn{
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    padding: 5px 10px;
}
#results .heading h3{
    font-style: italic;
    font-size: 18px;
    line-height: 20px;
}