/* board */


/* ********************************** */

.card--download-2 .card__image {
    position: relative;
    /* padding: 1.25rem; */
    overflow: hidden;
}

.card--download-2 .card__image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 100%;
}

.card--download-2 .card__image img {
    z-index: 2;
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    /* box-shadow: 0 3px 10px 0 rgb(0 0 0 / 30%); */
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}

.crop-board {
    margin: 0px 0 30px;
}

.card__title {
    font-weight: 500;
    font-size: 18px;
    padding: 10px 10px 0;
    font-family: 'Kanit'!important;
}

.card__text {
    padding: 0px 10px 0;
    color: #000;
    font-weight: 300;
    font-family: 'Kanit'!important;
}


/* .tex-w4{
    font-weight: 500;
}
.tex-w3{
    font-weight: 400;
}
.tex-w2{
    font-weight: 300;
} */

.card--download-2 .card__body {
    /* box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%); */
    height: 110px;
    text-align: center;
}

.card__body {
    flex: 1 1 auto;
}

.card1 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
}

.box-detail-board {
    margin: 40px 0;
}

.card__image {
    position: relative;
    /* padding: 1.25rem; */
    overflow: hidden;
}

.crop-board {
    margin: 40px auto;
}

.card4 .card__body {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    /* height: 230px; */
    height: 270px;
    text-align: center;
    padding: 15px 15px;
    margin-bottom: 40px;
}

.card5 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff0;
    background-clip: border-box;
}

.card5 .card__body {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    text-align: center;
    padding: 15px 15px;
    margin-bottom: 40px;
    height: 200px;
}

.card6 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff0;
    background-clip: border-box;
}

.card6 .card__body {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    text-align: center;
    padding: 15px 15px;
    margin-bottom: 40px;
    height: 170px;
}

@media (max-width: 1399px) {
    .card5 .card__body {
        height: 175px;
    }
}

@media (max-width: 1199px) {
    .card5 .card__body {
        height: 205px;
    }
}

@media (max-width: 991px) {
    .card4 .card__body {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .card4 .card__body {
        /* height: 300px; */
        height: 320px;
    }
}

@media (max-width: 575px) {
    .box-b-img2 {
        padding-left: 15px;
    }
    .card4 .card__body {
        height: auto;
    }
    .card5 .card__body {
        height: auto;
    }
    .card6 .card__body {
        height: auto;
    }
}


/* 56-1 */


/* *********************56-1 ************************* */