.link-text-custom .column-gap {
  gap: 10px;
}

/**
** SMALL DEVICES
**/
@media (max-width: 768px) {
  .link-text-custom {
    width: 100%;
  }
}
