@media only screen and (max-width: 1200px) {

    .ctj-wrapper,
    .ctj-card-inner {
        width: 500px;
        height: 600px;
    }

    #ctj-role label,
    #ctj-software label,
    .ctj-question-radio-button-holder span.wpcf7-list-item-label {
        font-size: 12px;
    }

    .ctj-qustion-check-box-holder label {
        font-size: 12px;
    }

    .ctj-section-text,
    .ctj-text {
        font-size: 16px;
    }

    #ctj-card-4 .ctj-text:nth-child(2){
        margin-bottom: 0px;
    }

    .ctj-contact-info-holder{
        flex-direction: column;
    }

    .ctj-wrapper .slick-prev {
        left: 10px;
    }

    .ctj-wrapper .slick-next {
        right: 10px;
    }

    /* ******************* */
    /* ******************* */
    /* ******************* */

    .ctj-end-screen {
        width: 500px;
    }

    #ctj-posts .blog-carousel-card {
        width: 320px;
        height: 168px;
    }
}