
.our-story-left-head {
  position: relative;
  padding-left: 50px;
}
.story-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.story-shape img {
  max-width: 85px;
}

.our-story-left-head {
  position: relative;
  padding-left: 100px;
}
.story-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.story-shape img {
  max-width: 85px;
}

.our-story-right img {
  width: 100%;
  border-radius: 10px;
}
.our-story-right {
  padding-left: 60px;
}
.our-story-left-bottom p {
  color: gray;
  line-height: 25px;
}
.our-story-left {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media(max-width:992px){
  .our-story-right {
  padding-left: 0px;
}
.story-shape img {
  max-width: 65px;
}
.our-story-left-head {
  position: relative;
  padding-left: 80px;
}
}
@media(max-width:576px){
  .our-story-left-head {
  padding-left: 0;
}
.story-shape {
  display: none;
}
}