.custom-flex {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) {

	.custom-flex {
    flex-direction: row;
  }
}