#main.services {
  margin: 4.5rem 0rem;
}

@media screen and (min-width: 768px) {
  #main.services {
    margin: 6rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services {
    margin: 7.5rem 0rem;
  }
}

#main.services > .inner > .sec1 {
  height: auto;
  width: 100%;
}

#main.services > .inner > .sec1 > .inner {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
  padding: 0rem 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec1 > .inner {
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec1 > .inner {
    margin-bottom: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec1 > .inner {
    padding: 0rem 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec1 > .inner {
    padding: 0rem 2.5rem;
  }
}

#main.services > .inner > .sec1 > .inner > .lst {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

#main.services > .inner > .sec1 > .inner > .lst > .itm {
  padding: 0rem 0.75rem;
  height: auto;
  width: 1.4rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec1 > .inner > .lst > .itm {
    padding: 0rem 1rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec1 > .inner > .lst > .itm {
    padding: 0rem 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec1 > .inner > .lst > .itm {
    width: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec1 > .inner > .lst > .itm {
    width: 1.6rem;
  }
}

#main.services > .inner > .sec1 > .inner > .lst > .itm:not(:last-of-type) {
  margin-right: 2.25rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec1 > .inner > .lst > .itm:not(:last-of-type) {
    margin-right: 3rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec1 > .inner > .lst > .itm:not(:last-of-type) {
    margin-right: 3.75rem;
  }
}

#main.services > .inner > .sec1 > .inner > .lst > .itm > .lnk {
  height: auto;
  width: 100%;
  font-size: 1.68rem;
  letter-spacing: 0.05em;
  display: inline-block;
  white-space: nowrap;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec1 > .inner > .lst > .itm > .lnk {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec1 > .inner > .lst > .itm > .lnk {
    font-size: 1.92rem;
  }
}

#main.services > .inner > .sec1 > .inner > .lst > .itm > .lnk::after {
  content: '\f0d7';
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

#main.services > .inner > .sec1 > .inner > .lst > .itm > .lnk.hov {
  transition: opacity 0.35s;
}

#main.services > .inner > .sec1 > .inner > .lst > .itm > .lnk.hov:after {
  transition: transform 0.35s;
}

#main.services > .inner > .sec1 > .inner > .lst > .itm > .lnk.hov:hover {
  opacity: 0.5;
}

#main.services > .inner > .sec1 > .inner > .lst > .itm > .lnk.hov:hover:after {
  transform: translateY(0.25em);
}

#main.services > .inner > .sec2 {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 {
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 {
    margin-bottom: 7.5rem;
  }
}

#main.services > .inner > .sec2 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding: 0rem 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner {
    max-width: 76.8rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner {
    max-width: 100rem;
  }
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner {
    padding: 0rem 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner {
    padding: 0rem 2.5rem;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 7.5rem;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > [class^=box] {
  height: auto;
  width: 100%;
}

#main.services > .inner > .sec2 > .inner > .box1 > [class^=box]:not(:last-of-type) {
  margin-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box]:not(:last-of-type) {
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box]:not(:last-of-type) {
    margin-bottom: 7.5rem;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 {
  height: auto;
  width: 100%;
  padding: 3rem 0rem;
  align-items: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 {
    padding: 4rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 {
    padding: 5rem 0rem;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1::before {
  background: url("../images/bg_blk_1.png") #faf7e8;
  content: '';
  display: block;
  height: calc(100% + 4.5rem);
  left: calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1::before {
    height: calc(100% + 6rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1::before {
    height: calc(100% + 10rem);
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}

#main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box1 > .inner {
  height: auto;
  margin: 0 auto;
  position: relative;
  width: 2.52rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box1 > .inner {
    width: 3.3rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box1 > .inner {
    width: 4.16rem;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box1 > .inner > .phd {
  height: auto;
  width: 100%;
  color: #000000;
  display: inline-block;
  font-size: 2.52rem;
  height: auto;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box1 > .inner > .phd {
    font-size: 3.3rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box1 > .inner > .phd {
    font-size: 4.16rem;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box1 > .inner > .shd {
  height: auto;
  width: auto;
  bottom: 0;
  color: #000000;
  font-size: 1.12rem;
  right: -1rem;
  letter-spacing: 0.05em;
  position: absolute;
  transform: rotate(90deg);
  transform-origin: right bottom;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box1 > .inner > .shd {
    font-size: 1.5rem 0.85;
    right: -1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box1 > .inner > .shd {
    font-size: 1.44rem;
    right: -2rem;
  }
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box1 {
    margin-bottom: 0;
    width: calc(20% - 2rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box1 {
    width: calc(25% - 2.5rem);
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box2 {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box2 {
    width: calc(80% - 2rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box2 {
    width: calc(75% - 2.5rem);
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box2 > .box1 {
  height: auto;
  width: 100%;
}

#main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box2 > .box1 > .par {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box2 > .box1 > .par {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box2 > .box1 > .par {
    font-size: 1.6rem;
    line-height: 2;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box2 > .box2 {
  height: auto;
  width: 100%;
  margin-top: 3rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box2 > .box2 {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box2 > .box2 {
    margin-top: 5rem;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box2 > .box2::before {
  background-color: #303030;
  content: '';
  display: block;
  height: .1rem;
  left: 0;
  top: -1.5rem;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box2 > .box2::before {
    top: -2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box2 > .box2::before {
    top: -2.5rem;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box2 > .box2 > .phd {
  height: auto;
  width: 100%;
  font-size: 1.68rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box2 > .box2 > .phd {
    font-size: 1.8rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box2 > .box2 > .phd {
    font-size: 1.92rem;
    line-height: 2;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box2 > .box2 > .phd > .txt2 {
  font-size: .8em;
  margin-left: 2em;
}

#main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box2 > .box2 > .phd > .txt2 > .lnk.hov {
  transition: opacity 0.35s;
}

#main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box2 > .box2 > .phd > .txt2 > .lnk.hov:hover {
  opacity: 0.5;
}

#main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box2 > .box2 > .par {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box2 > .box2 > .par {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box2 > .box2 > .par {
    font-size: 1.6rem;
    line-height: 2;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box2 > .box2 > .par > [class^=txt] {
  display: inline-block;
}

#main.services > .inner > .sec2 > .inner > .box1 > [class^=box] > .box1 > .box2 > .box2 > .par > [class^=txt]:not(:last-of-type) {
  margin-right: 1em;
}

#main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 {
  height: auto;
  width: 100%;
  background-color: #ffffff;
  padding: 3rem 0;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 {
    padding: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 {
    padding: 5rem;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box1, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box1, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 2.25rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box1, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box1, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box1 {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box1, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box1, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box1 {
    margin-bottom: 3.75rem;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box1 > .phd, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box1 > .phd, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box1 > .phd {
  height: auto;
  width: 100%;
  font-size: 2.24rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #000000;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box1 > .phd, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box1 > .phd, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box1 > .phd {
    font-size: 2.4rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box1 > .phd, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box1 > .phd, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box1 > .phd {
    font-size: 2.56rem;
    line-height: 2;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 {
  height: auto;
  width: 100%;
}

#main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box], #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box], #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box] {
  height: auto;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box]:not(:last-of-type), #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box]:not(:last-of-type), #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box]:not(:last-of-type) {
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box]:not(:last-of-type), #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box]:not(:last-of-type), #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box]:not(:last-of-type), #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box]:not(:last-of-type), #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 5rem;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box] > .box1, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box] > .box1, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box] > .box1 {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box] > .box1, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box] > .box1, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box] > .box1 {
    width: 50%;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box] > .box1 > .img, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box] > .box1 > .img, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box] > .box1 > .img {
  height: auto;
  width: 100%;
  display: block;
}

#main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box] > .box2, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box] > .box2, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box] > .box2 {
  height: auto;
  width: 100%;
  padding: 1.5rem 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box] > .box2, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box] > .box2, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box] > .box2 {
    padding: 2rem 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box] > .box2, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box] > .box2, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box] > .box2 {
    padding: 2.5rem 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box] > .box2, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box] > .box2, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box] > .box2 {
    width: 50%;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box] > .box2 > .phd, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box] > .box2 > .phd, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box] > .box2 > .phd {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  color: #000000;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box] > .box2 > .phd, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box] > .box2 > .phd, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box] > .box2 > .phd {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box] > .box2 > .phd, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box] > .box2 > .phd, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box] > .box2 > .phd {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box] > .box2 > .phd, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box] > .box2 > .phd, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box] > .box2 > .phd {
    font-size: 3.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box] > .box2 > .phd, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box] > .box2 > .phd, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box] > .box2 > .phd {
    font-size: 4rem;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box] > .box2 > .par, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box] > .box2 > .par, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box] > .box2 > .par {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box] > .box2 > .par, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box] > .box2 > .par, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box] > .box2 > .par {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box] > .box2 > .par, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box] > .box2 > .par, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box] > .box2 > .par {
    font-size: 1.6rem;
    line-height: 2;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box] > .box2 > .par:not(:last-of-type), #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box] > .box2 > .par:not(:last-of-type), #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box] > .box2 > .par:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box] > .box2 > .par:not(:last-of-type), #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box] > .box2 > .par:not(:last-of-type), #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box] > .box2 > .par:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box] > .box2 > .par:not(:last-of-type), #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box] > .box2 > .par:not(:last-of-type), #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box] > .box2 > .par:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box].ani, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box].ani, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box].ani {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.7s, transform 0.7s;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box].ani, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box].ani, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box].ani {
    transform: translateY(2rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box].ani, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box].ani, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box].ani {
    transform: translateY(2.5rem);
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > .box1 > .box2 > .box2 > [class^=box].ani.view, #main.services > .inner > .sec2 > .inner > .box1 > .box2 > .box2 > .box2 > [class^=box].ani.view, #main.services > .inner > .sec2 > .inner > .box1 > .box3 > .box2 > .box2 > [class^=box].ani.view {
  opacity: 1;
  transform: translateY(0);
}

#main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
  background-color: #f8f4e6;
  padding: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box2 {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box2 {
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box2 {
    padding: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box2 {
    padding: 5rem;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box2 > .lst {
  margin: -0.75rem -0.75rem;
  display: flex;
  height: auto;
  flex-wrap: wrap;
  width: calc(100% + 1.5rem);
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box2 > .lst {
    margin: -1rem -1rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box2 > .lst {
    margin: -1.25rem -1.25rem;
  }
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box2 > .lst {
    width: calc(100% + 2rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box2 > .lst {
    width: calc(100% + 2.5rem);
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box2 > .lst > .itm {
  height: auto;
  width: 100%;
  padding: 0.75rem 0.75rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box2 > .lst > .itm {
    padding: 1rem 1rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box2 > .lst > .itm {
    padding: 1.25rem 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box2 > .lst > .itm {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box2 > .lst > .itm {
    width: 33.333%;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box2 > .lst > .itm > .txt {
  height: 100%;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.44;
  padding: 0.75rem 0.75rem;
  background-color: #ffffff;
  color: #000000;
  display: block;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box2 > .lst > .itm > .txt {
    font-size: 1.5rem;
    line-height: 1.52;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box2 > .lst > .itm > .txt {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box2 > .lst > .itm > .txt {
    padding: 1rem 1rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box2 > .lst > .itm > .txt {
    padding: 1.25rem 1.25rem;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box3 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box3 > [class^=box] {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box3 > [class^=box] {
    width: calc(50% - 2rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box3 > [class^=box] {
    width: calc(50% - 2.5rem);
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box3 > [class^=box]:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box3 > [class^=box]:not(:last-of-type) {
    margin-bottom: 0;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box3 > [class^=box] > .img {
  height: auto;
  width: 100%;
  display: block;
}

#main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box3.ani > [class^=box] {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.7s, transform 0.7s;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box3.ani > [class^=box] {
    transform: translateY(2rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box3.ani > [class^=box] {
    transform: translateY(2.5rem);
  }
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box3.ani > [class^=box].box2 {
    transition-delay: 0.5s;
  }
}

#main.services > .inner > .sec2 > .inner > .box1 > .box4 > .box3.ani.view > [class^=box] {
  opacity: 1;
  transform: translateY(0);
}

#main.services > .inner > .sec2 > .inner > .box2 {
  height: auto;
  width: 100%;
  padding: 4.5rem 0rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box2 {
    padding: 6rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box2 {
    padding: 7.5rem 0rem;
  }
}

#main.services > .inner > .sec2 > .inner > .box2::before {
  background: url("../images/bg_blk_3.png") #223a70;
  content: '';
  display: block;
  height: 100%;
  left: calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

#main.services > .inner > .sec2 > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box1 {
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box1 {
    margin-bottom: 7.5rem;
  }
}

#main.services > .inner > .sec2 > .inner > .box2 > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
}

#main.services > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .inner {
  height: auto;
  margin: 0 auto;
  position: relative;
  width: 2.52rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .inner {
    width: 3.3rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .inner {
    width: 4.16rem;
  }
}

#main.services > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .inner > .phd {
  height: auto;
  width: 100%;
  color: #ffffff;
  display: inline-block;
  font-size: 2.52rem;
  height: auto;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .inner > .phd {
    font-size: 3.3rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .inner > .phd {
    font-size: 4.16rem;
  }
}

#main.services > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .inner > .shd {
  height: auto;
  width: auto;
  bottom: 0;
  color: #ffffff;
  font-size: 1.12rem;
  right: -1rem;
  letter-spacing: 0.05em;
  position: absolute;
  transform: rotate(90deg);
  transform-origin: right bottom;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .inner > .shd {
    font-size: 1.5rem 0.85;
    right: -1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .inner > .shd {
    font-size: 1.44rem;
    right: -2rem;
  }
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box1 > .box1 {
    margin-bottom: 0;
    width: calc(20% - 2rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box1 > .box1 {
    width: calc(25% - 2.5rem);
  }
}

#main.services > .inner > .sec2 > .inner > .box2 > .box1 > .box2 {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box1 > .box2 {
    width: calc(80% - 2rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box1 > .box2 {
    width: calc(75% - 2.5rem);
  }
}

#main.services > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > .par1 {
  height: auto;
  width: 100%;
  font-size: 2.24rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > .par1 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > .par1 {
    font-size: 2.56rem;
  }
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > .par1 {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > .par1 {
    margin-bottom: 2.5rem;
  }
}

#main.services > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > .par2 {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > .par2 {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > .par2 {
    font-size: 1.6rem;
    line-height: 2;
  }
}

#main.services > .inner > .sec2 > .inner > .box2 > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box2 {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box2 {
    margin-bottom: 5rem;
  }
}

#main.services > .inner > .sec2 > .inner > .box2 > .box2 > [class^=box] {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box2 > [class^=box] {
    width: calc(50% - 2rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box2 > [class^=box] {
    width: calc(50% - 2.5rem);
  }
}

#main.services > .inner > .sec2 > .inner > .box2 > .box2 > [class^=box]:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 0;
  }
}

#main.services > .inner > .sec2 > .inner > .box2 > .box2 > [class^=box] > .img {
  height: auto;
  width: 100%;
  display: block;
}

#main.services > .inner > .sec2 > .inner > .box2 > .box2.ani > [class^=box] {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.7s, transform 0.7s;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box2.ani > [class^=box] {
    transform: translateY(2rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box2.ani > [class^=box] {
    transform: translateY(2.5rem);
  }
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box2.ani > [class^=box].box2 {
    transition-delay: 0.5s;
  }
}

#main.services > .inner > .sec2 > .inner > .box2 > .box2.ani.view > [class^=box] {
  opacity: 1;
  transform: translateY(0);
}

#main.services > .inner > .sec2 > .inner > .box2 > .box3 {
  height: auto;
  width: 100%;
}

#main.services > .inner > .sec2 > .inner > .box2 > .box3 > .par {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box3 > .par {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box3 > .par {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box3 > .par {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box3 > .par {
    font-size: 1.6rem;
    line-height: 2;
  }
}

#main.services > .inner > .sec2 > .inner > .box2 > .box3 > .lst {
  height: auto;
  width: 100%;
}

#main.services > .inner > .sec2 > .inner > .box2 > .box3 > .lst > .itm {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #ffffff;
  padding-left: 1.5em;
  position: relative;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box3 > .lst > .itm {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec2 > .inner > .box2 > .box3 > .lst > .itm {
    font-size: 1.6rem;
    line-height: 2;
  }
}

#main.services > .inner > .sec2 > .inner > .box2 > .box3 > .lst > .itm > .num {
  left: 0;
  position: absolute;
  top: 0;
}

#main.services > .inner > .sec3 {
  height: auto;
  width: 100%;
}

#main.services > .inner > .sec3 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding: 0rem 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner {
    max-width: 76.8rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner {
    max-width: 100rem;
  }
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner {
    padding: 0rem 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner {
    padding: 0rem 2.5rem;
  }
}

#main.services > .inner > .sec3 > .inner > .box1 {
  height: auto;
  width: 100%;
  padding-top: 7.5rem;
  position: relative;
  margin-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box1 {
    padding-top: 10rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box1 {
    padding-top: 12.5rem;
  }
}

#main.services > .inner > .sec3 > .inner > .box1::after {
  background-color: #000000;
  content: '';
  display: block;
  height: 6.75rem;
  left: 50%;
  position: absolute;
  top: 0;
  width: .1rem;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box1::after {
    height: 9rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box1::after {
    height: 11.25rem;
  }
}

#main.services > .inner > .sec3 > .inner > .box1 > .phd {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  color: #000000;
  font-size: 2.24rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box1 > .phd {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box1 > .phd {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box1 > .phd {
    font-size: 2.7rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box1 > .phd {
    font-size: 3.2rem;
  }
}

#main.services > .inner > .sec3 > .inner > .box1 > .shd {
  height: auto;
  width: 100%;
  color: #000000;
  text-align: center;
  font-size: 0.98rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box1 > .shd {
    font-size: 1.5rem 0.8;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box1 > .shd {
    font-size: 1.44rem;
  }
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box1 {
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box1 {
    margin-bottom: 7.5rem;
  }
}

#main.services > .inner > .sec3 > .inner > .box2 {
  height: auto;
  width: 100%;
}

#main.services > .inner > .sec3 > .inner > .box2 > [class^=box] {
  height: auto;
  width: 100%;
}

#main.services > .inner > .sec3 > .inner > .box2 > [class^=box]:not(:last-of-type) {
  margin-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 8rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 10rem;
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box1 {
  height: auto;
  width: 100%;
  padding: 3rem 0rem;
  align-items: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box1 {
    padding: 4rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box1 {
    padding: 5rem 0rem;
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box1::before {
  background: url("../images/bg_blk_1.png") #faf7e8;
  content: '';
  display: block;
  height: calc(100% + 4.5rem);
  left: calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box1::before {
    height: calc(100% + 6rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box1::before {
    height: calc(100% + 10rem);
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
}

#main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box1 > .box1 > .inner {
  height: auto;
  margin: 0 auto;
  position: relative;
  width: 2.52rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box1 > .box1 > .inner {
    width: 3.3rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box1 > .box1 > .inner {
    width: 4.16rem;
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box1 > .box1 > .inner > .phd {
  height: auto;
  width: 100%;
  color: #000000;
  display: inline-block;
  font-size: 2.52rem;
  height: auto;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box1 > .box1 > .inner > .phd {
    font-size: 3.3rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box1 > .box1 > .inner > .phd {
    font-size: 4.16rem;
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box1 > .box1 > .inner > .shd {
  height: auto;
  width: auto;
  bottom: 0;
  color: #000000;
  font-size: 1.12rem;
  right: -1rem;
  letter-spacing: 0.05em;
  position: absolute;
  transform: rotate(90deg);
  transform-origin: right bottom;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box1 > .box1 > .inner > .shd {
    font-size: 1.5rem 0.85;
    right: -1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box1 > .box1 > .inner > .shd {
    font-size: 1.44rem;
    right: -2rem;
  }
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box1 > .box1 {
    margin-bottom: 0;
    width: calc(20% - 2rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box1 > .box1 {
    width: calc(25% - 2.5rem);
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box1 > .box2 {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box1 > .box2 {
    width: calc(80% - 2rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box1 > .box2 {
    width: calc(75% - 2.5rem);
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box1 > .box2 > .par {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box1 > .box2 > .par {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box1 > .box2 > .par {
    font-size: 1.6rem;
    line-height: 2;
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box2 {
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box2 {
    margin-bottom: 7.5rem;
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box2 > .img {
  height: auto;
  width: 100%;
  display: block;
}

#main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box2.ani {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.7s, transform 0.7s;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box2.ani {
    transform: translateY(2rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box2.ani {
    transform: translateY(2.5rem);
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > [class^=box] > .box2.ani.view {
  opacity: 1;
  transform: translateY(0);
}

#main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 {
  height: auto;
  width: 100%;
}

#main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box1 {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box1 {
    margin-bottom: 5rem;
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box1 > .phd {
  height: auto;
  width: 100%;
  font-size: 1.96rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box1 > .phd {
    font-size: 2.1rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box1 > .phd {
    font-size: 2.24rem;
    line-height: 2;
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box] {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box] {
    width: calc(50% - 2rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box] {
    width: calc(50% - 2.5rem);
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box]:not(:last-of-type) {
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 5rem;
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box] > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box] > .box1 {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box] > .box1 {
    margin-bottom: 2.5rem;
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box] > .box1 > [class^=box] {
  width: calc(50% - .2rem);
}

#main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box] > .box1 > [class^=box]:not(:first-of-type) {
  position: relative;
}

#main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box] > .box1 > [class^=box]:not(:first-of-type):after {
  height: auto;
  width: auto;
  border-bottom: 1rem solid transparent;
  border-left: 1rem solid #ffffff;
  border-right: 1rem solid transparent;
  border-top: 1rem solid transparent;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: calc(50% - 1rem);
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box] > .box1 > [class^=box]:not(:first-of-type):after {
    border-bottom: 1.25rem solid transparent;
    border-left: 1.25rem solid #ffffff;
    border-right: 1.25rem solid transparent;
    border-top: 1.25rem solid transparent;
    top: calc(50% - 1.25rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box] > .box1 > [class^=box]:not(:first-of-type):after {
    border-bottom: 1.5rem solid transparent;
    border-left: 1.5rem solid #ffffff;
    border-right: 1.5rem solid transparent;
    border-top: 1.5rem solid transparent;
    top: calc(50% - 1.5rem);
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box] > .box1 > [class^=box] > .img {
  height: auto;
  width: 100%;
  display: block;
}

#main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box] > .box2 {
  height: auto;
  width: 100%;
}

#main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box] > .box2 > .phd {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1.68rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box] > .box2 > .phd {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box] > .box2 > .phd {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box] > .box2 > .phd {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box] > .box2 > .phd {
    font-size: 1.92rem;
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box] > .box2 > .par {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box] > .box2 > .par {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box] > .box2 > .par {
    font-size: 1.6rem;
    line-height: 2;
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box] > .box2 > .par:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box] > .box2 > .par:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3 > .box2 > [class^=box] > .box2 > .par:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3.ani {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.7s, transform 0.7s;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3.ani {
    transform: translateY(2rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3.ani {
    transform: translateY(2.5rem);
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > .box1 > .box3.ani.view {
  opacity: 1;
  transform: translateY(0);
}

#main.services > .inner > .sec3 > .inner > .box2 > .box2 > .box3 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#main.services > .inner > .sec3 > .inner > .box2 > .box2 > .box3 > [class^=box] {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box2 > .box3 > [class^=box] {
    width: calc(50% - 2rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box2 > .box3 > [class^=box] {
    width: calc(50% - 2.5rem);
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > .box2 > .box3 > [class^=box]:not(:last-of-type) {
  margin-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box2 > .box3 > [class^=box]:not(:last-of-type) {
    margin-bottom: 0;
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > .box2 > .box3 > [class^=box] > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box2 > .box3 > [class^=box] > .box1 {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box2 > .box3 > [class^=box] > .box1 {
    margin-bottom: 2.5rem;
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > .box2 > .box3 > [class^=box] > .box1 > [class^=box] {
  width: calc(50% - .2rem);
}

#main.services > .inner > .sec3 > .inner > .box2 > .box2 > .box3 > [class^=box] > .box1 > [class^=box]:not(:first-of-type) {
  position: relative;
}

#main.services > .inner > .sec3 > .inner > .box2 > .box2 > .box3 > [class^=box] > .box1 > [class^=box]:not(:first-of-type):after {
  height: auto;
  width: auto;
  border-bottom: 1rem solid transparent;
  border-left: 1rem solid #ffffff;
  border-right: 1rem solid transparent;
  border-top: 1rem solid transparent;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: calc(50% - 1rem);
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box2 > .box3 > [class^=box] > .box1 > [class^=box]:not(:first-of-type):after {
    border-bottom: 1.25rem solid transparent;
    border-left: 1.25rem solid #ffffff;
    border-right: 1.25rem solid transparent;
    border-top: 1.25rem solid transparent;
    top: calc(50% - 1.25rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box2 > .box3 > [class^=box] > .box1 > [class^=box]:not(:first-of-type):after {
    border-bottom: 1.5rem solid transparent;
    border-left: 1.5rem solid #ffffff;
    border-right: 1.5rem solid transparent;
    border-top: 1.5rem solid transparent;
    top: calc(50% - 1.5rem);
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > .box2 > .box3 > [class^=box] > .box1 > [class^=box] > .img {
  height: auto;
  width: 100%;
  display: block;
}

#main.services > .inner > .sec3 > .inner > .box2 > .box2 > .box3 > [class^=box] > .box2 {
  height: auto;
  width: 100%;
}

#main.services > .inner > .sec3 > .inner > .box2 > .box2 > .box3 > [class^=box] > .box2 > .phd {
  height: auto;
  width: 100%;
  font-size: 1.68rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box2 > .box3 > [class^=box] > .box2 > .phd {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box2 > .box3 > [class^=box] > .box2 > .phd {
    font-size: 1.92rem;
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > .box2 > .box3.ani {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.7s, transform 0.7s;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box2 > .box3.ani {
    transform: translateY(2rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box2 > .box3.ani {
    transform: translateY(2.5rem);
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > .box2 > .box3.ani.view {
  opacity: 1;
  transform: translateY(0);
}

#main.services > .inner > .sec3 > .inner > .box2 > .box3 > .box3 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#main.services > .inner > .sec3 > .inner > .box2 > .box3 > .box3 > [class^=box] {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box3 > .box3 > [class^=box] {
    width: calc(50% - 2rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box3 > .box3 > [class^=box] {
    width: calc(50% - 2.5rem);
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > .box3 > .box3 > [class^=box]:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box3 > .box3 > [class^=box]:not(:last-of-type) {
    margin-bottom: 0;
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > .box3 > .box3 > [class^=box] > [class^=box] {
  width: calc(50% - .2rem);
}

#main.services > .inner > .sec3 > .inner > .box2 > .box3 > .box3 > [class^=box] > [class^=box]:not(:first-of-type) {
  position: relative;
}

#main.services > .inner > .sec3 > .inner > .box2 > .box3 > .box3 > [class^=box] > [class^=box]:not(:first-of-type):after {
  height: auto;
  width: auto;
  border-bottom: 1rem solid transparent;
  border-left: 1rem solid #ffffff;
  border-right: 1rem solid transparent;
  border-top: 1rem solid transparent;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: calc(50% - 1rem);
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box3 > .box3 > [class^=box] > [class^=box]:not(:first-of-type):after {
    border-bottom: 1.25rem solid transparent;
    border-left: 1.25rem solid #ffffff;
    border-right: 1.25rem solid transparent;
    border-top: 1.25rem solid transparent;
    top: calc(50% - 1.25rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box3 > .box3 > [class^=box] > [class^=box]:not(:first-of-type):after {
    border-bottom: 1.5rem solid transparent;
    border-left: 1.5rem solid #ffffff;
    border-right: 1.5rem solid transparent;
    border-top: 1.5rem solid transparent;
    top: calc(50% - 1.5rem);
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > .box3 > .box3 > [class^=box] > [class^=box] > .img {
  height: auto;
  width: 100%;
  display: block;
}

#main.services > .inner > .sec3 > .inner > .box2 > .box3 > .box3.ani {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.7s, transform 0.7s;
}

@media screen and (min-width: 768px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box3 > .box3.ani {
    transform: translateY(2rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.services > .inner > .sec3 > .inner > .box2 > .box3 > .box3.ani {
    transform: translateY(2.5rem);
  }
}

#main.services > .inner > .sec3 > .inner > .box2 > .box3 > .box3.ani.view {
  opacity: 1;
  transform: translateY(0);
}

/*# sourceMappingURL=services.css.map */