.Board1_SFX_module {
    padding: 1% 0%
}

.Board1_SFX_padding_left {
    padding-left: 5%;
}

.Board1_SFX_block_spilt_horizontal {
    padding: 4% 0% 4% 0%;
}

.Board1_IMG_BOD img {
    /*border-radius: 20px;
    width: 100%;
    height: 240px;
    object-fit: cover;*/

    border-radius: 20px;
    width: 100%;
    max-width: 270px;
    height: 195px;
    object-fit: cover;
}

.SFX_min_height_board1 {
    min-height:240px;
}

.Board1_SFX_table_block_1 {
    background-color: #ffffff;
    border-radius: 20px;
    border: #e5e5e5;
    width: 100%;
    height: 150px;
    margin-top: 10%;
    border: 1px solid #e5e5e5;
    display: none;
}

.Board1_SFX_content_1 {
    font-size: 20px;
    font-weight: 600;
    color: #377dff;
    padding-left: 4px;
}

/*.Board1_SFX_content_2 {
    font-size: 15px;
    font-weight: 100;
    color: #959595;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}*/
.Board1_SFX_content_2 {
    overflow: hidden;
    position: relative;
    height: calc(60px + (50 - 40) * ((100vw - 300px) / (1600 - 300)));
    padding-left: 4px;
    /* place for '...' */
    /*margin-right: -1em;
    padding-right: 1em;*/
}

    /*.Board1_SFX_content_2:before {
        content: '...';
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .Board1_SFX_content_2.hide_psedo:before {
        display: none;
    }

    .Board1_SFX_content_2:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
    }*/

.Board1_SFX_content_3 {
    font-size: 15px;
    font-weight: 100;
    color: #636363;
    text-align: left;
    margin: 3% 0%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.Board1_SFX_content_4 {
    font-size: 13px;
    font-weight: 100;
    color: #959595;
    padding: 5%;
    padding-left: 20px;
    text-align: left;
}

.Board1_SFX_content_5 {
    font-size: 13px;
    font-weight: 100;
    color: #377dff;
    text-align: left;
    padding-left: 20px;
    padding-top: 5%;
}

.Board1_SFX_content_6 {
    font-size: 13px;
    font-weight: 100;
    color: #959595;
    padding-left: 20px;
    text-align: left;
}

.Board1_SFX_content_7 {
    font-size: 15px;
    font-weight: 100;
    color: #959595;
    padding-left: 5%;
    text-align: left;
}

.Board1_BTN_1 {
    background-color: #377dff;
    color: #ffffff;
    border-radius: 20px;
    display: table-cell;
    vertical-align: middle;
}

    .Board1_BTN_1:hover {
        background-color: #ffffff;
        color: #377dff;
        border-color: #377dff;
        border-radius: 20px;
        display: table-cell;
        vertical-align: middle;
    }

.Board1_BTN_2 {
    background-color: #377dff;
    font-size: 12px;
    color: #ffffff;
    border-radius: 25px;
    padding: 9.5px 20px;
    font-weight: 500;
    position:absolute;
    bottom:40px;
    z-index:1;
}

    .Board1_BTN_2:hover {
        text-decoration: none;
        background-color: #044ACC !important;
        color: #ffffff !important;
        border: 1px solid #044ACC !important;
    }



.Board1_SFX_no_padding {
    padding: 0px;
}

.Board1_SFX_table_document {
    height: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    background: #ffffff;
    display: table-cell;
    vertical-align: middle;
    font-size: 10px;
}

.Board1_SFX_BOD_hide {
    display: none;
}

.Board1_SFX_BOD_hide2 {
    display: none;
}

.Board1_SFX_BOD_hide3 {
    display: none;
}

.Board1_SFX_line  {
   padding: 30px 0px 30px 0px;
}

.Board1_SFX_line hr {
    border-top: 1px solid rgb(238, 238, 238);
}

.Board1_SFX_text_align {
}

.SFX_Fit_Button_margin {
   margin-bottom: 30px;
   padding-left: 30px;
}

@media (max-width: 1040px) {
    .Board1_SFX_text_align {
        text-align: center;
    }

    .Board1_SFX_table_block_1 {
        background-color: #ffffff;
        border-radius: 20px;
        border: #e5e5e5;
        width: 280px;
        height: 150px;
        margin-top: 0;
        border: 1px solid #e5e5e5;
        display: none;
        margin: auto;
        margin-bottom: 30px;
    }

    .Board1_BTN_2 {
        background-color: #377dff;
        color: #ffffff;
        border-radius: 20px;
        display: inline-block;
        vertical-align: middle;
        position: unset;
        margin-top: 20px;
    }

        .Board1_BTN_2:hover {
            background-color: #ffffff;
            color: #377dff;
            border-color: #377dff;
            border-radius: 20px;
            display: inline-block;
            vertical-align: middle;
        }

    .Board1_SFX_Center_Img {
        margin: auto;
    }

    .Board1_SFX_Center_Block {
        margin: auto;
    }

    .Board1_IMG_BOD img {
        border-radius: 20px;
        width: 100%;
        max-width: 270px;
        height: 195px;
        object-fit: cover;
    }
}

@media (max-width: 499px) {
    .Board1_IMG_BOD img {
        border-radius: 20px;
        width: 100%;
        max-width: 270px;
        height: 195px;
        object-fit: cover;
    }

    .Board1_SFX_table_block_1 {
        background-color: #ffffff;
        border-radius: 20px;
        border: #e5e5e5;
        width: 100%;
        height: auto;
        min-height: 150px;
        margin-top: 0;
        border: 1px solid #e5e5e5;
        display: none;
        margin: auto;
        margin-bottom: 30px;
    }
}
