.partner-with-tech {
  /* background-color: var(--OffWhite); */
  padding: 50px 0 35px;
  position: relative;
}
.review + .partner-with-tech {
  margin-top: 35px;
}

.partner-with-tech::before {
  position: absolute;
  content: '';
  background-color: var(--new-theme-gray-50);
  width: 100%;
  height: calc(50% + 100px);
  z-index: -1;
  top: 0;
  left: 0;
}

.partner-with-tech .image-list-card {
  max-width: 1330px;
  margin: 0 auto;
  background-color: var(--white);
  border-radius: 28px;
  padding: 40px 20px 20px;
  /* padding: 60px 20px 30px; */
  /* box-shadow: 0px 4px 30px 0px #0000000a; */
  box-shadow: rgb(103 103 103 / 9%) 0 3px 12px;
  border: 1px solid var(--LightGrey);
}

.partner-with-tech .image-list-card .inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.partner-with-tech .image-list-card .action-and-details {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}

.partner-with-tech .image-list-card .action-and-details .more-info-icon-text {
  justify-content: center;
}

.partner-with-tech .image-list-card .img-wrap {
  max-width: 230px;
  width: 100%;
  padding-right: 0;
  margin: 0 auto;
}

.partner-with-tech .image-list-card .img-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.partner-with-tech .list-wrap {
  position: relative;
}

.partner-with-tech .list-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  gap: 12px 30px;
  position: relative;
  /* height: 100%; */
}

.partner-with-tech .list-wrap ul li {
  position: relative;
  padding-left: 18px;
}

.partner-with-tech .list-wrap ul li::before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  background-color: var(--BluePrimary);
  border-radius: 100%;
  top: 13px;
  left: 0;
}

.partner-with-tech .list-wrap::after,
.partner-with-tech .list-wrap::before {
  position: absolute;
  content: '';
  border-right: 1px dashed var(--dark);
  height: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
  display: none;
}

.partner-with-tech .list-wrap::after {
  left: 0;
}

@media (min-width: 768px) {
  .partner-with-tech {
    padding: 70px 0 50px;
  }
  .partner-with-tech .image-list-card {
    padding: 50px 50px 30px;
  }
  .partner-with-tech .list-wrap ul {
    gap: 12px 30px;
  }
  .partner-with-tech .list-wrap ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .review + .partner-with-tech {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
  .partner-with-tech .image-list-card {
    padding: 50px 50px 30px;
  }
  .partner-with-tech .list-wrap::before {
    left: 49.5%;
  }
  .partner-with-tech .image-list-card .img-wrap {
    max-width: 270px;
    width: 100%;
    padding-right: 50px;
    margin: 0;
  }
  .partner-with-tech .image-list-card .inner {
    flex-direction: row;
    gap: 0;
  }
  .partner-with-tech .list-wrap::after,
  .partner-with-tech .list-wrap::before {
    display: block;
  }
  .partner-with-tech .list-wrap {
    max-width: calc(100% - 270px);
    width: 100%;
    padding-left: 40px;
  }
  .partner-with-tech .list-wrap ul {
    gap: 12px 70px;
  }
}
@media (min-width: 1430px) {
  .partner-with-tech {
    padding: 100px 0 75px;
  }
  .partner-with-tech .list-wrap::before {
    left: 48.5%;
  }
  .review + .partner-with-tech {
    margin-top: 75px;
  }
}
@media (min-width: 1660px) {
  .partner-with-tech .image-list-card {
    padding: 70px 90px 40px;
  }
  .partner-with-tech .list-wrap::before {
    left: 51.5%;
  }
}
