#testimonials{
    width: 100%;
    padding: 96px 111px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(22, 15, 35, 0) 0%, #160F23 50%, rgba(22, 15, 35, 0) 100%);
}

.testimonial-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 64px;
}

.arrow{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #17141E;
    border: none;
    outline: none;
}

.banner{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.banner > .card{
    width: 850px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.banner > .card::before{
    padding: 1px;
    background: var(--border-bg);
}

.review{
    font-family: Urbanist;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.6px;
    text-align: center;
    color: #FAFAFA;
}

.profile{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.profile > span{
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    color: #FAFAFA;
}