.cont-nav {
  grid-template-columns: repeat(3, 1fr);
}
.hss-feature-wrap {
  display: flex;
  justify-content: space-evenly;
  padding-top: 32px;
}
.hss-feature-wrap h1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 6px;
}
.hss-feature-wrap .feature-wrap-item {
  padding: 20px;
  width: 317px;
  display: flex;
  flex-direction: column;
}
.hss-feature-wrap .feature-wrap-item:hover {
  border-radius: 25px;
  box-shadow: 0 6px 15px 1px rgba(176, 184, 203, 0.26);
}
.hss-feature-img {
  width: 38px !important;
  height: 38px;
  margin-bottom: 24px;
}
