.supported-solutions h2 {
  text-align: center;
}

.supported-solutions-list:last-child {
   margin-bottom: 0;
}

h2.guided-heading {
    text-align: center;
}
.deliver-value {
    margin: 16px 0 40px;
    text-align: center;
}

.row.guided-box-gap-40 {
    --bs-gutter-x: 28px;
    --bs-gutter-y: 28px;
}

.guided-card-para{
  font-size: 16px;
}

.guided-custom-card{
    border-radius: 16px;
    border-bottom: 2px solid #663999;
    border-left: 2px solid #663999;
    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: 16px;
    width: 100%;

}

.managed-cover {
  text-align: center;
  margin: 16px 0 40px;
}
.supported-solutions-list {
  padding: 28px;
  margin: 48px 0;
  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);
}
.supported-img {
  width: 19px;
  height: 19px;
}
.heading-supported {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

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

.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;
  align-items: center;
  padding: 8px;
}

.line-img {
    margin-top: 20px;
    width: 100%;
}



@media (min-width: 1081px){
  /* .sales-image.image-space .img-hero {
    width: 430px;
    margin-left: auto;
    aspect-ratio: 16 / 15;
} */
 section.application-main-div.microsoft-licesnce.sales-banner.smarter.space-comman-section{
  height: 640px !important;
 }
 img.img-fluid.microsoft-dynamics-365 {
    width: 395px;
    height: 380px;
    object-fit: contain;
}


.sales-image .curve-icon.right-curve {
    bottom: -50px;
    right: 60px;
}
.row.guided-cards-row.guided-box-gap-40 {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
}
  .sales-banner.space-comman-section img.img-hero.img {
    width: 480px;
    margin: auto;
    aspect-ratio: 16/15;
}

}
/* ========= Styles for screens smaller than 1080px ========= */
@media (max-width: 1080px) {
   .sales-banner.space-comman-section img.img-hero.img {
    width: 303px;
    margin: auto;
    aspect-ratio: 16/15;
}

  .col-12.col-xl-6.right-col.management-service-capabilities{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
}
  .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;
  }
.line-img {
    margin-bottom: 8px;
}
}


@media (max-width: 767px) {
img.img-fluid.microsoft-dynamics-365 {
    margin: auto auto 40px;
    width: 60%;
}
}

/* ========= Styles for screens smaller than 600px ========= */
@media (max-width: 700px) {
  .sales-banner.space-comman-section img.img-hero.img {
    width: 235px;
     aspect-ratio: 16/15;
     margin: auto;
}
  .col-12.col-xl-6.right-col.management-service-capabilities{
    grid-template-columns: repeat(1, 1fr);
  }
  .managed-cover {
    margin: 16px 0 40px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
.supported-solutions-list ul {
    column-gap: 60px;
}
}