.articleCard {
  box-shadow: 0 0 2em -0.9em #000000;
  min-height: 571px;
}
.articleCard > div:not(.articleCardItems_img) {
  padding: 0rem 1rem;
}
.articleCard .articleCardItems_img {
  position: relative;
}
.articleCard .articleCardItems_img img {
  width: 100%;
}
.articleCard .articleFilterSec_img_overlay {
  position: absolute;
  opacity: 0;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: #000000;
  cursor: pointer;
}
.articleCard .articleFilterSec_img_overlay:hover {
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.articleCard .articleFilterSec_img_overlay:hover svg {
  font-size: 35px;
  position: absolute;
  top: 40%;
  left: 45%;
}
.articleCard .articleCardItems_desc {
  display: inline-block;
  margin-top: 1rem;
  width: 100%;
  text-transform: capitalize;
  min-height: 80px;
  white-space: normal;
  word-break: break-word;
  color: var(--red-color);
  cursor: pointer;
}
.articleCard .articleCardItems_loca {
  text-decoration: none;
  color: var(--para-color);
  font-size: 16px;
  line-height: 28px;
  word-break: break-all !important;
}
.articleCard .articleCardItems_price {
  display: flex;
  justify-content: center;
  padding-top: 1rem !important;
  padding-bottom: 1.5rem !important;
}
.articleCard .articleCardItems_price button {
  border: none;
  width: 55%;
  padding: 12px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  background-color: var(--red-color);
}
.articleCard .articleCardItems_price button a {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .articleCard .articleCardItems_img img {
    height: 50vw;
  }
  .articleCard .articleFilterSec_img_overlay {
    height: 50vw;
  }
  .articleCard .articleCardItems_price button {
    width: 170px;
  }
}/*# sourceMappingURL=articlesCard.module.css.map */