.platform-features-section .section-heading {
  margin-bottom: 32px;
}
.platform-features-section-engine {
  display: flex;
  gap: 40px;
  align-items: center;
}

.platform-features-section-engine-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.platform-features-section-engine-text h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #023049;
  line-height: 1.4;
  margin-bottom: 4px;
}

.platform-features-section-engine-img {
  flex: 0 0 37%;
  max-width: 37%;
}

.platform-features-section-dbi-stack {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.platform-features-section-dbi-sub h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #023049;
  line-height: 1.4;
  margin-bottom: 6px;
}
.platform-features-section-engine + .platform-features-section-engine{
  margin-top: 80px;
}
.platform-features-section-engine ul{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    padding-left: 0px;
    margin-left: 22px;
}
.platform-features-section-engine ul li{
      margin-bottom: 0;
    line-height: 1.5;
}
.platform-features-section-engine .platform-features-section-dbi-sub + .platform-features-section-dbi-sub{
    margin-top: 30px;
}
.platform-features-section p{
   font-family: "Poppins", sans-serif;
   font-size: 16px;
}
.platform-features-section ul li span{
  font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #005288;
    display: block;
}
.platform-features-section ul:has(span){
    list-style: none;
    line-height: 1.6;
}
.platform-features-section ul:has(span) li{
    position: relative;
    padding-left: 24px;
}
.platform-features-section ul li:has(span)::before{
    content: " ";
    position: absolute;
    left: 7px;
    background-color: #005288;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    line-height: 16px;
    top: 10px;
}
@media (max-width: 1200px) {
  .platform-features-section-engine-text {
    flex: 1;
    max-width: none;
  }
}

@media (max-width: 1199px) {
  .platform-features-section-engine,
  .platform-features-section-dbi {
    gap: 30px;
  }
  .platform-features-section-engine + .platform-features-section-engine{
  margin-top: 60px;
}
}

@media (max-width: 991px) {
  .platform-features-section-engine,
  .platform-features-section-dbi {
    gap: 25px;
  }
  .platform-features-section-engine {
    flex-direction: column;
    gap: 28px;
  }
  .platform-features-section-engine .platform-features-section-dbi-sub + .platform-features-section-dbi-sub{
    margin-top: 25px;
}
  .platform-features-section-engine-text {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .platform-features-section-engine-img img {
    max-width: 100%;
    height: auto;
    width: 100% !important;
  }

  .platform-features-section-dbi {
    flex-direction: column;
    /* align-items: flex-start; */
    padding-top: 30px;
    /* padding-bottom: 40px; */
    gap: 28px;
  }

  .platform-features-section-dbi-img img {
    max-width: 100%;
    height: auto;
    width: 100% !important;
  }

  .platform-features-section-engine-img,
  .platform-features-section-dbi-img {
    flex: 0 0 100%;
    max-width: 500px;
    width: 100%;
  }

  .platform-features-section-dbi-stack {
    width: 100%;
  }

  .platform-features-section .section-heading {
    margin-bottom: 40px;
  }
  .platform-features-section-engine-img {
    order: -1;
  }
}

@media (max-width: 768px) {
  .platform-features-section-engine-text h3,
  .platform-features-section-dbi-sub h3 {
    font-size: 20px;
  }

  .platform-features-section .section-heading {
    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {
  .platform-features-section-engine-text h3,
  .platform-features-section-dbi-sub h3 {
    font-size: 18px;
  }

  .platform-features-section-engine,
  .platform-features-section-dbi {
    gap: 20px;
  }
    .platform-features-section-engine + .platform-features-section-engine{
  margin-top: 40px;
}
}

@media (max-width: 320px) {
  .platform-features-section-engine-text h3,
  .platform-features-section-dbi-sub h3 {
    font-size: 17px !important;
    line-height: 1.35 !important;
  }
    .impact-bold {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
}
