.module-related-posts .post-image.image-wrap {
  overflow: hidden;
  border-radius: 10px;
}

.module-related-posts .post-image.image-wrap img {
  transition: transform 0.3s ease;
}

.module-related-posts .post-image.image-wrap:hover img {
  transform: scale(1.1);
}

.blgstps1 .module-buttons-item  {
  background-color: #767772;
	font-size: 0.9em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 7px;
}