body {
    background-color: #F1F1F1;
}
.distributor-box {
    text-align: center;
}
.distributor-logo {
    height: 200px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

    .distributor-logo img {
        max-width: 80%;
        max-height: 80%;
    }