.wgt-icon-cards.set-of-solutions-section {
  width: 85%;
  margin: auto auto 140px;
  max-width: 2000px;
}
.wgt-icon-cards.set-of-solutions-section .text-center {
  max-width: 730px;
  margin: auto auto 2.5rem;
  color: black;
}
.wgt-icon-cards .platform-solutions-cards {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 50px;
}
.wgt-icon-cards .s-card {
  border-radius: 0.625rem;
  border: 1px solid #f6f6f6;
  background: var(--grayscale-color-5);
  box-shadow: 0 6px 20px -20px rgba(32, 29, 39, 0.04);

  display: flex;
  width: calc(50% - 50px);
  padding: 0.625rem 0.625rem 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  flex-grow: 1;
}
.wgt-icon-cards .s-card:last-child {
  max-width: calc(50% - 25px);
}
.wgt-icon-cards .s-card :is(h1, h2, h3, h4, h5, h6) {
  width: 80%;
  color: black;
  font-size: 1.5rem;
}
.wgt-icon-cards .s-card p {
  color: var(--grayscale-color-2);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  width: 80%;
}
.wgt-icon-cards .s-card a {
  width: fit-content;
  color: var(--primary-color-1);
  font-weight: 500;
  line-height: 140%;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.wgt-icon-cards .s-card a:hover {
  color: #9160f3;
}
.wgt-icon-cards .s-card img {
  width: 100%;
  height: auto;
  margin-bottom: 1.25rem;
}
@media (max-width: 1100px) {
  .wgt-icon-cards .s-card :is(h1, h2, h3, h4, h5, h6),
  .wgt-icon-cards .s-card p {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .wgt-icon-cards.set-of-solutions-section {
    width: 90%;
    margin-bottom: 80px;
  }
  .wgt-icon-cards .s-card {
    width: 100%;
    box-shadow: 0 6px 20px -20px rgba(32, 29, 39, 0.04);
  }
  .wgt-icon-cards .s-card:last-child {
    max-width: unset;
  }
  .wgt-icon-cards .s-card :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.3125rem;
  }
}
