﻿.chk-50-spacer {
    position: relative;
    height: 50px !important;
    /* padding-top: 25px; */
    /* padding-bottom: 25px; */
}


.chk-200-spacer {
    position: relative;
    height: 200px !important;
    /* padding-top: 25px; */
    /* padding-bottom: 25px; */
}
.chk-header-h2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 44px;
    font-family: EBGaramond-Regular;
}
.chk-100-spacer {
    height: 100px;
} 

.chk-static-content-container > .w3-col {
    font-family: "Sarabun Light", Helvetica, Arial, sans-serif !important /*!important*/;
    /* font-weight: 100 !important; */
}

.chk-static-content-container > .w3-col > ul {
    font-family: "Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif !important;
    /* font-weight: bold; */
    font-size: 14px !important /*!important; */;
}

img.chk-static-content-image {
    width: 300px;
    margin-left: calc(((100% / 12) - 300px ) *); /* padding-left: calc(13%); */
}

img.chk-static-content-image {
}
.chk-static-content-container {
    max-width: 880px !important;
}
/*.chk-static-content-image-container-cent {
    text-align: center;
}*/
@media(min-width:601px) and (max-width:993px) {
   
}

@media(max-width:600px) {

    img.chk-static-content-image {
        width: calc((100% / 12) * 10) !important;
        /* padding-left: calc(13%); */
    }
    .chk-header-content-internal-pad-static {
        padding-left: 40px !important;
    }
        .chk-200-spacer {
        height: 100px !important;
    }
 
}