a, a:hover {
  text-decoration: none !important;
}
a *, a *:hover, a:hover *, a:hover *:hover {
  text-decoration: none !important;
}
a .grey-text-only-card, a:hover .grey-text-only-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  overflow: hidden;
  align-items: center;
  background-color: #F8F8F8;
  border-radius: 5px;
  padding: 35px;
  min-height: 388px;
  position: relative;
  text-decoration: none !important;
}
a .grey-text-only-card:hover, a:hover .grey-text-only-card:hover {
  border: 2px solid #027979;
}
a .grey-text-only-card .card-title, a:hover .grey-text-only-card .card-title {
  margin-top: 0;
  padding: 0 0 10px 0;
  border-bottom: 5px solid #027979;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none !important;
}
a .grey-text-only-card .card-title h2, a:hover .grey-text-only-card .card-title h2 {
  color: #333;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
  text-wrap: balance;
  word-wrap: break-word;
  white-space: normal;
  text-decoration: none !important;
}
a .grey-text-only-card .card-title h2:hover, a:hover .grey-text-only-card .card-title h2:hover {
  text-decoration: none !important;
}
@media (max-width: 960px) {
  a .grey-text-only-card .card-title, a:hover .grey-text-only-card .card-title {
    font-size: 20px;
    line-height: 25px;
  }
}
a .grey-text-only-card .module-body, a:hover .grey-text-only-card .module-body {
  position: relative;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: space-between;
}
a .grey-text-only-card .module-body p, a:hover .grey-text-only-card .module-body p {
  color: #000;
  font-size: 19px;
  line-height: 27px;
  padding-right: 20px;
  margin: 15px 0;
  font-weight: 400;
  text-align: center;
}

/*# sourceMappingURL=frontend.css.map */
