.services-business-needs {
  background: var(--Gradient-Main, linear-gradient(90deg, #5811A4 0%, #13B898 100%));
  margin: 200px 0;
  padding: 80px 0;
}
.services-business-needs .title-section {
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}
.services-business-needs .description {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 auto 40px;
  width: 1018px;
  max-width: 100%;
}
.services-business-needs .items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.services-business-needs .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.services-business-needs .items .item:first-child .item-icon:before {
  opacity: 0;
}
.services-business-needs .items .item:last-child .item-icon:after {
  opacity: 0;
}
.services-business-needs .items .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: calc(100% - 10px);
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--White, #FFF);
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 6px;
  position: relative;
}
.services-business-needs .items .item-content svg {
  width: 18px;
  height: 9px;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.services-business-needs .items .item-title {
  color: var(--Bttn-Secondary, #FFF);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.services-business-needs .items .item-text {
  padding-top: 16px;
  position: relative;
}
.services-business-needs .items .item-text:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0.2;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.services-business-needs .items .item-text p {
  color: var(--Bttn-Secondary, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
  margin: 15px 0;
}
.services-business-needs .items .item-text p:first-child {
  margin-top: 0;
}
.services-business-needs .items .item-text p:last-child {
  margin-bottom: 0;
}
.services-business-needs .items .item-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  gap: 16px;
  list-style: none;
  margin: 15px 0;
}
.services-business-needs .items .item-text ul:first-child {
  margin-top: 0;
}
.services-business-needs .items .item-text ul:last-child {
  margin-bottom: 0;
}
.services-business-needs .items .item-text ul li {
  position: relative;
  padding-left: 20px;
  color: var(--Bttn-Secondary, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
}
.services-business-needs .items .item-text ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.services-business-needs .items .item-icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.services-business-needs .items .item-icon:before {
  content: "";
  height: 3px;
  width: calc(50% - 47px);
  border-top: 3px dashed rgba(255, 255, 255, 0.5);
}
.services-business-needs .items .item-icon:after {
  content: "";
  height: 3px;
  width: calc(50% - 47px);
  border-top: 3px dashed rgba(255, 255, 255, 0.5);
}
.services-business-needs .items .item-icon picture {
  width: 90px;
  min-width: 90px;
  height: auto;
}
.services-business-needs .items .item-icon picture img {
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .services-business-needs .items .item-title {
    font-size: 16px;
  }
  .services-business-needs .items .item-content {
    padding: 16px;
  }
  .services-business-needs .items .item-text p {
    font-size: 14px;
  }
  .services-business-needs .items .item-text ul li {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .services-business-needs {
    margin: 72px 0;
    padding: 32px 0 44px;
    background: url("../../img/services_business_needs_mob.webp") no-repeat center center/cover;
  }
  .services-business-needs .title-section {
    font-size: 24px;
    letter-spacing: -0.24px;
    margin-bottom: 16px;
  }
  .services-business-needs .description {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .services-business-needs .items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .services-business-needs .items .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    gap: 12px;
  }
  .services-business-needs .items .item-content {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    gap: 8px;
  }
  .services-business-needs .items .item-content svg {
    display: none;
  }
  .services-business-needs .items .item-title {
    font-size: 16px;
    text-align: left;
  }
  .services-business-needs .items .item-text {
    padding-top: 0;
  }
  .services-business-needs .items .item-text:before {
    display: none;
  }
  .services-business-needs .items .item-text p {
    font-size: 14px;
    line-height: 150%;
  }
  .services-business-needs .items .item-text ul {
    gap: 3px;
  }
  .services-business-needs .items .item-text ul li {
    font-size: 14px;
    line-height: 150%;
    padding-left: 0;
  }
  .services-business-needs .items .item-text ul li:before {
    width: 3px;
    height: 3px;
    position: static;
    display: inline-block;
    margin-right: 5px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  .services-business-needs .items .item-icon {
    width: 42px;
    height: 42px;
  }
  .services-business-needs .items .item-icon picture {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }
  .services-business-needs .items .item-icon:before, .services-business-needs .items .item-icon:after {
    display: none;
  }
}
