:root {
  --transition1: opacity 0.25s ease-in-out 0s, visibility 0.25s ease-in-out 0s, transform 0.3s ease-in-out 0.25s;
  --transition2: all 0.3s linear 0s;
  --transition3: transform 0.25s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
  --transition4:.5s cubic-bezier(.25,.8,.25,1) 0.05s ;
}

.section-strategy {
  background-color: #ffffff;
  padding: 100px 0;
}
.section-strategy .title h1 {
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 7.92px;
  line-height: 1.215;
  text-transform: uppercase;
  color: #403F4B;
  margin-bottom: 15px;
}
.section-strategy .title .inner-box {
  margin: auto;
  max-width: 940px;
}
.section-strategy .title .inner-box p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.section-strategy .approach-points {
  margin-top: 70px;
}
.section-strategy .approach-points .img-box {
  border-radius: 100%;
  height: 400px;
  margin: auto;
  position: relative;
  width: 400px;
}
.section-strategy .approach-points .img-box-inner {
  animation: moving 5s infinite linear;
  border-radius: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 2;
}
.section-strategy .approach-points .img-box::after {
  position: absolute;
  content: "";
  animation: bordermoving 5s infinite linear;
  border-radius: 100%;
  border: 1px solid #707070;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.section-strategy .approach-points .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-strategy .approach-points .text {
  background-color: #ececec;
  color: #403F4B;
  padding: 40px;
}
.section-strategy .approach-points .text1 {
  background-color: #bed4f1;
}
.section-strategy .approach-points .text h3 {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 4.4px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.section-strategy .approach-points .text p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.6rem;
}

@media (max-width: 991px) {
  .section-strategy {
    padding: 50px 0;
  }
  .section-strategy .title h1 {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
  .section-strategy .order .col-12 {
    order: 2;
  }
  .section-strategy .order .col-12 + .col-12 {
    order: 1;
  }
  .section-strategy .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-strategy .approach-points .text {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .section-strategy .title .inner-box p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .section-strategy .approach-points .img-box {
    height: 280px;
    width: 280px;
  }
}/*# sourceMappingURL=strategy.css.map */