/**
 * 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);
  }
}
.contact-card-lg {
  position: relative;
  width: 100%;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .contact-card-lg {
    display: flex;
    align-items: center;
  }
}
.contact-card-lg__figure {
  position: relative;
  width: 17.5rem;
  height: 17.5rem;
  margin-bottom: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .contact-card-lg__figure {
    margin-bottom: 0;
    width: 23.75rem;
    height: 23.75rem;
  }
}
.contact-card-lg__figure img {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@supports not (object-fit: cover) {
  .contact-card-lg__figure img {
    height: auto;
  }
}
.contact-card-lg__content {
  position: relative;
  max-width: 42.5rem;
}
@media (min-width: 768px) {
  .contact-card-lg__content {
    padding-left: 7.5rem;
  }
}
.contact-card-lg__content .is-style-small-title {
  margin-bottom: 1.25rem;
  opacity: 0.5;
}
.contact-card-lg__content .wp-block-columns {
  margin-top: 1.25rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contact-card-lg__content .wp-block-columns {
    margin-top: 5rem;
  }
}
.contact-card-lg__content .wp-block-columns .is-style-small-title {
  margin-bottom: 0.875rem;
}
.contact-card-lg__content .wp-block-wwf-wwf-link {
  transform: translate(0);
  font-size: 1rem;
  letter-spacing: 1px;
}
.contact-card-lg .components-placeholder {
  max-width: 400px;
}

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