.custom-card__wrapper {
  max-width: 338px;
}
@media only screen and (max-width: 767px) {
  .custom-card__wrapper {
    margin: 0 auto 40px auto;
    max-width: 70%;
  }
}
@media only screen and (max-width: 480px) {
  .custom-card__wrapper {
    max-width: 100%;
  }
}
.custom-card__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  min-height: 408px;
}
.custom-card__link:hover .cc-top-box__overlay {
  opacity: 0;
}
.custom-card .cc-top-box {
  position: relative;
}
.custom-card .cc-top-box__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  opacity: 0.5;
  transition: 0.3s ease opacity;
}
.custom-card .cc-top-box__wrapper {
  position: absolute;
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-right: 1px solid white;
  width: calc(100% - 40px);
  margin: 17px 20px 0 20px;
  height: 100%;
  padding: 12px;
  z-index: 20;
}
.custom-card .cc-bottom-box {
  padding: 0 20px 20px 20px;
}
.custom-card .cc-bottom-box__wrapper {
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  padding: 12px;
  min-height: 160px;
}
.custom-card__title {
  font-size: 22px;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
}
.custom-card__image {
  width: 100%;
  height: 225px;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.custom-card__description {
  margin: 0;
  font-size: 36px;
  line-height: 44px;
  color: white;
}
@media only screen and (max-width: 1100px) {
  .custom-card__description {
    font-size: 30px !important;
    line-height: 38px !important;
  }
}
/*# sourceMappingURL=view.css.map */