.partners {
    margin-bottom: 16px;
    margin-top: 16px;
}
.partners h2 {
    text-align: center;
    font-size: 24px;
    color: black !important;
    margin-bottom: 12px;
}
.partners > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.partners > div a {
    display: inline-block;
    max-width: 144px;
    flex: 1 1 20%;
}
.partners > div a img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
#ticker-wrapper {
    height: unset !important;
}
