
    .author-image-wrapper.svelte-pq59k1{
        position: relative;
        min-width: 160px;
        height: 160px;
        margin: 1rem;
    }

    .author-image-aqua.svelte-pq59k1 {
        object-fit: cover;
        position: absolute;
        width: 135px;
        height: 135px;
        bottom: 0;
        right: 0;
        border-radius: 50%;
        z-index: 2;
    }

    .author-image-ice.svelte-pq59k1{
        object-fit: cover;
        position: absolute;
        width: 135px;
        height: 135px;
        top: 5px;
        left: 5px;
        border-radius: 50%;
        z-index: 2;
    }

    .blob-aqua.svelte-pq59k1 {
        position: absolute;
        width: 145px;
        height: 145px;
        background-color: var(--accent-aqua);
        border-radius: 50%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .blob-ice.svelte-pq59k1 {
        position: absolute;
        width: 155px;
        height: 155px;
        background-color: var(--secondary-ice);
        border-radius: 50%;
        top: 2px;
        left: 2px;
        z-index: 1;
    }

    @media(max-width: 600px){
        .author-image-wrapper.svelte-pq59k1 {
            min-width: 95px;
            height: 95px;
        }

        .author-image-aqua.svelte-pq59k1, .author-image-ice.svelte-pq59k1 {
            width: 80px;
            height: 80px;
        }

        .blob-aqua.svelte-pq59k1, .blob-ice.svelte-pq59k1 {
            width: 85px;
            height: 85px;
        }

        .testimonial-text-wrapper.svelte-pq59k1 {
            p:where(.svelte-pq59k1){
                text-align: center;
            }
        }
    }
