.card-grid-section {
  background-color: #F6F6F6;
}
.card-grid-section.decorilla-page-section {
  margin-top: 0 !important;
}
.card-grid-section .title-container {
  text-align: center;
}
.card-grid-section .cards-rows {
  margin-top: var(--spacing-between-title-and-content-ds);
}
.card-grid-section .cards-rows .cards-row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 60px;
}
.card-grid-section .cards-rows .cards-row .card .card-body {
  padding-bottom: 0;
}
.card-grid-section .cards-rows .cards-row .card .card-body .text {
  line-height: 21.6px;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-grid-section .cards-rows .cards-row + .cards-row {
  padding-top: 60px;
}
.card-grid-section a:hover .card-body,
.card-grid-section a:active .card-body,
.card-grid-section a:focus .card-body {
  color: #8A7C56;
}
.card-grid-section .footer {
  padding-top: 51px;
  text-align: center;
}
