.containerArticle {
  padding-top: 2rem;
}

@media screen and (min-width: 576px) {
  .containerArticle {
    padding-top: 5rem;
  }
}

.parentCategories {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.dateArticle {
  margin: 0;
}

.rowArticle .card-image {
  object-fit: contain;
  width: 100%;
  margin-bottom: 25px;
}

.rowArticle {
  justify-content: center;
}

.rowArticle .card-body figure {
  text-align: center;
}

.mainlyImg {
  border-radius: 40px;
  /*aspect-ratio: 3/2;*/
  max-height: 60vh;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.containerArticle .card {
  border: none !important;
}

.nameArticle {
  font-size: 3rem;
  font-weight: bold;
}

.rowArticle .card-body p {
  font-size: 1rem;
}

.card-body img {
  max-width: 100% !important;
  height: auto !important;
}

.containerArticle .row:nth-of-type(2) {
  justify-content: center;
}
