span#articles {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 24px;
}

.also_on_woo .mb-3 {
  margin-bottom: 1rem !important;
  justify-content: center;
}
.also_on_woo .card {
  max-width: 268px;
  min-width: 200px;
  position: relative;
  display: flex;
  flex: 1 0 0%;
  flex-direction: column;
  background-color: #f9f9f9;
  border-radius: 0.25rem;
  border: 1px solid #eff4f8;
}
.also_on_woo .card .card-img {
  border-radius: calc(0.25rem - 1px);
  width: 100%;
  height: auto;
  max-height: 165px;
}
.also_on_woo .card .p-2 {
  padding: 0.5rem !important;
}
.also_on_woo .card .p-2 .card-title {
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

@media (max-width: 991px) {
  .also_on_woo .card-deck .card {
    max-width: 320px;
    min-width: 320px;
  }
  .also_on_woo .card-deck .card:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) {
  .also_on_woo .card-deck {
    display: flex;
    flex-flow: row wrap;
  }
  .also_on_woo .card-deck .card:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 575px) {
  .also_on_woo .card-deck {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .also_on_woo .card-deck .card {
    max-width: 290px;
    min-width: 290px;
  }
}

/*# sourceMappingURL=related-articles.css.map */
