.banner{
    box-sizing: border-box;
    background-image: url(/assets/img/home-banner.jpeg);
    height:800px;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 10px solid #000;
}

.banner .wrapper {
    display: flex;
    flex-direction: column;
    width: 640px;
    padding-top: 115px;
    padding-left: 90px;
}

.banner .box{
    margin-bottom: 40px;
}

.banner .navigation {
    display: flex;
    justify-content: center;
}

.banner .main-button{
    margin: 0px 15px;
}