.mist-white h1,
.mist-white h2{
    color:#fff !important;
    text-shadow:0 4px 15px rgba(0,0,0,.45);
}
.mist-story .content,
.mist-story .section-content,
.mist-story .text-content,
.mist-story .about-content,
.mist-story .story-content{

    background: rgba(32,18,49,.68);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border:1px solid rgba(255,255,255,.08);

    border-radius:28px;

    padding:40px;

    box-shadow:
        0 20px 60px rgba(0,0,0,.25),
        inset 0 1px rgba(255,255,255,.08);
}

.mist-story h2{
    color:#fff;
    font-size:42px;
    font-weight:800;
    line-height:1.2;
    text-shadow:0 4px 20px rgba(0,0,0,.35);
}

.mist-story p{
    color:rgba(255,255,255,.92);
    font-size:18px;
    line-height:2;
}

.mist-story .btn{
    border-radius:16px;
    background:#5B2D91;
}