/* CUSTOM */
div.geeks .card-transparent {
  width: 255px !important;
  height: 255px !important;
  position: relative;
  padding: 14px 15px 3px;
}

div.geeks a.location-email.custom-text:hover {
  color: var(--mdc-color-primary) !important
}

div.geeks .bg-option-2 {
  background: url("https://storage.googleapis.com/mdc-website/applied-ai-v2/rectangle.svg");
  background-size: 180px;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

@media screen and (min-width: 768px) {
  div.geeks .bg-option-2 {
    background: url("https://storage.googleapis.com/mdc-website/mdc-adult-education/group-1.svg") !important;
    background-size: 351px;
    background-repeat: no-repeat !important;
  }
}
