.partners-section {
  padding-top: 4.8rem;
  padding-bottom: 5.4rem;
  color: #041237;
  background-color: #f8f6f2;
  min-height: -moz-fit-content;
  min-height: fit-content;
  text-align: center;
}
.partners-section h3 p {
  font-size: 3.2rem;
  line-height: 35.2px;
  font-weight: 400;
}
@media (min-width: 769px) {
  .partners-section h3 p {
    font-size: 4.2rem;
    line-height: 46.2px;
  }
}
.partners-section h3 p strong {
  font-weight: 700;
}
.partners-section .partners-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4.6rem;
  margin-top: 3rem;
}
@media (min-width: 769px) {
  .partners-section .partners-list {
    margin-top: 6.4rem;
    width: 100%;
    flex-wrap: nowrap;
    gap: 3.2rem;
    align-items: center;
  }
}
.partners-section .partners-list .image-wrapper {
  height: 3.2rem;
}
@media (min-width: 769px) {
  .partners-section .partners-list .image-wrapper {
    flex: 1 1 0;
    min-width: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.partners-section .partners-list .image-wrapper img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 769px) {
  .partners-section .partners-list .image-wrapper img {
    width: 100%;
    height: auto;
    max-height: 8rem;
  }
}
