.voyant-card {
  display: flex;
  width: 100% !important;
  flex-direction: column;
}

.voyant-card h3 a {
	background-color: transparent;
	color: black !important;
}

.voyant-image__img {
    border-radius: 100%;
    margin-bottom: -80px;
}

@media (max-width: 767px) {
  .aether-voyants-grid {
    grid-template-columns: 1fr !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aether-voyants-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}   


