.main-content {
  padding-bottom: 150px;
}

#feature .feature__sub__title {
  margin: 107px 0 43px;
}
#feature .feature__sub__title2 {
  margin: 107px 0 42px;
}
#feature .feature__row2 {
  justify-content: space-between;
}
#feature .feature__row2__text {
  max-width: 100%;
  width: 420px;
}
#feature .feature__row2__main {
  width: 420px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 31px;
  background: #ecf0f1;
  padding-bottom: 18px;
  border-radius: 10px;
}
#feature .feature__row2__main p {
  height: 50px;
  line-height: 55px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  text-align: center;
  margin-bottom: 12px;
}
#feature .feature__row2__main p:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 24px;
  height: 12px;
  transform: translateX(-50%);
  background: #0071bb;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#feature .feature__row2__main p:last-child:before {
  display: none;
}
#feature .feature__sub__title3 {
  margin: 108px 0 42px;
}
#feature .row {
  justify-content: space-between;
}
#feature .row .photo {
  width: 420px;
  max-width: 100%;
}
#feature .row .text {
  width: 420px;
  margin-top: -4px;
  font-weight: 400;
  max-width: 100%;
}

/*--------------------------------------
  smartphone
--------------------------------------*/
@media only screen and (max-width: 560px) {
  .main-content {
    padding-bottom: 90px;
  }
  #feature .row {
    gap: 40px;
  }
  #feature .row .text,
  #feature .row .photo {
    width: auto;
  }
  #feature .feature__sub__title {
    margin: 97px 0 57px;
  }
  #feature .feature__sub__title2 {
    margin: 87px 0 52px;
  }
  #feature .feature__row {
    gap: 70px;
  }
  #feature .feature__row2__text {
    width: 100%;
  }
  #feature .feature__row2__main {
    width: 100%;
  }
  #feature .feature__sub__title3 {
    margin: 98px 0 56px;
  }
}

/*# sourceMappingURL=global-talent.css.map */
