.Hero-ourStory {
     background-image: url(../images/ourstory/hero.jpg);
     background-repeat: no-repeat;
     width: 100%;
     height: 100vh;
     display: flex;
     flex-direction: column;
     text-align: center;
     justify-content: space-between;
     background-position-y: center !important;
     background-size: cover !important;
     background-position-x: 35%;
     padding: 2vw 0vw !important;
     border-radius: 0px !important;
}

.force-poppins {
     font-family: "Poppins-Regular" !important;
}