*{
	margin: 0px;
	padding: 0px;
}
@media screen and (max-width: 1024px){
	.implant{
		padding: 10px;
	}
	.skin-tone{
		padding: 10px;
	}
}
@media screen and (min-width: 1025px){
	.skin-tone{
		padding: 10px;
	}
}
#sanhui-blog{
	padding-bottom: 50px;
}
#sanhui-blog h1{
	text-align: center;
	padding: 20px 0px;
	font-size: 32px;
	font-weight: bold;
}
#sanhui-blog h2{
	padding: 0px;
	margin: 0px;
	font-size: 26px;
	font-weight: bold;
}
#sanhui-blog img{
	width: 100%;
}
.single-post{
	padding: 20px;
	background: #f1f1f1;
	transition: all 2s;
	margin: 20px 0px;
}
.single-post:hover{
	box-shadow: 0px 0px 20px gray;
	background: #efefef;
}
.post-date{
	font-size: 14px;
	padding-top: 10px;
	opacity: 0.8;
}
.post{
	font-size: 16px;
}
.dots{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.see-whole-article{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    opacity: 0.8;
    transition: all 1s;
}
.see-whole-article a{
    color: black;
    text-decoration: none;
}
.see-whole-article:hover{
    cursor: pointer;
    opacity: 1;
    text-decoration: none;
}