
@media only screen and (max-width: 1200px) {
    .tp-caption[data-x="center"] {
        font-size: 50px !important;
        line-height: 60px !important;
    }
}

@media only screen and (max-width: 992px) {
    .tp-caption[data-x="center"] {
        font-size: 40px !important;
        line-height: 50px !important;
    }
}

@media only screen and (max-width: 768px) {
    .tp-caption[data-x="center"] {
        font-size: 35px !important;
        line-height: 45px !important;
    }
}

@media only screen and (max-width: 576px) {
    .tp-caption[data-x="center"] {
        font-size: 28px !important;
        line-height: 38px !important;
    }
}