.so-widget-cards-widget-default-d75171398898-361 .cards-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.so-widget-cards-widget-default-d75171398898-361 .cards-header-container {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .so-widget-cards-widget-default-d75171398898-361 .cards-header-container {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .so-widget-cards-widget-default-d75171398898-361 .cards-header-container {
    padding-bottom: 40px;
  }
}
.so-widget-cards-widget-default-d75171398898-361 .cards-header {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
}
.so-widget-cards-widget-default-d75171398898-361 .cards-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-top: 0;
}
.so-widget-cards-widget-default-d75171398898-361 .cards {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  grid-gap: 60px;
}
@media screen and (min-width: 768px) {
  .so-widget-cards-widget-default-d75171398898-361 .cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .so-widget-cards-widget-default-d75171398898-361 .cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.so-widget-cards-widget-default-d75171398898-361 .card-wrapper {
  position: relative;
  display: flex;
  min-height: 215px;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1024px) {
  .so-widget-cards-widget-default-d75171398898-361 .card-wrapper:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  }
  .so-widget-cards-widget-default-d75171398898-361 .card-wrapper:hover .card-background-image {
    transform: scale(1.05);
  }
}
.so-widget-cards-widget-default-d75171398898-361 .card-background-image {
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  transition: transform linear 0.2s;
  transform-origin: center center;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
}
.so-widget-cards-widget-default-d75171398898-361 .card-overlay {
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  border-radius: 10px;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.so-widget-cards-widget-default-d75171398898-361 .card-content-container {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.so-widget-cards-widget-default-d75171398898-361 .card-header {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  font-weight: 400;
}
.so-widget-cards-widget-default-d75171398898-361 .cards-button-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .so-widget-cards-widget-default-d75171398898-361 .cards-button-container {
    padding-top: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .so-widget-cards-widget-default-d75171398898-361 .cards-button-container {
    padding-top: 40px;
  }
}
.so-widget-cards-widget-default-d75171398898-361 .cards-button {
  font-weight: 700;
  text-transform: uppercase;
}