.section-about-our-story__bg {
    max-width: 950px;
    position: absolute;
    top: -39%;
    left: -124px;
    pointer-events: none;
}

.section-about-our-story__content {
    max-width: 730px;
    width: 100%;
    margin: auto;
}

.section-about-our-story__text {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
}

.section-about-our-story__wrapper {
    position: relative;
}

/* media queries START */
@media (max-width: 991.9px) {
    .section-about-our-story__content {
        padding-right: 0;
    }
}

@media (max-width: 767.9px) {
    .section-about-our-story__bg {
        max-width: 700px;
        min-width: 700px;
        top: -278px;
        left: -326px;
        transform: rotate(105deg);
    }
    
    .section-about-our-story .title {
        margin-bottom: 45px;
    }
    
    .section-about-our-story__text {
        font-size: 16px;
        line-height: 1.5;
    }
}
/* media queries END */