.banner
{
    position: relative;
    width: 100%;
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background: #f6efe8;
    flex-direction: column;
}