﻿.img-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: center;
    height: 180px;
}

.sponsor {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: var(--color-bg-form);
}

    .sponsor .carousel-indicators {
        left: 0;
        top: auto;
        bottom: -20px;
    }

        /* The colour of the indicators */
        .sponsor .carousel-indicators li {
            background: var(--color-grey-b);
            border-radius: 50%;
            width: 10px;
            height: 0px;
        }

        .sponsor .carousel-indicators .active {
            background: var(--color-grey-a);
        }
