.carousel-item {
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .carousel-item {
        font-size: inherit;
    }
}