/* ============== sec_content ============== */
@media (min-width: 992px) {
    .sec_content {
        font-size: 18px;
        margin-top: 7px;
    }
    .sec_content .container > * {
        margin-bottom: 23px;
    }
    .sec_content h3, .sec_content h4 {
        font-size: 20px;
        margin-bottom: 5px !important;
    }
    .sec_content ul:not(.sec_content_ulimg) li {
        padding-left: 15px;
    }
}
/* ============== sec_content_spacer ============== */
@media (min-width: 992px) {
    .sec_content_spacer {
        height: 23px;
    }
}
/* ============== sec_content_play ============== */
/*@media (min-width: 510px) {*/
/*    .sec_content_player {*/
/*        height: 300px;*/
/*    }*/
/*    .sec_content_play_btn svg {*/
/*        width: 60px;*/
/*        height: 60px;*/
/*    }*/
/*}*/
/*@media (min-width: 992px) {*/
/*    .sec_content_player {*/
/*        height: 532px;*/
/*        border-radius: 20px;*/
/*    }*/
/*    .sec_content_play_btn svg {*/
/*        width: 100px;*/
/*        height: 100px;*/
/*    }*/
/*}*/
/* ============== pro_sec1 ============== */
@media (min-width: 510px) {

}
@media (max-width: 991px) {
    .pro_sec1:before {
        content: url('../img/mob_left.svg');
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
    .pro_sec1:after {
        content: url('../img/mob_right.svg');
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
}
@media (min-width: 992px) {
    .pro_sec1 {
        padding: 24px 0 14px;
    }
    .pro_sec1:before {
        content: url('../img/left.svg');
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
    }
    .pro_sec1:after {
        content: url('../img/right.svg');
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
    .pro_sec1_titler {
        font-size: 22px;
        margin-bottom: 24px;
    }
    .pro_sec1_item {
        width: calc(100% / 3);
        margin-bottom: 10px;
    }
    .pro_sec1_num {
        font-size: 42px;
    }
    .pro_sec1_txt {
        font-size: 18px;
    }
}
/* ============== pro_sec2 ============== */
@media (max-width: 991px) {
    .pro_sec2_item {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .pro_sec2_ico img {
        max-width: 18px;
        height: auto;
    }
}
@media (min-width: 992px) {
    .pro_sec2 {
        padding: 24px 0;
    }
    .pro_sec2_titler {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .pro_sec2_list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .pro_sec2_item {
        width: calc((100% - 40px)/3);
        padding: 20px 20px;
        margin-bottom: 0;
    }
    .pro_sec2_item:not(:first-child) {
        margin-left: 20px;
    }
    .pro_sec2_ico {
        width: 54px;
        height: 54px;
        border-radius: 10px;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .pro_sec2_txt {
        font-size: 18px;
        width: 100%;
    }
    .pro_sec2_txt span {
        font-size: 14px;
        font-weight: 600;
    }
}
/* ==============  ============== */
/* ==============  ============== */
/* ==============  ============== */
@media (min-width: 510px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}