section.expert-field-section:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  content: ""; 
  background-color: #fff;
  z-index: 0;
}
section.expert-field-section {
    /* background-color: #120E30; */
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
section.expert-field-section .expert-field-row {
  padding: 85px 60px 50px;
  text-align: center;
  background-color: #4B4EFF;
  box-shadow: 20px 20px 80px #02043396;
  position: relative;
}
section.expert-field-section .expert-field-row h3 {
  color: #fff !important;
  margin:0;
  position:relative;
}
section.expert-field-section .expert-field-row .border {
  width: 148px;
  height: 4px;
  background-color: #fff;
  margin: 0 auto 24px;
  border-radius: 100px;
}
section.expert-field-section .expert-field-row .three-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 96px;
}
section.expert-field-section .expert-field-row .three-box .three-box-inner h4 {
  color: #fff !important;
  text-align: left;
  margin-bottom: 25px;
}
section.expert-field-section .expert-field-row .three-box .three-box-inner {
  width: calc(33.33% - 50px);
  margin-right: 75px;
}
section.expert-field-section .expert-field-row .three-box .three-box-inner:nth-child(3n) {
  margin-right: 0px;
}
section.expert-field-section .expert-field-row .three-box .three-box-inner .summary p {
  color: #fff !important;
  text-align: left;
  margin: 0px;
}
@media screen  and (max-width:1200px){
  section.expert-field-section .expert-field-row .three-box {
    margin-top: 50px;
  }
  section.expert-field-section .expert-field-row .three-box .three-box-inner {
    width: calc(50% - 30px);
    margin-right: 60px;
    margin-bottom: 60px;
  }
  section.expert-field-section .expert-field-row .three-box .three-box-inner:nth-child(2n) {
    margin-right: 0px;
  }
  section.expert-field-section .expert-field-row .three-box .three-box-inner:nth-child(3n) {
    margin-right: auto;
  }
}
@media screen  and (max-width:767px){
  section.human-field-section .human-field-row {
    padding: 50px 15px;
  }
  section.expert-field-section .expert-field-row {
    padding: 50px 20px 50px;
}
  section.expert-field-section .expert-field-row .three-box .three-box-inner {
    width: calc(100% - 0px);
    margin-right: 0px;
    margin-bottom: 60px;
  }
  section.expert-field-section .expert-field-row .three-box .three-box-inner:last-child {
    margin-bottom: 0px;
  }
