.main-banner {
    box-sizing: border-box;
    background-image: url(../../assets/img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 25%;
    height: 800px;
    border-bottom: 10px solid #7209B7;
    padding: 100px 200px 0;
}

.main-banner .wrapper {
    display: flex;
    flex-direction: column;
    width: 700px;
}

.main-banner .main-box {
    margin-bottom: 70px;
}

.main-banner .navigation {
    display: flex;
    justify-content: space-around;
    margin: 0;
}