.fleet-productivity h3 {
    color: #ffffff;   
}

.fleet-productivity {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.text-container {
    max-width: 75%; 
}

@media (max-width: 767.98px) {
    .text-container {
        max-width: 100%;
    }
}