h1 {
    margin-bottom: 0;
}

h2 {
    font-weight: 600;
}

.testimonialRetranscriptionArticle {
    border-top: 1px solid #9ba2ad;
    display: flex;
    flex-wrap: wrap;
    color: #4b5563;
}

.testimonialContent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonialVideo {
    width: 60vw;
    height: 60vh;
}

.testimonialQA {
    padding: 1%;
    width: 50%;
    text-align: justify;
}

.testimonialQA:nth-child(4n), .testimonialQA:nth-child(4n-1) {
    background-color: #d1fae5;
}

.testimonialQuestion {
    font-weight: 600;
}

.testimonialList {
    max-height: 155vh;
    overflow: hidden;
    transition: all .5s;
}

@media (max-width: 768px) {
    .testimonialList{
        max-height: 124vh;
    }
}

@media (min-width: 1280px) {
    .testimonialList{
        max-height: 107vh;
    }
}

@media (min-width: 1536px) {
    .testimonialList{
        max-height: 105vh;
    }
}

#testimonialsSeeMoreButton {
    background-color: #349947;
    color: white;
    height: 2rem;
    width: 8rem;
    border-radius: .6rem;
    position: relative;
    top: -4vh;
}

.testimonialsListFooter {
    background-image: linear-gradient(to bottom, 
    rgba(255, 255, 255, 0), 
    rgba(255, 255, 255, 0.9) 100%);
    position: relative;
    width: 100%;
    bottom: 7vh;
    height: 7vh;
}

