.integration-brands-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 40px;
}

.integration-brands-left {
  width: 35%;
}

.integration-brands-contents h4 {
  font-family: Montserrat;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  margin:0;
}

.integration-brands-right {
  width: 60%;
}

.integration-brands-logo {
  display: flex ;
  align-items: center;
  justify-content: center;
}

.integration-brands-logo img {
  display: block;
  max-width: 120px;
  max-height: 70px;
}

.integration-brands-slider .slick-slide {
  margin: 0 15px;
}

.integration-brands-slider .slick-list {
  margin: 0 -15px;
}




/*  ************************************** Responsive Style **************************************/
@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {
  .integration-brands-left, .integration-brands-right {
    width: 100%;
  }

  .integration-brands-left {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 575px) {
  .integration-brands-contents h4 {
    font-size: 18px;
    line-height: 22px;
}