.testimonial-section {
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, #000000 100%);*/
    padding: 60px 0;
}

.testimonial-box {
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 300px;
}

.testimonial-box h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

.testimonial-box p {
    font-size: 1rem;
    color: #555;
    padding: 0px 15px;
}