body {
    background: #040f2d;
    color: #fff;
}

.top__wrapper--4 {
    background-image: url('../../img/main/bg-packshot.jpg');

}


.top__wrapper {
    background-size: auto;
}

@media screen and (max-width: 992px) {

    .top__wrapper {
        background-size: cover;
    } 
    .top__wrapper--4 {
        background-image: url('../../img/main/bg-mobile.jpg');
        background-position:  bottom center;
        background-size: cover;
        height: 620px;
    }
}


.top__image {
    max-width: 100%;
}

.main__copy p {
    color: #b6c3e6;
}

.main__image img {
    border: 1px solid #b6c3e6;
}

.list-style {
    background-color: #07194a;
    border-radius: 16px;
    padding: 20px 0;
    margin-top: 20px;
    
}

.list-style p {
padding-left: 15px;
}
