.productBox__Wrap {
  text-align:center;
  display:inline-block;
  float:left;
  width:33.33%;
  padding: 117px 10px 30px; 
}

.productBox__Content {
  /*   position:relative;
  border-radius:6px;
  background:#008632;
  height: 420px;
  padding:30px; */
}
.productBox__Content a {
  color:#fff; 
}
.productBox__Image {
  position:absolute;
  width:170px;
  height:170px;
  left:50%;
  top:-90px;
  transition: top .5s;
  margin-left:-78px;
  border-radius:50%;
  border: 5px solid #15D3C6;
}

.productBox__Title h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 0px;
  width: 100%;
  font-family: Montserrat, sans-serif;
  line-height: 27px;
}
.productBox__Title a {
  color:#fff; 
}

.productBox__Desc p {
  color: #fff;
  font-size: 18px;
  /* position: relative; */
  text-align: center;
  top: 100px;
  width: 100%;
  padding-bottom: 61px;
}
.productBox__Desc a {
  color:#fff; 
}
.service__section .productBox__Wrap.service__column a {
  text-decoration: none;
}
.productBox__Button {
  background: transparent;
  border: 2px solid #FFFFFF;
  bottom: 30px;
  box-shadow: 0 3px 6px #00000029;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  left: 45%;
  line-height: 36px;
  margin-left: -75px;
  position: absolute;
  text-align: center;
  width: 200px;
}  
.productBox__Content:hover .productBox__Button {
  background: #fff;
  color: #00857C !important;
}
.service__flex {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap; 
}
.productBox__Wrap.service__column {
  background: #008632;
  z-index: 1;
  position: relative;
  border-radius: 6px;
}
.productBox__Wrap.service__column:nth-child(3n+3) {
  margin-right: 0;
}

@media(min-width:1025px){
  .service__section {
    padding: 180px 20px 40px;
  }
  .productBox__Wrap.service__column {
    flex-basis: 32%;
    margin-right: 2%;
  }
  .productBox__Wrap.service__column:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media(min-width:768px) and (max-width: 1024px){
  .service__section {
    padding: 160px 20px 40px;
  }
  .productBox__Wrap.service__column {
    flex-basis: 48%;
    margin-right: 4%;
    margin-bottom: 140px;
  }
  .productBox__Wrap.service__column:nth-child(2n+2) {
    margin-right: 0px;
  }
}
@media(max-width:767px){
  .service__section {
    padding: 155px 20px 40px;
  }
  .productBox__Wrap.service__column {
    flex-basis: 100%;
    margin-bottom: 150px;
  }
  .productBox__Wrap.service__column:nth-last-child(1){
    margin-bottom: 0px;
  }
  @media(max-width:1245px){
    .productBox__Wrap {
      width:50%;
      float:center;
    }
  }
  @media(max-width:640px){
    .productBox__Wrap {
      width:100%;
    }
  }