.protoweb__testimonial-card {
        border-radius: 1rem;
        box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.9);
        padding: 1rem;
        width: min(calc(356 / 16 * 1rem),100%);
    }
            .protoweb__testimonial-card__top {
                display: flex;
                flex-flow: column nowrap;
                gap:0.75rem 0;
                margin-bottom: 0.5rem;
            }
            .protoweb__testimonial-card__text {
                display: -webkit-box;
                -webkit-line-clamp: 5;
                -webkit-box-orient: vertical;  
                 overflow: hidden;
                 margin-bottom: 1.125rem;
    }
            .protoweb__testimonial-card__text + button {
                    background: transparent;
                    border: none;
                    color: #D97A26;
                    margin-bottom: 1.125rem;
                    -webkit-text-decoration:  underline;
                    text-decoration:  underline;
                    line-height: calc(26 / 16 * 1rem);
                    font-size: 1rem;
                    transition: 250ms;
                    
                    padding-left: 0;
                    
                    padding-right: 0;
                    padding-top: 0;
                    padding-bottom: 0;
                 }
            .protoweb__testimonial-card__text + button:hover,
                    .protoweb__testimonial-card__text + button:active {
                        background: transparent;
                        border: transparent;
                        color: #000;
                    }
            .protoweb__testimonial-card__text + button:focus-visible {
                        outline: 1px dotted black;
                    }
            .protoweb__testimonial-card__details {
        display: flex;
        flex-flow: row nowrap;
        align-items: stretch;
        gap: 1rem;
    }
            .protoweb__testimonial-card__details .profile-img img {
                border-radius: 100vw;
            }
            .protoweb__testimonial-card__details .profile-img {
            display: grid;
            align-items: center;
            justify-items: center;
            place-items: center;
}
            .protoweb__testimonial-card__details .profile-img .avatar {
                    display: grid;
            font-size: 1rem;
            align-items: center;
            justify-items: center;
            place-items: center;
            padding: 0;
            border-radius: 100vw;
            color: #fff;
            height: 48px;
            width: 48px;
            background: linear-gradient(180deg, #0A1F3D 0%, #0D2847 100%);
            }
            .protoweb__testimonial-card__details .profile-text {
            display: flex;
            flex-flow: column nowrap;
        }
            .protoweb__testimonial-card__details .profile-text h2 {
                font-size: 1rem;
                line-height: 1.5;
                font-weight: 400;
                margin-bottom: 0.25rem;
                margin-top: 0;
            }
            .protoweb__testimonial-card__details .profile-text .job-title {
                font-size: calc(14 / 16 * 1rem);
                font-weight: 400;
                line-height: calc(20 / 16);
            }
            .protoweb__testimonial-card__details .profile-text .job-location {
                font-size: 0.75rem;
            }
            .protoweb__testimonial-card__details .profile-text .job-title,
            .protoweb__testimonial-card__details .profile-text .job-location {
                color: #6C6869;
                color: var(--Colors-Neutral-600, #6C6869);
            }
    .protoweb__icon-quote {
            background: #FFF7ED;
            border-radius: 100vw;
            display: grid;
            align-items: center;
            justify-items: center;
            place-items: center;
            height: calc(48 / 16 * 1rem);
            width: calc(48 / 16 * 1rem);
    
        }