#mm-0 > div.home-layout > div.wrap__home > div > div.wrap-container > div.twocolumns-section > div > div.narrow-col {
    position: relative; 
    /* height: 100vh;
    width: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
}

#mm-0 > div.home-layout > div.wrap__home > div > div.wrap-container > div.twocolumns-section > div > div.narrow-col::before {
    content: "";
    background-image: url(/storage/app/media/testimonial-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 99% 50%;
    opacity: 0.3;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.twocolumns-section--inner .narrow-col {
    background: #ffffff;
}

.twocolumns-section .testimonials__title {
    color: #1a1a1a;
    text-shadow: 1px 1px 3px #fff;
}

.testimonials__content, .testimonials__source {
    color: #1a1a1a;
    text-shadow: 1px 1px 3px #fff;
}

.logo__description {
    font-size: 22px;
}

.wrap-container .content-column .content-col {
    width: 100%;
}

.wrap__offer {
    width: 100%;
}

.wrap__testimonials {
    position: relative;
    color: #000000;
}