@media (min-width: 768px) and (max-width: 1499px) {
    .article_authors .col-md-12 h3 {
        font-size: 42px;
        font-weight: 400;
        line-height: 52.4px;
        text-align: left;
        padding: 0;
        margin: 0;
        color: var(--red-primary);
        margin-bottom: 60px;
        font-family: var(--regular-font);
    }

    .authors_content p {
        color: var(--black-primary);
        font-family: var(--regular-font);
        font-size: 14px;
        line-height: 26px;
    }

    .authors_content .red_praha {
        color: var(--red-primary);
        font-family: var(--regular-font);
        font-size: 16px;
        line-height: 24px;
    }

    .authors_content h3 {
        color: var(--red-primary);
        font-family: var(--bold-font);
        font-size: 18px;
        line-height: 21px;
    }

    .cxo_forum .agenda_date p {
        font-size: 18px;
        color: #C33531;
        font-weight: 400;
        font-family: var(--regular-font);
        line-height: 30px;
    }

    .cxo_forum .agenda_content .main_parha {
        font-size: 20px;
        color: #C33531;
        font-weight: 500;
        font-family: var(--medium-font);
        line-height: 30px;
    }

    .cxo_forum .agenda_content p {
        font-size: 18px;
        color: #000;
        font-weight: 400;
        font-family: var(--regular-font);
        line-height: 35px;
    }

    .cxo_forum .agenda_content b {
        font-size: 18px;
        color: #000;
        font-weight: 500;
        font-family: var(--medium-font);
        line-height: 35px;
    }

    .cxo_forum .agenda_content ul li {
        font-size: 18px;
        color: #000;
        font-weight: 400;
        font-family: var(--regular-font);
        line-height: 35px;
    }

    .nsm_footer-social a:first-child img {
        width: 70px !important;
    }

    .market-industry-main-content .tabs-content .helping_sme_content li {
        font-family: var(--regular-font);
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        color: #000000;
    }

    .market-industry-main-content .tabs-content .helping_sme_content b {
        font-family: var(--regular-font);
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        color: #C33531;
    }

    .market-industry-main-content .tabs-content .helping_sme_content p {
        font-family: var(--regular-font);
        font-weight: 600;
        font-size: 20px;
        line-height: 160%;
        color: #000000;
        margin-top: 20px;
    }

    .market-industry-main-content .tabs-content .content_block_new h5 {
        font-family: var(--medium-font) !important;
        font-weight: 500 !important;
        font-size: 36px !important;
        line-height: 57px !important;
    }

    .slider-container .content-block p {
        font-family: var(--regular-font);
        font-size: 14px;
        line-height: 26px;
        color: var(--black-primary);
    }

    .slider-container .block-title-new ul li {
        font-family: var(--regular-font);
        font-size: 14px;
        line-height: 26px;
        color: var(--black-primary);
    }

    .slick-next {
        right: -55px;
    }

    .slick-prev {
        left: -75px;
    }

    .slider-container .slick-prev img {
        width: 100%;
    }

    .slider-container .slick-next img {
        width: 100%;
    }

    .stakeholder_content p {
        font-family: var(--regular-font);
        font-size: 14px;
        line-height: 26px;
        color: var(--black-primary);
    }

    .stakeholder_content b {
        font-family: var(--bold-font);
    }

    .stakeholder_content h5 {
        font-family: var(--bold-font);
        font-size: 18px;
        line-height: 28px;
        color: var(--black-primary);
        margin-top: 15px;
    }

    .hs_video_frame_content h5 {
        font-family: var(--bold-font);
        font-size: 16px;
        line-height: 28px;
        color: var(--black-primary);
        margin-top: 15px;
    }

    .hs_video_frame_content b {
        font-family: var(--bold-font);
        font-size: 14px;
        line-height: 28px;
        color: var(--black-primary);
    }

    .rnd_slider_container p {
        font-family: var(--regular-font);
        font-size: 14px;
        line-height: 26px;
        color: var(--black-primary);
    }

    .hs_video_frame_content ul li {
        font-family: var(--regular-font);
        font-size: 14px;
        line-height: 26px;
        color: var(--black-primary);
    }

    .content-block p {
        font-family: var(--regular-font);
        font-size: 14px;
        line-height: 22px;
        color: var(--black-primary);
    }

    .slick-arrow-custom img {
        width: 30px;
    }


    .page-talent {
        padding-top: 150px;
    }
    .contact_us_section .contact_title h2 {
    font-size: 38px;
    line-height: 60px;
    font-family: var(--bold-font);
    font-weight: 500;
    color: #C33531;
    text-align: center;
}
}

@media (min-width: 1500px) {
    .rnd_slider_container .content-block h5 {
        font-size: 48px;
        line-height: 58px;
        font-family: var(--medium-font);
        font-weight: 500;
        color: #C33531;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

/* for-mobile */

@media (max-width: 767px) {
    .authors_content p {
        color: var(--black-primary);
        font-family: var(--regular-font);
        font-size: 3.2vw;
        line-height: 4.4vw;
    }

    .authors_content .red_praha {
        color: var(--red-primary);
        font-family: var(--regular-font);
        font-size: 3.2vw;
        line-height: 4.4vw;
    }

    .authors_content h3 {
        font-size: 3.6vw;
        line-height: 4.8vw;
        font-weight: 400;
        text-align: left;
        padding: 0;
        margin: 0;
        color: var(--red-primary);
        margin-bottom: 10px;
        font-family: var(--regular-font);
        margin-top: 15px;
    }

    .article_authors .col-md-12 h3 {
        color: var(--red-primary);
        margin-bottom: 8vw;
        margin-top: 2vw;
        font-family: var(--bold-font);
        font-size: 7.5vw;
        line-height: 9.3vw;
        text-align: left;
    }

    .article_authors .col-md-6 {
        margin-bottom: 30px;
    }

    .authors_content {
        padding: 0px 0px 0px 0px;
    }

    .cxo_forum .col-md-12 h2 {
        font-size: 24px;
        font-weight: 500;
        font-family: 'Objektiv_Mk1MD';
        line-height: 35px;
        color: #C33531;
    }

    .cxo_forum .col-md-12 h3 {
        font-size: 24px;
        font-weight: 500;
        font-family: 'Objektiv_Mk1MD';
        line-height: 35px;
        color: #000000;
    }

    .cxo_forum {
        padding: 50px 0px;
        margin-top: 40%;
    }

    .cxo_forum .col-md-12 h5 {
        font-size: 16px;
        font-weight: 500;
        font-family: 'Objektiv_Mk1MD';
        line-height: 30px;
        margin-bottom: 0px;
    }

    .cxo_forum .agenda_date p {
        font-size: 14px;
        color: #C33531;
        font-weight: 400;
        font-family: var(--regular-font);
        line-height: 10px;
        margin-bottom: 10px;
    }

    .cxo_forum .agenda_content .main_parha {
        font-size: 16px;
        color: #C33531;
        font-weight: 500;
        font-family: var(--medium-font);
        line-height: 30px;
    }

    .cxo_forum .agenda_content p {
        font-size: 14px;
        color: #000;
        font-weight: 400;
        font-family: var(--regular-font);
        line-height: 26px;
    }

    .cxo_forum .agenda_content b {
        font-size: 14px;
        color: #000;
        font-weight: 500;
        font-family: var(--medium-font);
        line-height: 26px;
    }


    .cxo_forum .agenda_content ul li {
        font-size: 14px;
        color: #000;
        font-weight: 500;
        font-family: var(--medium-font);
        line-height: 26px;
    }

    .header_home .bottom-head .rightblock .rightmenu_new {
        border-right: 0vw solid var(--red-primary);
        margin-right: 1vw;
        margin-left: 0vw;
        padding: 0px;
    }

    .header_home .bottom-head .rightblock .rightmenu_new a {
        color: #fff;
        font-size: 2.8vw;
    }

    .header_home .bottom-head .iconblock_new li a {
        text-decoration: none;
        font-size: 3vw;
        text-transform: capitalize;
        color: var(--white-primary);
        font-family: var(--bold-font);
    }

    .header_home .row .bottom-head-new {
        background: #ffffffe7;
        border-radius: 0px 0px 10px 10px;
        padding: 10px 15px;
    }

    .header_home .bottom-head .iconblock_new {
        width: 100%;
        text-align: center;
    }

    .header_home.hide .row .bottom-head-new {
        margin-top: -20vw;
        z-index: -1;
    }

    .header_home .bottom-head .formobile_new {
        display: block !important;
    }

    .header_home .bottom-head .rightmenu_new ul li a {
        text-decoration: none;
        font-size: 0.8vw;
        text-transform: uppercase;
        color: var(--white-primary);
        font-family: var(--bold-font);
        line-height: 25px;
    }

    .nsm_footer-social a:first-child img {
        width: 80px !important;
    }

    .header_home .bottom-head .rightmenu_new ul {
        justify-content: center;
    }

    .market-industry-main-content .tabs-content .helping_sme_content li {
        font-family: 'Objektiv_Mk1RG';
        font-weight: 400;
        font-size: 3.6vw;
        line-height: 5.8vw;
        color: #000000;
    }

    .market-industry-main-content .tabs-content .helping_sme_content b {
        font-family: var(--regular-font);
        font-weight: 400;
        font-size: 3.6vw;
        line-height: 5.8vw;
        color: #C33531;
    }

    .market-industry-main-content .tabs-content .helping_sme_content p {
        font-family: var(--regular-font);
        font-weight: 500;
        font-size: 19px;
        line-height: 160%;
        color: #000000;
        margin-top: 20px;
    }

    .market-industry-main-content .tabs-content .content_block_new h5 {
        font-family: var(--medium-font) !important;
        font-weight: 500 !important;
        font-size: 6vw !important;
        line-height: 7.2vw !important;
    }

    .container_block_content .col-md-3 {
        width: 100%;
    }

    .tabs-content .col-md-3 {
        width: 50%;
    }

    .market-industry-main-content .tabs-content .helping_sme_heading h5 {
        font-family: var(--extrabold-font);
        font-size: 5.5vw;
        line-height: 8.5vw;
        color: var(--red-primary);
        text-transform: uppercase;
        margin-bottom: 8.5vw;
    }

    .slider-container .block-title-new ul li {
        font-family: var(--regular-font);
        font-size: 3.6vw;
        line-height: 4.8vw;
        color: var(--black-primary);
    }

    .slider-container .content-block p {
        font-family: var(--regular-font);
        font-size: 3.6vw;
        line-height: 4.8vw;
        color: var(--black-primary);
        margin-bottom: 5.5vw;
    }

    .stakeholder_content p {
        font-family: var(--regular-font);
        font-size: 3.6vw;
        line-height: 4.8vw;
        color: var(--black-primary);
        margin-bottom: 5.5vw;
    }

    .stakeholder_content h5 {
        font-family: var(--bold-font);
        font-size: 16px;
        line-height: 26px;
        color: var(--black-primary);
        margin-top: 15px;
    }

    .rnd_slider_container p {
        font-family: var(--regular-font);
        font-size: 3.6vw;
        line-height: 4.8vw;
        color: var(--black-primary);
    }

    .hs_video_frame_content h5 {
        font-family: var(--bold-font);
        font-size: 14px;
        line-height: 24px;
        color: var(--black-primary);
        margin-top: 15px;
    }

    .hs_video_frame_content ul li {
        font-family: var(--regular-font);
        font-size: 3.6vw;
        line-height: 4.8vw;
        color: var(--black-primary);
    }

    .erd_hrline {
        opacity: 1;
        margin-bottom: 40px;
    }

    .slick-slidernew .slick-dots {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 12px;
        padding: 20px 0;
    }

    .erd_hrline_second {
        margin-top: 50px;
    }

    .slick-slidernew .slick-dots {
        position: absolute;
        bottom: -60px;
        display: block;
        width: 100%;
        padding: 0;
        list-style: none;
        text-align: center;
    }

    .content-block p {
        font-family: var(--regular-font);
        font-size: 3.6vw;
        line-height: 4.8vw;
        color: var(--black-primary);
    }

    .rnd_slider_container .content-block h5 {
        font-size: 28px;
        line-height: 38px;
        font-family: var(--medium-font);
        font-weight: 500;
        color: #C33531;
        margin-top: 30px;
    }

    #talentVideo {
        width: 100%;
        border-radius: 10px;
        height: 350px;
        object-fit: cover;
    }

    .quote-section {
        text-align: center;
        padding: 0px;
        position: relative;
    }

    .rnd_slider_container .content-block {
        width: 100%;
    }

    .slick-slidernew-talent .slick-dots {
        position: absolute;
        bottom: -90px;
        display: block;
        width: 100%;
        padding: 0;
        list-style: none;
        text-align: center;
    }

    .slick-slidernew-talent .slick-dots {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 12px;
        padding: 20px 0;
    }

    .sv_video .slick-dots li button {
        font-size: 0;
        width: 14px;
        height: 14px;
        border: 3px solid var(--red-primary);
        border-radius: 50%;
        background: transparent;
        transition: background 0.3s ease, border-color 0.3s ease;
    }
    .council_focus_area .col-md-10 h5{
        font-size: 28px;
        line-height: 42px;
        font-family: var(--medium-font);
        font-weight: 500;
        color: #C33531;
        margin-bottom: 25px;
        margin-top: 0px;
    }
    .council_focus_area .col-md-10 .parha_bold{
        font-family: var(--bold-font);
        font-size: 3.6vw;
        line-height: 4.8vw;
        color: var(--black-primary);
        font-weight: 600;
    }
    .council_focus_area .col-md-10 .parha_regular{
        font-family: var(--regular-font);
        font-size: 3.6vw;
        line-height: 4.8vw;
        color: var(--black-primary);
    }
    .contact_us_section {
    margin-top: 95px;
}
.erd_hrline_slider{
    margin-top: 100px;
}
.talent_hrline {
    opacity: 1;
    margin-top: 40px;
    margin-bottom: 50px;
}
.contact_us_section .contact_title a {
    font-size: 19px;
    line-height: 40px;
    font-family: var(--regular-font);
    font-weight: 400;
    color: #581212;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
}
.rnd_slider_container .hs-content-block h5{
    font-family: var(--extrabold-font)!important;
        font-size: 5.5vw!important;
        line-height: 8.5vw!important;
        color: var(--red-primary)!important;
        text-transform: capitalize!important;
        margin-bottom: 8.5vw!important;
}
.sv_video {
    margin-bottom: 50px;
}
}
