@media only screen and (min-width: 767px) {
    .only-show-on-mobile {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .only-show-on-desktop {
        display: none;
    }
}

.slider-cta-button {
    background-color: #e64625;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 10px;
    color: #ffffffff;
    border-radius: 25px;
}

@media only screen and (max-width: 767px) {
    .slider-header-content-txt {
        margin-top: 5px;
    }

    .slider-header-content-txt a {
        font-size: 14px !important;
    }
}