.gallerycards {
  justify-content: flex-end;
  text-align: end;
  margin-right: 113px !important;
  margin-left: 111px !important;
}
.gallerycards .d-flex {
  justify-content: center;
}

.gallerycard {
  width: 443.5px;
  height: 244.8px;
  border-radius: 23.9px;
  box-shadow: 0 13px 14px 0 rgba(214, 214, 214, 0.3);
  background-color: white;
  margin-bottom: 38px;
}
.gallerycard img {
  width: 443.5px;
  height: 244.8px;
  border-radius: 23.9px;
}

@media screen and (max-width: 1610px) {
  .gallerycards {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
}
@media screen and (max-width: 991px) {
  .gallerycard {
    justify-content: center !important;
  }
}
@media screen and (max-width: 770px) {
  .gallerycard {
    margin-right: auto !important;
  }
}
@media screen and (max-width: 530px) {
  .gallerycard img {
    width: 99% !important;
    height: 225px;
  }
}
.displayright {
  float: right;
}/*# sourceMappingURL=gallery.css.map */