.home_section_top_container > a {
  background: #f1f1f1;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  color: #333 !important;
  text-decoration: none;
  transition: background 0.3s ease;
  display: inline-block;
}

.home_section_top_container > a:hover {
  background: #ddd;
}
