@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200;300;400&display=swap');

body{
   padding: 0;
   margin: 0;
}
.bg{
   /* background: red; */
   background: url(./images/bg.jpg) center center no-repeat;
   background-size: cover;
   text-align: center;
   height: 100vh;
   display: flex;
   align-items: center;
   justify-content: center;
}

.logos{
   display: block;
   margin-top: 100px;
   width: 100%;
}

.logos .box{
   border-radius: 15px;
   border: 1px solid #EBEBEB;
   background: #fff;
   width: 190px;
   height: 160px;
   box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
   display: inline-flex;
   align-items: center;
   justify-content: center;
   margin: 5px;
   position: relative;
   padding: 20px;
}
.logos .box div{
   position: relative;
}
.logos .box img{
   max-width: 100%;
   max-height: 100%;
}
.copy{
   font-family: 'Kanit', sans-serif;
   color: #6E6E6E;   
   font-size: 16px;
   font-style: normal;
   font-weight: 300;
   line-height: normal;
   letter-spacing: -0.16px;
   margin-top: 100px;
}