.md-testimonial-section {
    /* 1. Ensure the section only covers its own height */
    display: block;
    position: relative;
    overflow: hidden; 

    /* 2. Add a clear margin at the bottom to separate from Vacancies */
    margin-bottom: 50px; 

    /* 3. If there is a background color, ensure it's contained */
    background-clip: padding-box;
}

/* 4. Fix for Bootstrap "my-auto" which can sometimes stretch heights */
.md-testimonial-section .row {
    align-items: center;
}