@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=Poppins:wght@100;200;300;400;500;600&display=swap');

* {
    font-family: 'Prompt', sans-serif;
    padding: 0;
    margin: 0;
}
h2{
    font-family: 'Sarabun', sans-serif;
  }
body {
    font-family: 'Prompt', sans-serif;
}
.banner {
    transition: 500ms;
}
.banner:hover {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.3);
}
h3 {
    font-size: 2.5vh;
    font-weight: bold;
}
h4 {
    padding-bottom: 3px;
    border-bottom:2px solid rgba(0, 0, 0, 0.2) ;
}
h4:last-child {
    border-bottom:none ;
}