.container{

    background-color: white;
    padding-bottom: 1px;
    min-height: 40vh;
    padding: 20px 0;

}

#container-wrapper {
    margin: 0 15%;
}

.partners-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.partner-wrapper {
  /* height: 250px; */
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.partner-image a {
  pointer-events: auto;
  display: block;
  height: 100%;
}

.partner-logo {
  height: 80px;
  width: auto;
  object-fit: contain;
  display: block;
}
