.trusted-by .tb-slider .tbs-each div {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 20px;
}

.development-partner {
  background-color: #FFFBFB !important;
}
.development-partner .color-h2 {
  background: linear-gradient(90deg, #F64E6E 0%, #FF795E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.development-partner .section-title p {
  margin-left: 0;
}

.services-offered {
  background: rgba(246, 240, 230, 0.6) !important;
}
.services-offered .so-title {
  max-width: 685px;
  margin: 0 auto;
}
.services-offered .so-each {
  max-width: 320px;
  margin: auto;
  margin-bottom: 60px;
}
.services-offered .so-each .soe-icon {
  margin-bottom: 24px;
}
.services-offered .so-each h3 {
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .services-offered .so-each {
    margin-bottom: 0px;
  }
}