.banner_footer{
    display: flex;
    align-self: center;
    justify-content: center;
    background-color: #222222;
    padding-top: 50px;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    flex-direction: column;
}