#top {
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#top .text {
    font-weight: bold;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

#top .subname {
    font-size: 3rem;
}

#top .name {
    font-size: 1.5rem;
}

@media (min-width: 1024px) {
    #top {
        height: 630px;
    }

    #top .text {
        padding-left: 0;
        padding-right: 0;
    }

    #top .subname {
        font-size: 4rem;
    }

    #top .name {
        font-size: 2rem;
    }
}