.comments{
	/*margin-top: 70px;*/
	/*background-color: #F0F0F0;*/
	padding: 10px;
}
.comments h4{
	font-weight: 600;
	color: #000;
}





.s-m a {
  text-decoration: none;
  font-size: 15px;
  color: #f1f1f1;
  width: 35px;
  /*height: 60px;*/
  text-align: center;
  margin: 0px 10px 0px 10px;
  transition: 0.4s all;
  line-height: 35px;
  cursor: pointer;
  background: #2F4678;
  border-radius: 50%;
}
.s-m a:hover {
  transform: scale(1.2);
}
