.block-editor-block-list__block.wp-block-cb-slide {
    
    .block-editor-block-list__block.has-background {
        padding: 32px;
        border-radius: 14px;
    }

    .block-editor-block-list__block.is-layout-flex {
        height: 60px !important;
    }
} 

.testimonials {
    .container {
        max-width: 1920px !important;

        .testimonials__carousel {
            padding-top: 32px;

            .wp-block-cb-slide > div {
                border-radius: 14px;
                margin-bottom: 24px;    

                & > .wp-block-image {
                    margin-left: 0 !important;
                    width: 100px;
                    height: auto;

                    & > .wp-block-group.is-layout-flex {
                        gap: 12px;
                        align-items: center;
    
                        .wp-block-image {
                            width: 32px;
                            height: 32px;
                        }
                    }
                }
            }

            .slick-dots li {
                margin: 0 2px;
            }

            .slick-dots li button:before {
                font-size: 13px !important;
            }

            .slick-dots li.slick-active button:before {
                color: var(--wp--preset--color--dark-text);
                font-size: 16px !important;
            }
        }
    }
}

@media only screen and (max-width: 576px) {
    .testimonials {
        padding-left: 24px !important;
        padding-right: 24px !important; 

          .container {
            .testimonials__carousel {
                .wp-block-cb-slide > div{
                    padding: 24px;
                }
            }

        }
    }
}

@media only screen and (min-width: 576px) and (max-width: 1100px)  {
    .testimonials {
        padding-left: 48px !important;
        padding-right: 48px !important;

        .container {
            .testimonials__carousel {
                .wp-block-cb-slide > div{
                    padding: 24px;
                }
            }

        }
    }
}

@media only screen and (min-width: 756px) {
    .testimonials {
        .container {
            .testimonials__carousel {
                .wp-block-cb-slide > div{
                    padding: 32px;
                }
            }

            .slick-dots li button:before {
                font-size: 20px !important;
            }
        }

        
    }
}


@media only screen and (min-width: 1200px) {
    .testimonials {
        .container {
            .testimonials__carousel {
                padding-top: 64px;
            }

        }
        
    }
}

@media only screen and (min-width: 1500px) {
    .testimonials {
        .container{
            .testimonials__carousel {
                .wp-block-cb-slide > div{
                    padding: 40px;
                }
            }
        }
    }
}

@media only screen and (min-width: 1800px) {
    .testimonials {
        .container {
            .testimonials__carousel {
                padding-top: 64px;

                .wp-block-cb-slide > div{
                    padding: 48px;
                }
            }
        }
    }
}