
.about__container { background: url("../images/mystic_bg.jpg") no-repeat center /cover; display: flex; color:white;
    width:100vw; height:100vh; font-family: 'Khand', sans-serif; z-index: 1; flex-direction: column;
    justify-content: center; }

.about__header { color: #fff; font-size: 48px; text-align: center; }
.about__header h1 { margin: 0; }
.about__header p { margin: 0 0 50px; }

.about__slider { height: 500px; width: 1000px; margin: 0 auto; }
.about__slider img { width: 100%; height: auto; }