.feature_box {
  -webkit-box-shadow: 0px 25px 49px 0px rgba(58, 74, 88, 0.1);
  box-shadow: 0px 25px 49px 0px rgba(58, 74, 88, 0.1);
  border-radius: 2px;
  background: #fff;
  padding: 45px 0px;
  margin-top: -100px;
  z-index: 22;
  position: relative;
}

.feature_box .col-lg-4:last-child .c_box_item:before {
  display: none;
}

.box_item {
  padding: 0px 35px 0px 40px;
  position: relative;
}

.box_item:before {
  content: "";
  background: #e5e5e5;
  height: 145px;
  width: 1px;
  position: absolute;
  right: -15px;
  top: 0px;
}

.box_item h4 {
  font-size: 20px;
  color: #232d37;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 36px;
  padding-bottom: 10px;
  text-align: center;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.box_item i {
  padding-right: 10px;
  color: #4992D3;
  font-size: 40px;
  text-align: center;
  position: absolute;
  margin: 0px auto 10px auto;
  left: 0;
  right: 0;
  width: 100%;
}

.box_item h4:hover {
  color: #2bc0a4;
  cursor: pointer;
}

.box_item p {
  font-size: 14px;
  line-height: 26px;
  color: #51545f;
  text-align: center;
}

.offer_links
{
  color:#1A456B;
}

.offer_links:hover
{
  color:#85B7E2;
  text-decoration: none;
}

@media(max-width: 500px){
  .feature_box {
    margin-top: -0px;
  }
}