.feature-box-1 {
  padding: 32px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.09);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  /* border-radius: 10px; */
  overflow: hidden;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  display: flex;
  align-items: center;
  vertical-align: middle;
  height: 150px;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  border-style: solid;
  border-width: 0.15px;
  border-color: rgba(5, 5, 5, 0.15);
  /* padding: auto 0; */
  /* top: 0; */
}

.personalVerification .feature-box-1 {
  height: 180px;
}
@media (max-width: 576px) {
  .personalVerification .feature-box-1 {
    height: 220px;
  }
  .feature-box-1 {
    padding: 12px;
  }
  .feature-box-1 .col-3 {
    padding-right: 20px !important;
  }
}

.feature-box-1 * {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1 .icon {
  width: 70px;
  height: 70px;
  /* line-height: 70px; */
  /* background: #5533ff; */
  background: #4e4cfd;
  /* color: #ffffff; */
  text-align: center;
  border-radius: 50%;
  /* margin-top: 20px; */
  /* margin: auto; */
  /* margin-bottom: 22px; */
  font-size: 27px;
}
.feature-box-1:hover .icon {
  /* color: #1c77ac; */
  background: #ffffff;
}
.feature-box-1 .icon img {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1) brightness(1000);
}
.feature-box-1:hover .icon img {
  filter: invert(0);
}

.feature-box-1 .icon i {
  line-height: 70px;
}
.feature-box-1 h5 {
  color: #000;
  font-weight: 600;
}
.feature-box-1 p {
  margin: 0;
  font-size: 0.95em;
}
.feature-box-1 li {
  font-size: 0.95em;
}
.feature-box-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  /* border-radius: 10px; */
  width: 0;
  /* background: #5533ff; */
  background: #4e4cfd;
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1:hover {
  top: -5px;
}
.feature-box-1:hover h5 {
  color: #ffffff;
}
.feature-box-1:hover p {
  color: rgba(255, 255, 255, 0.8);
}
.feature-box-1:hover li {
  color: rgba(255, 255, 255, 0.8);
}
.feature-box-1:hover:after {
  width: 100%;
  height: 100%;
  /* border-radius: 10px; */
  left: 0;
  right: auto;
}
.section {
  padding: 100px 0;
  position: relative;
}
.section-title {
  padding-bottom: 45px;
}
.section-title h2 {
  font-weight: 400;
  /* color: #5533ff; */
  color: #4e4cfd;
  font-size: 1.3rem;
  text-align: center;
  /* margin: 0 0 15px; */
  /* border-left: 5px solid #fc5356; */
  /* padding-left: 15px; */
}
