@charset "UTF-8";
.arrow-after-Pink::after,
.arrow-after-Purple::after,
.arrow-after-White::after,
.arrow-after-Yellow::after {
  color: #fff;
  content: "➔";
  font-size: 15px !important;
  text-decoration: none !important;
  padding: 8px 10px;
  margin-left: 15px;
}

.arrow-after-Pink::after {
  background: #3f1833;
}

.arrow-after-White::after,
.arrow-after-Purple::after,
.arrow-after-Yellow::after {
  background: #EE3353;
}

.card-body-cvs {
  padding: 0 25px 25px 25px;
}
@media (max-width: 768px) {
  .card-body-cvs {
    height: 160px;
  }
}
@media (max-width: 765px) {
  .card-body-cvs {
    height: auto !important;
  }
}

.card-footer-cvs {
  background: none;
  border: medium none;
  bottom: 0;
  font-size: 14px;
  left: unset;
  width: 429px;
  position: static;
}

.arrow-after-White:after {
  background: #ee3353;
}

.arrow-after-Pink:after {
  background: #3f1833;
}

.arrow-after-Purple:after {
  background: #EE3353;
}

.arrow-after-Yellow:after {
  background: #EE3353;
}

.full-card-link-cvs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 2rem;
}

.full-card-link-cvs:hover {
  text-decoration: none;
}

.card-image-cvs {
  height: 251px;
  object-fit: cover;
  margin-left: -1px;
  padding-bottom: 15px;
  margin-top: -1px;
  padding-right: 2px;
}
@media (max-width: 765px) {
  .card-image-cvs {
    min-width: 320px;
  }
}

.card-container-White-cvs,
.card-container-Pink-cvs,
.card-container-Purple-cvs,
.card-container-Yellow-cvs {
  width: 100%;
  height: 100%;
  margin: 15px;
}
@media (max-width: 765px) {
  .card-container-White-cvs,
  .card-container-Pink-cvs,
  .card-container-Purple-cvs,
  .card-container-Yellow-cvs {
    margin: 0px;
  }
}

.card-container-White-cvs {
  border: 3px solid #ee3353;
}

.card-text-cvs {
  font-size: 16px !important;
  margin-bottom: 0;
  width: 100%;
  word-break: break-word;
}

.card-text-cvs p {
  font-size: 16px !important;
}

.cardTitle-White-cvs {
  color: #ee3353;
}

.cardTitle-Pink-cvs {
  color: #fff;
}
.cardTitle-Pink-cvs:hover {
  color: #fff !important;
}

.cardTitle-Purple-cvs {
  color: #fff;
}
.cardTitle-Purple-cvs:hover {
  color: #fff !important;
}

.cardTitle-Yellow-cvs {
  color: #3F1833;
}
.cardTitle-Yellow-cvs:hover {
  color: #3F1833 !important;
}

.vertical-cardBackground-Pink-cvs,
.vertical-cardBackground-Purple-cvs,
.vertical-cardBackground-White-cvs,
.vertical-cardBackground-Yellow-cvs {
  height: 600px;
  max-width: 282px;
}

.vertical-cardBackground-White-cvs {
  background: #fff;
  color: #000;
}
.vertical-cardBackground-White-cvs a {
  font-weight: bold;
  font-family: "Euclid", Calibri, Arial, sans-serif;
}
.vertical-cardBackground-White-cvs a {
  color: var(--avixa-purple, #3f1833);
}

.vertical-cardBackground-Pink-cvs {
  background: #ee3353;
  color: #fff;
}
.vertical-cardBackground-Pink-cvs a {
  font-weight: bold;
  font-family: "Euclid", Calibri, Arial, sans-serif;
}
.vertical-cardBackground-Pink-cvs a {
  color: #fff;
}
.vertical-cardBackground-Pink-cvs a:visited {
  color: #3f1533;
}

.vertical-cardBackground-Purple-cvs {
  background: #3F1833;
  color: #fff;
}
.vertical-cardBackground-Purple-cvs a {
  font-weight: bold;
  font-family: "Euclid", Calibri, Arial, sans-serif;
}
.vertical-cardBackground-Purple-cvs a {
  color: #fff;
}
.vertical-cardBackground-Purple-cvs a:visited {
  color: #d496c2;
}
.vertical-cardBackground-Purple-cvs .card-text-cvs {
  color: #fff;
}

.vertical-cardBackground-Yellow-cvs {
  background: #F6CA15;
  color: #3F1833;
}
.vertical-cardBackground-Yellow-cvs a {
  font-weight: bold;
  font-family: "Euclid", Calibri, Arial, sans-serif;
}
.vertical-cardBackground-Yellow-cvs a {
  color: var(--avixa-eggplant, #3f1833);
}
.vertical-cardBackground-Yellow-cvs a:visited {
  color: #636;
}

.link-cvs {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
@media (max-width: 765px) {
  .link-cvs {
    text-align: unset;
  }
}

/*# sourceMappingURL=CardVerticalSmall.css.map */
