.customers-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 120px;
}

.customers-section .customers-title h3 {
    margin-bottom: 16px;
    color: #313134;
}

.customers-wrapper {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.customers-wrapper img {
    margin: 8px;
}

.dbi-logo {
    width: 89px;
    height: 28px;
}

.mcgill-logo {
    width: 157.5px;
    height: 28px;

}

.oregon-logo {
    width: 130px;
    height: 28px;
}

.kindustry-logo {
    width: 118.24px;
    height: 28px;
}

@media only screen and (min-width: 992px) {
    .customers-section {
        padding-top: 168px;
        padding-bottom: 200px;
    }

    .dbi-logo {
        width: 153px;
        height: 48px;
    }

    .mcgill-logo {
        width: 270px;
        height: 48px;
    }

    .oregon-logo {
        width: 224px;
        height: 48px;
    }

    .kindustry-logo {
        width: 202.69px;
        height: 48px;
    }

    .customers-wrapper img:not(:last-child)  {
        margin-right: 60px;
    }

    .customers-section .customers-title h3 {
        margin-bottom: 32px;
    }
}