
                .paqarriz2-alt_cards {

}
.paqarriz2-alt_cards .card-bg {
  height: 480px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.paqarriz2-alt_cards .card-bg:nth-child(1)::before {
  opacity: 0.6;
  background-color: var(--bsx-color-secondary) !important;
}
.paqarriz2-alt_cards .card-bg:nth-child(2)::before {
  opacity: 0.6;
  background-color: var(--bsx-color-primary-light) !important;
}
.paqarriz2-alt_cards .card-bg:nth-child(3)::before {
  opacity: 0.6;
  background-color: var(--bsx-color-third) !important;
}
@media (min-width: 992px) {
  .paqarriz2-alt_cards .card-bg {
    height: 65vh;
  }
}
