.main_link_item {
  display: block;
  margin-bottom: 5px;
}

.no-top-minus {
  margin-top: 30px;
}

.main_link_wrapper ul {
  padding-left: 18px;
}
.main_link_wrapper ul a {
  font-size: 16px;
  line-height: 24px;
  color: #656668;
}

.main_link_wrapper .hero-feature {
  background-color: #fff;
  box-shadow: 0 8px 20px rgb(0 0 0 / 6%);
}

.main_link_wrapper .hero-feature__description {
  height: inherit;
}

.main_link_wrapper .hero-feature {
  padding-bottom: 28px;
}
.hero-section__features.no-top-minus .col-4 {
  margin-bottom: 15px;
}

@media (max-width: 799.98px) {
  .hero-section__features.no-top-minus {
    display: block;
  }
  .hero-section__features.no-top-minus .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
