.page__banner{
    background-color: #030A15;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 150px;
}

.page__banner-content{
    text-align: center;
    color: #fff;
}

.page__banner-content h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}

.page__banner-content ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.page__banner-content ul li{
    display: inline-block;
    font-size: 16px;
    color: #fff;
}

.page__banner-content ul li a{
    color: #fff;
    text-decoration: none;
}

.page__banner-content ul li i{
    margin: 0 10px;
    font-size: 12px;
}