.kendisout section.sec4 .cntmn .integration-cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.kendisout section.sec4 .integration-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.kendisout section.sec4 .bx h3 img {
  width: 38px;
  height: 20px;
}

.kendisout section.sec4 {
  background-size: auto, cover;
}

@media (max-width: 1024px) {
  .kendisout section.sec4 {
    background-image: url("/wp-content/uploads/kendis/home/two-way-integration-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
