#depoiments .main-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    clip-path: inset(0 0 0 0);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-image: linear-gradient(0deg, rgba(0,0,0,0) 5%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
        
}

#depoiments .roll-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 50%;
    gap: 5rem;
}


#depoiments .text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
} 

#depoiments .text-container h2 {
    font-size: var(--title-size);
    font-weight: var(--title-weight);
    line-height: var(--title-line-height);
    color: rgba(255, 255, 255, 0.75);
    text-transform: capitalize;
    font-style: italic;
    text-align: center;
} 

#depoiments .text-container h4 {
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1rem;
    color: var(--subtitle-color);
}