
.custom-home .custom-manufacturer-logo {
    width: 60px;
    height: 60px;
    margin-bottom: 0px;
}

.custom-home .custom-manufacturer-list {
    text-align: center !important;
    width: 100% !important;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}

.custom-home .custom-manufacturer-list-item {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}

/* Mobile layout */
@media only screen and (max-width: 600px) {
    .custom-wrapper-mobile {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .custom-home .custom-manufacturer-logo {
        width: 80px;
        height: 80px;
        margin-bottom: 1px;
    }

    .custom-home .custom-manufacturer-list {
        max-width: 600px;
        width: 100% !important;
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .custom-home .custom-manufacturer-list-item {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}

.custom-home .custom-paragraph {
    justify-content: center;
    text-align: left !important;
    width: 100%;
}

.custom-home .custom-manufacturer-link {
    justify-content: center !important;
}

.custom-home .custom-manufacturer-name {
    white-space: nowrap;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 22px;
}

.custom-entrycount-footer {
    color: #aaa;
    text-align: center;
}


