.lob-testimonials {
    position: relative;
}

.lob-testimonials::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/Chevron\ pattern.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.8;
    z-index: -1;
}
.lob-testimonials::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #3B3B3B 0%, #000000 100%);
    z-index: -2;
    width: 100%;
    height: 100%;
}
.lob-testimonials .lobt-content-wrapper {
    background-color: #454545;
    padding: 40px 24px 28px;
    margin-left: -12px;
    margin-right: -12px;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.lob-testimonials .lobt-icon {
    color: #4AAE4E;
}

.lob-testimonials .lobt-content p,
.lob-testimonials .lobt-content span {
    font-size: 16px;
    font-weight:700;
    color: #fff;
}
.lob-testimonials .lobt-content span {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.lob-testimonials .lobt-image {
    position: absolute;
    left: -50%;
    transform: translateX(20%);
    z-index: -1;
}

@media (min-width: 992px) {
    .lob-testimonials .lobt-content-wrapper {
        margin-bottom: 0;
    }
}