@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,200;0,300;1,200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@100;200;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@300&display=swap');
* {
    font-family: 'Prompt', sans-serif;
    margin: 0;
    padding: 0;
}
h2{
    font-family: 'Sarabun', sans-serif;
}
.blockqoute {
    font-family: 'Sarabun', sans-serif;
    font-weight: bold;
    font-size: 2.5vh;
    padding-top: 100px;
}

footer{
    background: rgb(1,17,37);
    background: linear-gradient(121deg, rgba(1,17,37,1) 31%, rgba(32,41,66,1) 100%);
}
.aj-img {
    transition: 500ms;
}
.aj-img:hover {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.3);
}
#banner {
    margin-top: 2rem;
    margin-bottom: 1rem;
    width: 100%;
    height: 10vh;
    background: url('../img/banner/kkuoldbanner.jpg') center center no-repeat;
    background-size: cover;
    /*
    กำหนัดรูปพื้นหลังและตำแหน่งเป็นcenter ไม่แสดงภาพส้ำ และfixed positionเพื่อให้ภาพไม่เลื่อน
    ตามwebsite
    */
}
.col-sm-8 {
    background: url('../img/banner/test.png') center  center no-repeat;
}
@media (max-width: 992px) {
    p {
        font-family: 'Sarabun', sans-serif;
        font-weight: bold;
        padding-top: 0px;
    }
    .col-sm-8 {
        border-top: 1px solid salmon;
        border-bottom: 1px solid salmon;
    }
}