.list-style-disc {
    list-style-type: disc;
    padding-left: 25px;
}

.list-style-disc a {
    color: inherit;
}

@media (min-width: 1170px) {
    .partners {
        flex-wrap: nowrap!important;
        column-gap: 5px;
    }

    .partners .cell {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: min-content !important;
    }

    .secret {
        width: 150px;
    }
}

@media (min-width: 1600px) {
    .secret {
        width: auto;
    }
}