.wtb-testimonials {
    .testimonial-style-one .wtb-top {
        position: relative;
        z-index: 1;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    
        ::before {

            position: absolute;
            left: -8rem;
            top: 0px;
            width: 5rem;
            height: 5rem;
            z-index: 1;
            background-color: var(--wb-color-blue-dark);
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 3rem;
            color: #fff;
            content: '“';
        }

    }

    .testimonial-style-one {
        padding-left: 5rem;
    }

    .testimonial-style-one-items {
        padding: 40px;
    }
    .swiper-nav-left {
        > div {
            &::before {
                background-color: var(--wb-color-blue-dark) !important;
                color: #fff !important;
            }
        }
    }
}

@media screen and (max-width: 768px) {
    .wtb-testimonials {
        .testimonial-style-one-items {
            padding: 20px;
        }

        .testimonial-style-one .wtb-top {
            padding-bottom: .75rem;
            margin-bottom: .75rem;

            ::before {
                left: -5rem;
                width: 4rem;
                height: 4rem;
            }
            .h2 {
                font-size: 1.75rem !important;
                line-height: 1.5 !important;
            }
        }
        .swiper-nav-left {
            margin: 10px auto;
            > div {
                transition: all .1s ease-in;

                &:hover {
                    filter: brightness(1.2);
                }
                &:active {
                    filter: brightness(0.8);
                }

            }

        }
    }
}

@media screen and (max-width: 768px) {
    .wtb-testimonials {
        .testimonial-style-one .wtb-top {
            ::before {
                left: -4rem;
                width: 3rem;
                height: 3rem;
            }
        }
    }
}

@media screen and (max-width: 576px) {
    .wtb-testimonials {
        .testimonial-style-one {
            p {
                font-size: 1rem;
                line-height: 1.5;
            }
            .wtb-top {
                padding-bottom: .25rem;
                margin-bottom: .25rem;
                .h2 {
                    font-size: 1.5rem !important;
                }
                .h4 {
                    font-size: 1rem !important;
                }
                ::before {
                    left: -4rem;
                    width: 3rem;
                    height: 3rem;
                }
            }
        }




    }
}
