#innovation-text{
    background: #242424;
    padding-left: 50px;
    padding-bottom: 50px;
    
}
#innovation-text p{
    font-family: "Syne", sans-serif;
}

.about-flex{
    display: flex;
    flex-direction: row;
}

.about-flex > * {
  flex: 1 1 auto;
  min-width: 0;
}

#story-block > div{
    background: #242424;
}

#story-block p{
    font-family: "Syne", sans-serif;
}

@media screen and (max-width: 1200px){
    #innovation-text p{
        width: 100% !important;
    }
}

@media screen and (max-width: 1400px){
    #innovation-text p{
        width: 75% !important;
    }
}

@media screen and (max-width: 992px) {
    .about-img-container{
        height: 500px;
    }

    .services-section .row{
        --bs-gutter-x: 0 !important;
    }

    #story-block{
        flex-direction: column !important;
    }
}

@media screen and (max-width: 592px) {
    #our-purpose{
        padding-left: 30px !important;
    }
    #scopul-title{
        font-size: 2em;
    }
}
