html{
	scroll-behavior: smooth;
}


@media (max-width: 768px) {
  .column-reverse {
    flex-direction: column-reverse; 
  }
}


