.content-card-classic {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: inset 0 0 0 1px #FFF;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-card-classic {
    border-radius: 30px;
    width: calc(50% - 15px);
  }
}
.content-card-classic__image {
  aspect-ratio: 328/186.4;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.content-card-classic__body {
  background-color: #F0F0F0;
  padding: 16px 20px 40px 20px;
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .content-card-classic__body {
    padding: 40px 40px 66px 40px;
  }
}
.content-card-classic__title {
  display: flex;
  justify-content: flex-start;
  width: fit-content;
  color: #AA273E;
  font-family: "Dunbar Tall";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.36px;
}
@media only screen and (min-width: 768px) {
  .content-card-classic__title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.48px;
  }
}
.content-card-classic__subtitle {
  color: #000;
  font-family: "Dunbar Text";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.32px;
  margin-bottom: 1ch;
}
@media only screen and (min-width: 768px) {
  .content-card-classic__subtitle {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.36px;
  }
}
.content-card-classic__description {
  margin: 0;
  margin-block-end: 0 !important;
  color: #000;
  font-family: "Dunbar Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.28px;
}
@media only screen and (min-width: 768px) {
  .content-card-classic__description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
  }
}

.content-card-grid-classic {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

/*# sourceMappingURL=content-cards-classic.css.map */
