.white-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff40;
}

.about {
    height: 400px;
    margin: 0;
    padding-bottom: 30px;
    position: relative;
    box-sizing: border-box;
    display: block;
    background: url(../img/perk-3.webp) center center/cover no-repeat;
    background-attachment: fixed;
}

.about h1, .about h2 {
    margin: 0;
    padding: 100px 30px 0;
    font-size: 50px;
    position: relative;
    z-index: 5;
}

.about h2 {
    padding: 0 0 0 30px;
    width: 50%;
    font-size: 25px;
}

.about-1 {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.single-text {
    width: 100%;
    padding: 0 0 0 30px;
    box-sizing: border-box;
}

.single-text p {
    background: #ffffff50;
    padding: 30px;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
}



.about-1-img {
    width: 50%;
    /* background: url(../img/perk-2.webp) center center/cover no-repeat; */
    /* background-attachment: fixed; */
}

.about-text {
    width: 50%;
    margin: 0;
    padding: 30px;
    box-sizing: border-box;
    background: #ffffff50;
}

.single-text ul li {
    margin: 10px 0;
    font-size: 20px;
}

@media screen and (min-width: 100px) and (max-width: 1200px) {

    .real {
        padding: 0 30px;
    }

    .single-text {
        padding: 0;
    }

    .about-1 {
        flex-direction: column-reverse;
    }

    .about-1-img {
        width: 100%;
        height: 300px;
    }

    .about-text {
        width: 100%;
    }

    .about-text p {
        font-size: 20px;
    }
}