section.our-content-growth .relative-wrapper {
  position: relative;
}
section.our-content-growth .relative-wrapper .dotted-box {
  position: absolute;
  left: 0;
  top: 5%;
  bottom: 14%;
}
section.our-content-growth .relative-wrapper .dotted-box .height-fluid {
  height: 100%;
}
section.our-content-growth .col-lg-3:not(:last-child) .ow-image-wrapper::before {
  content: "";
  position: absolute;
  background: url("../images/icons/arrow-one.svg");
  z-index: 1;
  height: 27px;
  width: 142px;
  left: 50%;
  top: calc(100% - 4px);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%) translateY(250%) rotate(90deg);
}
section.our-content-growth .col-lg-3:not(:last-child) .ocg-items {
  margin-bottom: 152px;
}
section.our-content-growth .ocg-items .ocgi-each {
  text-align: center;
}
section.our-content-growth .ocg-items .ocgi-each .ocgie-wrapper {
  position: relative;
}
section.our-content-growth .ocg-items .ocgi-each .ocgie-wrapper img {
  min-height: 196px;
  width: auto;
  max-width: 186px;
}
section.our-content-growth .ocg-items .ocgi-each .ow-image-wrapper {
  display: inline-block;
  text-align: center;
}
section.our-content-growth .ocg-items .ocgi-each .content-wrapper {
  padding-top: 28px;
  max-width: 288px;
  margin-left: auto;
  margin-right: auto;
}
section.our-content-growth .ocg-items .ocgi-each .content-wrapper h3 {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  section.our-content-growth .relative-wrapper .dotted-box {
    left: calc(50% - 134px);
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  section.our-content-growth {
    padding-bottom: 224px;
  }
  section.our-content-growth .col-lg-3:not(:last-child) .ow-image-wrapper {
    position: relative;
  }
  section.our-content-growth .col-lg-3:not(:last-child) .ow-image-wrapper::before {
    left: 100%;
    top: 68px;
    width: 54px;
    transform: none;
  }
  section.our-content-growth .col-lg-3:not(:last-child) .ocg-items {
    margin-bottom: 0;
  }
  section.our-content-growth .relative-wrapper .dotted-box {
    transform: none;
    top: auto;
    left: 12%;
    right: 10%;
    bottom: -88px;
  }
}
@media (min-width: 1200px) {
  section.our-content-growth .col-lg-3:not(:last-child) .ow-image-wrapper::before {
    width: 99px;
  }
}
@media (min-width: 1400px) {
  section.our-content-growth .col-lg-3:not(:last-child) .ow-image-wrapper::before {
    width: 144px;
  }
  section.our-content-growth .relative-wrapper .dotted-box {
    left: 12%;
    right: 12%;
    bottom: -130px;
  }
}
@media (min-width: 1440px) {
  section.our-content-growth .col-lg-3:not(:last-child) .ow-image-wrapper::before {
    width: 123px;
  }
  section.our-content-growth .relative-wrapper .dotted-box {
    left: 12%;
    right: 12%;
    bottom: -88px;
  }
}