.sr-one-col-features-01 .media {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}

.sr-one-col-features-01 .link-wrapper:last-child {
  border: none;
}

.sr-one-col-features-01 .link-wrapper a {
  color: inherit;
  display: block;
}

.sr-one-col-features-01 .link-wrapper a:hover {
  box-shadow: 15px 25px 60px 0 rgb(0 0 0 / 10%);
}
.sr-one-col-features-01 .link-wrapper {
  display: block;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 0;
}
@media (min-width: 768px) {
  .sr-one-col-features-01 .link-wrapper {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
  .sr-one-col-features-01 .link-wrapper .media {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 100%;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .sr-one-col-features-01 .link-wrapper {
    width: 100%;
    margin: 0.5rem 0;
  }
}


}