.main-banner{
    box-sizing: border-box;
    background-image: url(../../assets/img/sunset-pixel-art-landscape-scenery-digital-art-uhdpaper.com-4K-4.2066.jpg);
    height: 885px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-bottom: 10px solid #B50C6F;
    padding-top: 200px;
    padding-left: 110px;
}

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

}

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

.main-banner .main-box{
    margin-bottom: 40px;

}

@media (min-width: 320px) and (max-width: 479px){
    .main-banner{
        width: 100%;
        height: 682px;
        display: flex;
        justify-content: center;
        padding-left: 0;
    }

    .main-banner .wrapper{
        display: flex;
        width: 335px;
        align-items: center;
    }

    .main-banner .navigation{
        width: 85%;
    }
}

@media (min-width: 480px) and (max-width: 800px){
    .main-banner{
        height: 720px;
        padding-left: 6px;
        display: flex;
        justify-content: center;
    }

    .main-banner .wrapper{
        width: 437px;
    }
}

@media (min-width: 801px) and (max-width: 1024px){
    .main-banner{
        height: 755px;
        padding-left: 0;
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 1025px) and (max-width: 1280px){
    .main-banner{
        height: 760px;
    }

    .main-banner .wrapper{
        width: 470px;
    }
}