.so-widget-featured-card-default-a3f3a6a0c616-26 .featured-cards-wrapper {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .so-widget-featured-card-default-a3f3a6a0c616-26 .featured-cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .so-widget-featured-card-default-a3f3a6a0c616-26 .featured-cards-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.so-widget-featured-card-default-a3f3a6a0c616-26 .featured-cards-wrapper .featured-card.border {
  padding: 16px;
  box-shadow: 0px 4px 12px 0px #00000026;
  border-radius: 8px;
}
.so-widget-featured-card-default-a3f3a6a0c616-26 .featured-cards-wrapper .featured-card .featured-card-icon {
  text-align: left;
  margin-bottom: 12px;
}
.so-widget-featured-card-default-a3f3a6a0c616-26 .featured-cards-wrapper .featured-card .featured-card-icon img,
.so-widget-featured-card-default-a3f3a6a0c616-26 .featured-cards-wrapper .featured-card .featured-card-icon-inline img {
  max-width: 60px;
  height: auto;
}
.so-widget-featured-card-default-a3f3a6a0c616-26 .featured-cards-wrapper .featured-card .featured-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.so-widget-featured-card-default-a3f3a6a0c616-26 .featured-cards-wrapper .featured-card .featured-card-header.with-border {
  border-bottom: 1px solid #EAEAEB;
  padding-bottom: 10px;
}
.so-widget-featured-card-default-a3f3a6a0c616-26 .featured-cards-wrapper .featured-card .featured-card-icon-inline {
  margin-right: 15px;
}
.so-widget-featured-card-default-a3f3a6a0c616-26 .featured-cards-wrapper .featured-card .featured-card-header h4 {
  margin: 0;
}
.so-widget-featured-card-default-a3f3a6a0c616-26 .featured-cards-wrapper .featured-card .featured-card-body p:last-child {
  margin-bottom: 0;
}
.so-widget-featured-card-default-a3f3a6a0c616-26 .featured-cards-wrapper .featured-card .sow-icon-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.so-widget-featured-card-default-a3f3a6a0c616-26 .featured-cards-wrapper .featured-card .sow-icon-container .sow-icon-image {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
.so-widget-featured-card-default-a3f3a6a0c616-26 .featured-cards-wrapper .featured-card .sow-icon-container [class^="sow-icon-"] {
  font-size: 24px;
}