.single-content-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0 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%;
  height: fit-content;
  min-height: 339px;
}
@media only screen and (min-width: 576px) {
  .single-content-card {
    border-radius: 0 30px;
  }
}
.single-content-card:not(.single-content-card:has(.single-content-card__title)) {
  border-top-left-radius: 25px;
}
@media only screen and (min-width: 576px) {
  .single-content-card:not(.single-content-card:has(.single-content-card__title)) {
    border-top-left-radius: 30px;
  }
}
.single-content-card:not(.single-content-card:has(.single-content-card__btn-container)) {
  border-bottom-right-radius: 25px;
}
@media only screen and (min-width: 576px) {
  .single-content-card:not(.single-content-card:has(.single-content-card__btn-container)) {
    border-bottom-right-radius: 30px;
  }
}
.single-content-card:hover .content-card__title {
  color: #007ACC;
}
.single-content-card:hover .content-card__description {
  opacity: 1;
}
.single-content-card__title {
  display: flex;
  justify-content: flex-start;
  padding: 9px 16px 9px 12px;
  background-color: #fff;
  width: fit-content;
  margin-left: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  border-radius: 0 0 20px 0;
  filter: drop-shadow(0 0 20px rgba(0, 122, 204, 0.2));
  color: #AA273E;
  font-family: "Dunbar Tall";
  font-style: normal;
  font-weight: 700;
}
.single-content-card__title::before, .single-content-card__title::after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: -24px;
  left: 0;
  width: 25px;
  height: 25px;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M25 25H0C13.8071 25 25 13.8071 25 0V25Z' fill='white'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}
.single-content-card__title::after {
  top: 0;
  right: -24px;
  bottom: auto;
  left: auto;
}
.single-content-card__copy {
  background-color: #F0F0F0;
  padding: 68px 20px 40px;
  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;
  flex: 1;
}
@media only screen and (min-width: 576px) {
  .single-content-card__copy {
    padding: 80px 40px 66px;
  }
}
.single-content-card__btn-container {
  display: flex;
  justify-content: flex-end;
  padding: 12px 0 0 12px;
  background-color: #fff;
  width: fit-content;
  margin-left: auto;
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  border-radius: 20px 0 0 0;
  box-shadow: 0 0 20px 0 rgba(0, 122, 204, 0.2);
}
.single-content-card__btn-container::before, .single-content-card__btn-container::after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: -1px;
  left: -24px;
  width: 25px;
  height: 25px;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M25 25H0C13.8071 25 25 13.8071 25 0V25Z' fill='white'/%3E%3C/svg%3E");
}
.single-content-card__btn-container::after {
  top: -24px;
  right: 0;
  bottom: auto;
  left: auto;
  transform: rotate(360deg);
}
.single-content-card__btn-container .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/*# sourceMappingURL=single-content-card.css.map */
