﻿


.course-item {
  flex-direction: column;
  text-align: center;
  padding: 24px;
  margin: 24px 16px;
}

.course-image {
  order: -1;
  margin-bottom: 20px;
}

.course-image img {
  width: 100%;
  margin: 0;
  border-radius: 8px;
  filter: none;
}

.course-buttons {
  flex-direction: column;
  justify-content: center !important;
}

.course-buttons a {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
