.search-header
{
    width: 100%;
    height: 30vh;
    background: rgb(20,20,20);
}
.search-header span
{
    display: block;
    position: relative;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
    padding-left: 7vw;
    font-size: 30px;
    color: white;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "Open-Sans";
}
.search-section
{
    padding: 10vh 0;
    padding-bottom: 20vh;
    background: white;
}

@media screen and (max-width: 991px) {
    .search-header span
    {
        font-size: 1.4em;
    }
}