#customers-list .grid-item {
    height: 7.25rem;
}

#customers-list .grid-item.grid-item--height2 {
    height: auto;
    min-height: 16.25rem;
    margin-bottom: 1.25rem;
}

#customers-list .grid-item.grid-item--height2 a {
    height: auto;
    width: auto;
}

#customers-list .grid-item .grid-content {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: -3px 3px 30px 0 rgba(0, 0, 0, 0.1);
}

#customers-list .grid-item .grid-content .image {
    width: 100%;
    height: 7.25rem;
    background-repeat: no-repeat;
    background-position: center center;
    transform: scale(0.95);
    transition: all 0.3s linear;
}

#customers-list .grid-item .grid-content .image img {
    visibility: hidden;
}

#customers-list .grid-item.grid-item--height2 .grid-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

#customers-list .grid-item .grid-content:hover > .image {
    transform: scale(1.05);
}


#customers-list .grid-item .project-list {
    display: none;
}

#customers-list .grid-item.grid-item--height2 .project-list {
    display: block;
    margin-bottom: 1.25rem;
}

#customers-list .grid-item .project-list > a {
    background: none;
    border: none;
    border-right: 0;
    box-shadow: none;
    color: #85be4c;
    position: relative;
    padding-left: 1rem;
    margin-bottom: .5rem;
}

#customers-list .grid-item .project-list > a:hover {
    color: #333;
}

#customers-list .grid-item .project-list > a:before {
    content: ">";
    position: absolute;
    top: 0;
    left: 0;
}

.project-view .content h3,
.project-view .content h4 {
    margin-top: 25px;
}

.project-view .back {
    margin-top: var(--spacing-m);
}

.project-view .partners-list > .pure-g + .pure-g {
    border-bottom: 1px solid #707070;
    padding-bottom: var(--spacing-m);
    margin-bottom: var(--spacing-m);
}

.customers-filter .layui-btn-gray {
    color: #fff;
    border: 2px solid #a0a0a5;
    background: #a0a0a5;
    opacity: 1;
}

.customers-filter .layui-btn-gray:hover {
    border-color: #a0a0a5;
    background: #fff;
    color: #a0a0a5;
}

.wrapper.wrapper-bg-white {
    background-color: var(--color-white) !important;
}
.wrapper-bg-white > .wrapper > .wrap {
    max-width: var(--width-content);
}
