.o2vape-testimonials {
    font-family: 'Lato';
}

.o2vape-testimonials .container {
    display: flex;
    gap: 20px; /* Space between columns */
    flex-direction: column; /* Stack columns vertically on smaller screens */
}
.o2vape-testimonials .left-col,
.o2vape-testimonials .right-col {
    width: 100%; /* Full width for each column */
    padding: 10px 0;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
    .o2vape-testimonials .container {
        flex-direction: row;
    }
    
    .o2vape-testimonials .left-col,
    .o2vape-testimonials .right-col {
        width: 50%; /* Each column takes up half the width */
        padding: 10px;
        box-sizing: border-box;
    }        
}

.o2vape-testimonials .title {
    font-weight: 900;
    font-size: 1.5em;
    line-height: 36px;
    padding-left: 0;
}

@media screen and (min-width: 1024px) {
    
    .o2vape-testimonials .title {
        font-weight: 900;
        font-size: 32px;
        line-height: 36px;
        padding-left: 10px;
    }
    
}