.suggestBlogParent{
  position: relative;
}
.suggestBlogParent:after {
  position: absolute;
  content: '';
  background-color: var(--color4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 50%;
  z-index: -1;
}