@import url("https://fonts.dubuplus.com/css?family=Kanit");
.brand dl{overflow:hidden; margin:0 0 65px;} 
.brand dl dt:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 18px;
    border-radius: 2px;
    background: #1672b1;
}
.brand dl dt{
    font-size: 22px;
    margin: 0 0 15px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    padding-left: 15px;
    position: relative;
    font-weight: 500;
}
.brand dl dd .color{padding: 20px; }
.brand dl dd .color h4{font-size:18px; font-family:'Kanit'; margin:0 0 35px; text-align:center; background:#f2f2f2; padding:6px 0; border-radius:0 0 15px 15px;}
.brand dl dd .color ul{overflow:hidden; margin:0 0 55px; text-align:center;}
.brand dl dd .color ul li{display:inline-block; width:33.1%;}
.brand dl dd .color ul li div span{display:block; width:70px; height:70px; margin:0 auto 25px; border-radius:50%;}
.brand dl dd .color ul li div .green{background:#8fc31f;}
.brand dl dd .color ul li div .d_green{background:#006934;}
.brand dl dd .color ul li div .d_blue{background:#004C98;}
.brand dl dd .color ul li div .s_blue{background:#54C1DD;}
.brand dl dd .color ul li div .blue{background:#036EB8;}
.brand dl dd .color ul li div .l_green{background:#DAE000;}
.brand dl dd .color ul li div .gold{background:#B3A36B;}
.brand dl dd .color ul li div .silver{background:#B5B5B6;}

.brand dl dd .color ul li div b{font-size:17px; margin:0 0 15px; display:block; font-weight:normal; font-family:'Kanit';}
.brand dl dd .color ul li div p{font-size:13.5px; font-weight:100; line-height:1.5;}
.brand dl dd > span{display:block; border:1px solid #ddd; margin:0 0 30px;}
.brand dl dd > span img{width:100%; max-width:500px; display:block; margin:0 auto;}
.brand dl dd > p{font-size:15px; text-align:justify; line-height:1.65; letter-spacing:-0.6px; padding:0 10px;}
@media screen and (min-width:992px) and (max-width:1199px){
    .brand dl dd .color ul li{width:33%;}
}
/* tablet */
@media screen and (min-width:768px) and (max-width:991px){
    .brand dl dd .color ul li{width:33%;}
}
/* mobile */
@media screen and (max-width:767px){
    .brand dl dd .color ul li{width:49%;}
}

