.case-logo {
  opacity: 0.5;
  transition: 0.2s ease-in-out !important;
}

.blog-archive-title {
  transition: 0.2s ease-in-out !important;
}

.case-testimonial {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px !important;
}

.case-position {
  color: rgba(255, 255, 255, 0.6901960784);
}

.case-button {
  background: rgba(255, 255, 255, 0.6901960784);
  color: #091d33 !important;
  padding: 5px 20px;
  border-radius: 999px;
  box-shadow: none !important;
  transition: 0.2s ease-in-out !important;
}

/* HOVER EFFECTS */
.is-linked:hover .case-logo {
  opacity: 1;
}
.is-linked:hover .case-button {
  background: #fff;
  color: #091d33 !important;
  padding: 5px 20px;
  border-radius: 999px;
  box-shadow: none !important;
  transition: 0.1s ease-in-out !important;
}

/* HOVER EFFECTS */