@media (max-width: 991px) {
  .card-col-item {
    flex: 1 0 60%;
  }
}
.card-component {
  position: relative;
}
.card-component .card-wrapper {
  height: 550px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .card-component .card-wrapper {
    height: 450px;
  }
}
@media (max-width: 991.98px) {
  .card-component .card-wrapper {
    height: 400px;
  }
}
.card-component .card-wrapper .card {
  transition: transform 0.5s ease;
  border-radius: 0 !important;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
  background-position: center;
}
@media (max-width: 1199.98px) {
  .card-component .card-wrapper .card {
    min-height: 450px;
  }
}
@media (max-width: 991.98px) {
  .card-component .card-wrapper .card {
    min-height: 400px;
  }
}
.card-component .card-wrapper .card img {
  width: 100%;
}
.card-component .card-wrapper .card .card-title {
  z-index: 1;
  position: absolute;
  bottom: 0%;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 30px;
}
.card-component .card-wrapper .card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  transition: 1.5s;
}
.card-component .card-wrapper .card:hover::before {
  box-shadow: inset 0 0 0 275px rgba(41, 46, 111, 0.75);
}
.card-component .card-wrapper .card:hover {
  transform: scale(1.1);
}
.card-component .card-wrapper .stretched-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
}

@media (max-width: 1199.98px) {
  .card-items {
    overflow-x: scroll;
    flex-wrap: nowrap !important;
  }
  .card-items .col-3 {
    min-width: 75%;
  }
}

/*# sourceMappingURL=card_four.css.map */
