.testimonials-brands-wrapper {
    padding: 8.8rem 7rem 8rem;
}

.testimonials-brands-wrapper .head {
    display: flex;
    gap: 10rem;
    align-items: center;
    padding-bottom: 7.2rem;
}

.testimonials-brands-wrapper .head h2 {
    font-family: Helvetica Neue !important;
    font-weight: 200;
    font-style: italic;
    font-size: 4.8rem;
    line-height: 7rem;
    letter-spacing: 0%;
    color: #161616;
}

.testimonials-brands-wrapper .head button.arrow-left {
    background: #fff;
    border: solid 1px #000000;
    width: 6.1rem;
    height: 6.1rem;
    border-radius: 0;
    cursor: pointer;
}

.testimonials-brands-wrapper .head button.arrow-right {
    background: #D4A896;
    border: solid 1px #D4A896;
    width: 6.1rem;
    height: 6.1rem;
    border-radius: 0;
    cursor: pointer;
}

.testimonials-brands-wrapper .pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
    float: left;
    margin-left: auto;
}

.testimonials-brands-wrapper .pagination .active {
    font-family: 'Helvetica Neue';
    font-weight: 600;
    font-size: 4rem;
    line-height: 2.4rem;
    color: #D4A896;
}

.testimonials-brands-wrapper .pagination .total {
    font-family: 'Helvetica Neue';
    font-weight: 300;
    font-size: 2rem;
    line-height: 100%;
    color: #3B3B3B;
}

.testimonials-brands-wrapper .item {
    display: flex;
    gap: 9.7rem;
    flex-direction: row;
}

.testimonials-brands-wrapper .picture {
    width: 40rem;
    height: 40rem;
}

.testimonials-brands-wrapper .text-content {
    flex: 1;
}

.testimonials-brands-wrapper .headline {
    padding-bottom: 3.8rem;
    display: flex;
    justify-content: space-between;
}

.testimonials-brands-wrapper .company-logo {
    position: relative;
}

.testimonials-brands-wrapper .company-logo:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 10rem;
    background: #0F0F0F;
    top: 50%;
    transform: translateY(-50%);
    left: -8rem;
}

.testimonials-brands-wrapper .company-logo img {
    max-height: 5.3rem;
    width: 100%;
}

.testimonials-brands-wrapper .role h3 {
    font-family: Helvetica Neue !important;
    font-weight: 200;
    font-style: italic;
    font-size: 4.8rem;
    line-height: 5.8rem;
    color: #161616;
}

.testimonials-brands-wrapper .quote .name h4 {
    font-family: 'Prata' !important;
    font-weight: 400 !important;
    font-size: 3.6rem;
    line-height: 8rem;
    color: #161616;
    padding-bottom: 2.4rem;
}

.testimonials-brands-wrapper .quote p {
    font-family: Helvetica Neue;
    font-weight: 300;
    font-style: italic;
    font-size: 2rem;
    line-height: 160%;
    padding-top: 2.4rem;
}


@media (max-width: 767px) {
    .testimonials-brands-wrapper {
        padding: 8.8rem 2.6rem 2rem;
    }
    .testimonials-brands-wrapper .head {
        padding-bottom: 2.5rem;
    }
    .testimonials-brands-wrapper .headline,
    .testimonials-brands-wrapper  .head .pagination,
    .testimonials-brands-wrapper  .head .arrows {
        display: none;
    }
    .testimonials-brands-wrapper .item {
        flex-direction: column;
        gap: 2.5rem;
    }
    .testimonials-brands-wrapper .picture {
        width: 100%;
        height: 100%;
    }
    .testimonials-brands-wrapper .quote .name h4 {
        font-size: 2.4rem;
        line-height: 3.4rem;
    }
    .testimonials-brands-wrapper .quote p {
        font-size: 1.5rem;
    }
    
}