/*
 * Theme Name: Thrive Peer Support
 * Description: A twig based Wordpress theme.
 * Author: VividFront
*/

/* Choose Your Path */
.c-pathCard {
  position: relative;
  height: 100%;
  padding: 4.8rem;
  overflow: hidden;
  background-color: #f7f7f7;
}

.c-pathCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.8rem;
}

.c-pathCard.-primary::before {
  background-color: #51b6e6;
}

.c-pathCard.-dark::before {
  background-color: #394f9f;
}

.c-pathCard__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center;
}

.c-pathCard__icon {
  width: 13rem;
  height: 13rem;
  flex-shrink: 0;
  border-radius: 50%;
  padding: 1.6rem;
  background-color: #fff;
}

.c-pathCard__icon img,
.c-pathCard__icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-pathCard__btn {
  margin-top: auto;
}

@media (max-width: 991.98px) {
  .c-pathCard {
    padding: 3.2rem 2.4rem;
  }

  .c-pathCard__icon {
    width: 11rem;
    height: 11rem;
  }
}
