/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
/* Bootstrap abstracts */
/* Bootstrap related abstracts */
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.card-large {
  position: relative;
  display: block;
}
@media (min-width: 992px) {
  .card-large {
    display: flex;
  }
}
.card-large > p {
  display: none;
  width: 0 !important;
}
.card-large div:first-child:nth-last-child(1) {
  width: 100% !important;
}
@media (min-width: 992px) {
  .card-large div:first-child:nth-last-child(2),
.card-large div:first-child:nth-last-child(2) ~ div {
    width: 50% !important;
  }
}
.card-large__left, .card-large__right {
  position: relative;
  width: 100%;
  padding: 1.25rem;
  color: #000;
}
.card-large__left p,
.card-large__left ul, .card-large__right p,
.card-large__right ul {
  max-width: 18.9375rem;
}
@media (min-width: 768px) {
  .card-large__left, .card-large__right {
    padding: 2.5rem;
  }
}
@media (min-width: 992px) {
  .card-large__left, .card-large__right {
    width: 50%;
    flex-shrink: 0;
    padding: 5rem 5.625rem;
  }
}
.card-large__left {
  background: #fff;
}
.card-large__right {
  background: #F3F3F3;
  background: #f4f4f4;
}
.card-large h5,
.card-large .is-style-h5 {
  margin-bottom: 1rem;
  font-size: 0.8125rem;
  font-family: "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

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