.about-page .advantage {
    margin-top: 0;
    background-image: url(../images/advantage-bg-about.webp);
    background-color: #000
}

.bg-black {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #030408
}

.step-head.container {
    padding: 0 20px;
    margin-bottom: 0
}

.orange-text {
    font-weight: 800;
    font-size: 26px;
    color: #ff5f00;
    margin-bottom: 10px
}

.about-page .cta-secondary {
    display: block;
    max-width: 500px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto
}

.bg-black .right p {
    font-weight: 200;
    font-size: 22px;
    color: #fff
}

.bg-black .right {
    margin-left: 0;
    max-width: none;
    margin-right: 0;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px
}

.bg-black .right .cta {
    font-size: 14px
}

.bg-black .container {
    display: flex;
    align-items: center;
    flex-direction: column
}

.header-about .left {
    padding: 0
}

.bg-black .left {
    display: none
}

.pre-footer .activity-banner {
    margin-top: 20px
}

.pre-footer {
    margin-top: 20px
}

.about-page .step-desc {
    width: 100%
}

.about-page .step-head {
    align-items: flex-start
}

.step-head-advantage .step {
    color: #1c85fb;
    margin-bottom: 20px
}

.img-mobile {
    display: block
}

@media (max-width:768px) {
    .about-page .advantage {
        background-position: center
    }
}