.aboutPage {
    max-width: 100vw;
    overflow: hidden;
    text-align: center;
}

.content{
    margin: 100px 10% 200px 10%;
    line-height: 30px;
    text-align: justify;
    font-family: sans_regular;
    font-size: 17px;
    opacity: .8;
    position: relative;
    z-index: 10;
}

.aboutTop {
    padding-top: 150px;
    padding-bottom: 150px;
    background: var(--gradient-color);
    background-blend-mode: var(--gradient-blend-mode);
    color: #FFFFFF;
    text-align: center;
}

.aboutTopFlag {
    font-family: bellega;
    font-size: 80px;
}

.aboutTopSlogan {
    font-family: sans_regular;
    font-size: 22px;
}

.aboutTopShapeWrapper {
    position: relative;
    width: 100%;
    height: 150px;
    margin-top: -100px;
    overflow: hidden;
    perspective: 1px;
}

.aboutTopShape {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    border-radius: 100%;
    background: #FFFFFF;
    width: 115%;
    height: 300px;
    margin: auto;
}

.projectsFilterWrapper {
    position: relative;
    z-index: 3;
    margin-top: -180px;
    text-align: center;
}

.projectsFilterShape {
    display: inline-block;
    width: 18px;
    height: 60px;
    background: var(--primary-color);
}



@media screen and (max-width: 800px) {

    .aboutTopFlag {
        font-size: 50px;
    }

    .aboutTopSlogan {
        font-size: 20px;
    }

    .aboutTopShapeWrapper {
        height: 100px;
        margin-top: -100px;
    }

    .aboutTopShape {
        width: 115%;
        height: 150px;
    }

    .projectsFilterWrapper {
        margin-top: -120px;
    }

    .projectsFilterShape {
        width: 15px;
        height: 50px;
    }
}

@media screen and (max-width: 550px){
    .content {
        line-height: 32px;
    }
}

@media screen and (max-width: 450px) {

    .aboutTopFlag {
        font-size: 30px;
    }

    .aboutTopSlogan {
        font-size: 17px;
    }

    .projectsFilterShape {
        width: 12px;
        height: 40px;
    }
}
