.our-partner-banner {
  background-color: rgb(247, 247, 247);
}

strong {
  font-weight: 500;
  color: #000;
}

p {
  margin-bottom: 16px;
}

a {
  color: #253ec0;
  word-break: break-all;
}

ol {
  margin-left: 16px;
}
ol li {
  list-style: decimal !important;
  font-size: 14px;
}

ul li {
  margin-bottom: 16px;
  font-size: 14px;
  text-align: left;
  color: #000;
}

.our-partner-banner .sub-banner-img img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .our-partner-banner .sub-banner-img img {
    margin: 0 0 0 auto;
  }
}

.ourPartners {
  padding: 30px 0px;
}
.ourPartners__textWrapper {
  margin-bottom: 40px;
}
.ourPartners__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: #050505;
  margin: 47px 0 16px;
}
.ourPartners__subtitle {
  font-size: 18px;
  color: #484848;
  font-weight: 400;
}
.ourPartners__image {
  display: flex;
}
.ourPartners__image img {
  width: 100%;
}
.ourPartners .table-container {
  width: 100%;
  overflow-x: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border: 1px solid #888;
  overflow-x: scroll;
}
@media (min-width: 1200px) {
  .ourPartners .table-container {
    overflow: hidden;
  }
}
.ourPartners table {
  width: 100%;
  border-collapse: collapse;
}
.ourPartners th,
.ourPartners td {
  border: 1px solid #888;
  padding: 16px;
  font-size: 14px;
  min-width: 150px;
  text-align: left;
  border: 1px solid #888;
  border-top: 0;
  border-bottom: 0;
  align-content: center;
}
.ourPartners th:first-child, .ourPartners th:last-child,
.ourPartners td:first-child,
.ourPartners td:last-child {
  border-left: 0 solid #888;
}
.ourPartners th:first-child,
.ourPartners td:first-child {
  text-align: center;
}
@media (min-width: 768px) {
  .ourPartners th:first-child,
  .ourPartners td:first-child {
    min-width: 80px;
  }
}
@media (min-width: 1680px) {
  .ourPartners th:first-child,
  .ourPartners td:first-child {
    min-width: 140px;
  }
}
.ourPartners th:last-child,
.ourPartners td:last-child {
  border-right: 0;
}
@media (min-width: 1680px) {
  .ourPartners th,
  .ourPartners td {
    min-width: 318px;
  }
}
.ourPartners th {
  text-align: center;
  font-weight: 500;
  padding: 12px 6px;
  border-bottom: 1px solid #888;
}
@media (min-width: 768px) {
  .ourPartners th {
    font-size: 16px;
  }
}
.ourPartners .table-container2 td {
  align-content: start;
}/*# sourceMappingURL=our-partners.css.map */