.tem05-guide-language .box{padding:65px 0;}
.tem05-guide-language .box .text{max-width:90%;overflow:hidden;}
.tem05-guide-language .box .title{font-size:20px;color:#333;margin-bottom:10px;}
.tem05-guide-language .box .description{color:rgb(153, 162, 169);font-size:13px;line-height:26px;max-height:78px;overflow:hidden;}
.tem05-guide-language .box .more{margin-top:30px;}
.tem05-guide-language .box .more a{padding:12px 48px;font-size: 16px;border-radius: 6px;}
@media (max-width:991px){
    .tem05-guide-language .box{padding:50px 0;}
    .tem05-guide-language .box .title{margin-bottom: 0;}
    .tem05-guide-language .box .more a{font-size:14px;padding:10px 30px;border-radius:4px;}
}
@media(max-width:768px){
    .tem05-guide-language .container,
    .tem05-guide-language.full-screen-spacing .container.full-screen{padding-left: 3%!important;padding-right: 3%!important}
    .tem05-guide-language .box .description{max-height:72px;}
}
@media (max-width:480px){
    .tem05-guide-language .box{padding:30px 0;}
    .tem05-guide-language .box .text{max-width:100%;}
    .tem05-guide-language .box .title{font-size:17px;}
    .tem05-guide-language .box .col-xs-9,
    .tem05-guide-language .box .col-xs-3{width:100%;}
    .tem05-guide-language .box .more{text-align:left;margin-top:15px;}
    .tem05-guide-language .box .more a{padding:6px 15px;font-size:13px;}
}