.dfs-google-reviews{

    .dfs-google-reviews__carousel-container{
        .dfs-google-reviews__carousel{
            .swiper-slide{
                background: #E35427;
                border-radius: 60px;
                corner-shape: squircle;
                padding: 25px;
                height: auto;
                .dfs-review-header{
                    display: flex;
                    row-gap: 25px;
                    column-gap: 27px;
                    align-items: center;
                    flex-wrap: wrap;
                    .dfs-review__avatar-wrapper{
                        width: 82px;
                        height: 82px;
                        img{
                            width: 100%;
                        }
                    }
                    .dfs-review__author{
                        color: #FFF;
                        font-family: Inter;
                        font-size: 24px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: normal;
                        letter-spacing: -0.24px;
                        flex: 1;
                    }
                    .dfs-stars{
                        width: 100%;
                    }
                    .dfs-review__date{
                        display: none;
                    }
                }

                .dfs-review__text{
                    margin-top: 25px;
                     color: #FFF;
                     font-family: Inter;
                     font-size: 16px;
                     font-style: normal;
                     font-weight: 500;
                     line-height: normal;
                     letter-spacing: -0.16px;
                 }
            }
        }
    }
}