.our_story_section {
  padding: 60px 0px;
  background-color: var(--cream);
  position: relative;
}
.our_story_section .container {
  position: relative;
}
.our_story_section:before {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/overlay-ourstory.png);
  background-size: 100% 100%;
}
.our_story_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
}
.our_story_section .our_story_box_wrapper {
  width: calc(50% + 30px);
  display: flex;
  align-items: center;
  justify-content: start;
  z-index: 1;
}
.our_story_wrapper:before {
  content: "";
  display: block;
  height: auto;
  width: 1px;
  border-right: 1px solid;
  border-image-slice: 1;
  position: absolute;
  top: 23%;
  bottom: 100px;
  left: auto;
  right: auto;
  margin: auto;
  border-image-source: linear-gradient(180deg, #e8731a 0%, rgba(232, 115, 26, 0) 100%);
}
.our_story_section .our_story_box_wrapper .our_story_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border: 1px solid rgba(232, 115, 26, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  flex-shrink: 0;
}
.our_story_section .our_story_box_wrapper .our_story_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  border: 1px solid rgba(232, 115, 26, 0.1);
  border-radius: 15px;
  background-color: var(--white);
}
.our_story_section .our_story_box_wrapper:nth-child(odd) .our_story_icon {
  margin-inline-end: 40px;
}
.our_story_section .our_story_box_wrapper:nth-child(even) .our_story_icon {
  margin-inline-start: 40px;
  margin-inline-end: 0;
}
.our_story_section .our_story_box_wrapper .our_story_box .title_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 7px;
}
.our_story_section .our_story_box .year {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 15px;
  background: rgba(232, 115, 26, 0.1);
  border: 1px solid rgba(232, 115, 26, 0.5);
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: var(--orange);
  text-box-trim: trim-both;
  margin-inline-end: 10px;
  margin-bottom: 8px;
}
.our_story_section .our_story_box_wrapper .our_story_box .title_wrap h5 {
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .our_story_box_wrapper + .our_story_box_wrapper {
    margin-top: -50px;
  }
  .our_story_section .our_story_box_wrapper:nth-child(odd) {
    margin-inline-start: auto;
    margin-inline-end: 0;
  }
  .our_story_section .our_story_box_wrapper:nth-child(even) {
    margin-inline-end: auto;
    margin-inline-start: 0;
    flex-direction: row-reverse;
  }
}
@media (max-width: 1199px) {
  .our_story_section .our_story_box_wrapper:nth-child(odd) .our_story_icon {
    margin-inline-end: 15px;
  }
  .our_story_section .our_story_box_wrapper:nth-child(even) .our_story_icon {
    margin-inline-start: 15px;
    margin-inline-end: 0;
  }
}

@media (max-width: 991px) {
  .our_story_section .our_story_box_wrapper .our_story_box {
    padding: 20px;
  }
  .our_story_box_wrapper + .our_story_box_wrapper {
    margin-top: -70px;
  }
}

@media (max-width: 767px) {
  .our_story_section .our_story_box_wrapper {
    width: 100%;
    flex-direction: column;
  }
  .our_story_box_wrapper + .our_story_box_wrapper {
    margin-top: 50px;
  }
  .our_story_section .our_story_box_wrapper:nth-child(odd) .our_story_icon {
    margin-inline-end: 0px;
  }
  .our_story_section .our_story_box_wrapper:nth-child(even) .our_story_icon {
    margin-inline-start: 0px;
    margin-inline-end: 0;
  }
  .our_story_section .our_story_box_wrapper .our_story_icon {
    margin-bottom: 10px;
  }
  .our_story_wrapper:before {
    top: 30px;
  }
  .our_story_section .our_story_box_wrapper {
    width: 100%;
    flex-direction: column !important;
  }
  .our_story_section .our_story_box_wrapper .our_story_icon {
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    margin-bottom: 10px;
  }
}
