a{
  color: black;
  text-decoration: none;
}
a:hover{
  color: black;
}

.fw-semibold{
  font-weight: 500;
}

.case:hover{
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
  transition-duration: .4s;
}

.case-background{
  height: 300px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.case-background::before{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0.5);
}

.case-logo{
  position: absolute;
    top: auto;
    right: auto;
    max-height: 100%;
}