.testimonialIndividual {
    border-bottom: 1px solid var(--mainMid);
    overflow: auto;
}
.testimonialIndividual:last-of-type {
    border-bottom: none;
}
h2 {
    color: var(--mainMid);
    text-align: center;
}
p:has(img) {
    float: right;
    max-width: 20%;
}
.testimonialIndividual:has(img) .testimonialText {
    float: left;
    width: 70%;
}
h3 {
    clear: both;
}
@media only screen and (max-width: 730px) {
    p:has(img), 
    .testimonialText {
        float: none;
        width: 100%;
        max-width: 100%;
    }
}