.cosmetic{overflow:hidden;}
.cosmetic ul li{float:left; width:50%; text-align:center;}
.cosmetic ul li div{margin:0 20px 50px;}
.cosmetic ul li div img{width:100%; max-width:318px;}
.cosmetic ul li div p{font-size:18px; font-weight:500; margin:15px 0 0;}
/* tablet */
@media screen and (min-width:768px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:767px){
    .cosmetic ul li div{margin:0 10px 50px;}
    .cosmetic ul li div p{font-size:14px;}
}
