/* cspt-client-style-4 */
.cspt-element-client-style-4 .cspt-client-wrapper {
    background-color: var(--cspt-greenly-light-bg-color);
    height: 180px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

.cspt-element-client-style-4 .cspt-client-wrapper img {
    max-width: 150px;
    height: auto;
}

.cspt-elementor-bg-color-light .cspt-client-wrapper {
    background-color: var(--cspt-greenly-white-color);
}

@media (max-width: 575px) {
    .cspt-element-client-style-4 .cspt-heading-subheading {
        margin-bottom: 30px;
    } 
}