.testimonials {
    background: #3F3F44;
    padding-bottom: 100px;
    position: relative;
}
.testimonials-content {
    position: relative;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 0px;
    align-items: baseline;
    top: 100px;
}
.testimonials-content p {
    color: #F5F5F5;
}
.testimonials-content h3 {
    color: #F5F5F5;
    margin-top: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.testimonials-content .b2-eyebrow {
    color: #BEB5D9 ;
}
.testimonials-image {
    position: relative;
}
.testimonials-image__logo {
    position: absolute;
    bottom: 0;
    width: 40%;
}
.testimonials-slider__quote {
    position: relative;
    left: 5px;
}
.testimonials-slider {
    margin-top: -25px;
}
.testimonials-slider__item {
    display: flex;
    gap: 90px;
    align-items: flex-start;
}
.testimonials-slider-arrow {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.testimonials-slider-arrow a:hover svg path {
    fill: #D285F9;
}
.testimonials-slider-arrow a:active svg path {
    fill: #BEB5D9;
}
.triangle-4-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.page-about .triangle-4-img,
.page-managed-it .triangle-4-img,
.page-cyber-security .triangle-4-img,
.page-cloud-services .triangle-4-img,
.page-business-voice-data-services .triangle-4-img,
.page-it-procurement .triangle-4-img,
.page-services .triangle-4-img {
    height: 100%;
}
@media only screen and (max-width: 1280px) {
    .testimonials {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .testimonials-slider {
        margin-top: 0;
    }
    .triangle-4-img {
        display: none;
    }
    .testimonials-content {
        top: 0;
    }
}
@media only screen and (max-width: 991px) {
    .testimonials-slider__item {
        flex-direction: column-reverse;
        align-items: center;
        gap: 40px;
    }
    .testimonials-slider-arrow {
        margin-top: 40px;
    }
    .testimonials-content {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 0 30px;
    }
    .testimonials-slider__quote {
        position: absolute;
        opacity: 0.2;
        top: -40px;
    }
}
@media only screen and (max-width: 767px) {
    .testimonials-image__photo {
        width: 300px;
        height: 300px;
        object-fit: cover;
    }
}