@media (max-width: 991.98px) {
    .home-slider .slider-item .text {
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        text-align: justify;
        font-size: 20px;
        padding: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
}
@media (max-width: 991.98px) {
    #boxes.row {
        margin-left: 0;
        margin-right: 0;
    }
}