.contenticonblocks .column-content {
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
  /* Hover effect */
}

.contenticonblocks .column-content:hover {
  transform: scale(1.03);
  /* Slight zoom on hover */
}

.contenticonblocks .header-link {
  padding-top: 10px;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- BOOTSTRAP MEDIA QUERIES --------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
