.supported-solutions h3 {
  text-align: center;
  font-family: "Segoe UI";
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 95.2px */
  color: var(--color-heading);
}

.managed-cover {
  text-align: center;
  font-family: "Segoe UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  color: var(--color-text);
  margin: 24px 0 80px;
}
.supported-solutions-list {
  border-radius: 16px;
  background: radial-gradient(
    185.65% 177.41% at 16.15% -54.62%,
    #fff 0%,
    #fff 100%
  );
  box-shadow: 0 0 24px 0 rgba(11, 18, 32, 0.12);
  padding: 28px;
}
.supported-img {
  width: 32px;
  height: 32px;
}
.heading-supported {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: var(--color-heading);
}
.heading-supported {
  display: flex;
  align-items: center;
  gap: 20px;
}

.supported-solutions-list ul {
  padding-top: 20px;
}

.supported-solutions-list ul {
  padding-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 100px;
}

.color-heading {
  border-radius: 8px;
  background: #f4f7fb;
  display: flex;
  height: 58px;
  align-items: center;
  padding: 0px 8px;
}
.space-solutions{
  margin: 48px 0;
}
.line-img {
    margin-top: 20px;
    width: 100%;
}
.sales-banner.smarter .row {
    --bs-gutter-x: 110px;
}
/* ========= Styles for screens smaller than 1080px ========= */
@media (max-width: 1080px) {
  .supported-solutions h3 {
    font-size: 58px;
  }
  .sales-banner.smarter .row {
    --bs-gutter-x: 0px;
}
.smarter .hero-btn {
    margin-top: 0;
}
.smarter .sales-image.image-space {
    display: flex;
    justify-content: center;
}
  .supported-solutions-list ul {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 12px;
  }
  .color-heading {
    margin-bottom: 8px;
}
.line-img {
    margin-bottom: 8px;
}
}

/* ========= Styles for screens smaller than 600px ========= */
@media (max-width: 600px) {
  .supported-solutions h3 {
    font-size: 36px;
  }

  .managed-cover {
    font-size: 20px;
    margin: 24px 0 60px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
.supported-solutions h3, .contact-form h3 {
    font-size: 56px !important;
}
.supported-solutions-list ul {
    column-gap: 60px;
}
.heading-supported {
    font-size: 20px;
}
}