.aczepta-exam-cards {
  display: grid !important;
  font-family: 'Lato', sans-serif;
  grid-template-columns: 1fr;
  gap: 30px;
  color: #333;
}

@media (min-width: 767px) {
  .aczepta-exam-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.aczepta-exam-card {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid #d9d9d9;
  text-decoration: none;
  color: inherit;
  &:hover {
    color: inherit;
  }
}

.aczepta-exam-heading {
  margin: 0 0 16px;
  text-align: center;
}

.aczepta-exam-image img {
  display: block;
  height: auto;
  width: 100%;
}

.aczepta-exam-content {
  margin: 0 !important;
  padding: 0 30px;
  flex-direction: column;
}

.aczepta-exam-inner {
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  flex-direction: column;
  gap: 30px;
  flex-wrap: nowrap;
}

.aczepta-exam-inner h2 {
  margin: 0;
}

.aczepta-exam-cards .aczepta-exam-cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.aczepta-exam-cards .aczepta-exam-cta h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2em;
}

.aczepta-exam-cards .aczepta-exam-cta {
  color: #ff6900;
}

.aczepta-exam-meta-item.fully-booked {
  color: #ae1613;
  font-weight: bold;
  margin-bottom: .5em;
}
