.so-widget-widget-cards-front-5280522be967-5805 .widget-cards {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.so-widget-widget-cards-front-5280522be967-5805 .widget-cards a {
  display: contents;
}
.so-widget-widget-cards-front-5280522be967-5805 .widget-cards a:hover .card-item-overlay {
  opacity: 0.25;
  box-shadow: 0 0 20px 0 #000;
}
.so-widget-widget-cards-front-5280522be967-5805 .widget-card-item {
  background: white;
  display: flex;
  margin-right: -1px;
  margin-top: -1px;
  padding: 0px;
  height: auto;
  position: relative;
  filter: none;
}
.so-widget-widget-cards-front-5280522be967-5805 .widget-card-item:before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 100%;
  width: 0;
}
.so-widget-widget-cards-front-5280522be967-5805 .widget-card-item:hover {
  filter: none;
}
.so-widget-widget-cards-front-5280522be967-5805 .card-item-container {
  border: 1px solid #e0e0e0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.so-widget-widget-cards-front-5280522be967-5805 .card-item-wrapper {
  vertical-align: top;
}
.so-widget-widget-cards-front-5280522be967-5805 .card-item-content {
  color: #000000;
  text-align: left;
  padding: 1em;
}
.so-widget-widget-cards-front-5280522be967-5805 .card-item-content ul {
  margin: 0;
}
.so-widget-widget-cards-front-5280522be967-5805 .card-item-content .card-title {
  font-size: 1.5em;
  line-height: 120%;
}
.so-widget-widget-cards-front-5280522be967-5805 .card-item-content .card-sub-title {
  color: #ffffff;
  font-size: 0.8em;
  margin-top: 8px;
}
.so-widget-widget-cards-front-5280522be967-5805 .card-item-content .card-content {
  color: #000000;
  font-size: 1em;
}
.so-widget-widget-cards-front-5280522be967-5805 .card-item-overlay {
  background-color: #1326f7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
}
.so-widget-widget-cards-front-5280522be967-5805 .card-image {
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 180px;
  width: 100%;
}