.testimonial{
    display: flex;
    padding-top: 2rem;
}
.testimonial__title{
    font-size: var(--title-font);
    color: var(--brandClr);
    margin-top: 1rem;
}
.testimonial__cards{
    display: flex;
    margin-left: 3rem;
    gap: 1rem;
    overflow-x: auto;
}
.testimonial__cards::-webkit-scrollbar{
    display: none;
}

.testimonial__card{
    width: 11.11rem;
    height: 7.67rem;
    box-shadow: 0px 13px 19px 0px #00000012;
    padding: .415rem;
    border-radius: .377rem;
    display: flex;
    flex-shrink: 0;
    @media screen and (max-width: 768px) {
        width: 9.27rem;
        height: 5.36rem;
    }    
}
.testimonial__video{
    /* border: 1px solid black; */
    height: ;
    flex-grow: 1;
    display: flex;
    overflow: hidden;
    width: 10.32rem;
    height: 6.86rem;
    @media screen and (max-width: 768px) {
        width: 8.59rem;
        height: 5rem;
    }    
}

.testimonial__video iframe{
    height: 100%;
    width: 10.32rem;
    height: 6.86rem;
    flex-grow: 1;
    @media screen and (max-width: 768px) {
        width: 8.59rem;
        height: 5rem;
    }   
}