.about-first9 {
    position: relative;
    padding-bottom: 32px;
}
@media (min-width: 768px) {
    .about-first9 {
        position: relative;
        padding-bottom: 64px;
    }
}
.about-first9__picture {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
}
.about-first9__picture .simpleParallax {
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .about-first9__picture {
        height: 65%;
    }
}
.about-first9__picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-first9__container {
    max-width: var(--CONTAINER_WIDTH);
    margin: 0px auto;
    padding: 0 20px;
}
.about-first9__content {
    padding-top: 30px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row-reverse;
}
@media (min-width: 576px) {
    .about-first9__content {
        padding-top: 100px;
    }
}
@media (min-width: 768px) {
    .about-first9__content {
        padding-top: 240px;
    }
}
.about-first9__text-box {
    max-width: 800px;
    padding: 32px;
    background-color: var(--SECONDARY_MAJOR_COLOR);
    color: var(--SECONDARY_MINOR_COLOR);
}
@media (min-width: 768px) {
    .about-first9__text-box {
        padding: 64px;
    }
}
.about-first9__title {
    font-weight: 800;
    font-size: 40px;
    line-height: 54px;
}
.about-first9__text {
}
