/* partials/template/home.scss */
/* utils/_variables.scss */
/* utils/_functions.scss */
/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** font size */
/* partials/template/home.scss */
/* utils/_mixins.scss */
.section.section-recent-posts .swiper .swiper-slide {
  height: auto;
}
.section.section-recent-posts .swiper .swiper-slide {
  width: calc(83.3333333333% - 0.125rem);
}
@media only screen and (min-width: 40rem) {
  .section.section-recent-posts .swiper .swiper-slide {
    width: calc(50% - 0.75rem);
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-recent-posts .swiper .swiper-slide {
    width: calc(33.3333333333% - 1rem);
  }
}

/** dark mode */
:where(.dark, .dark *) .section.section-press .swiper-controls .swiper-button {
  background-color: #1d1d1d;
  border: 1px solid rgba(255, 255, 255, 0.0588235294);
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.0392156863);
}

#brc-about svg {
  background: var(--text-cl);
  border-radius: 50%;
  fill: #fff;
}

.section-contact span.wpcf7-spinner {
  position: absolute;
}

.section-therapy .img-right {
  grid-template-columns: 0.55fr 0.45fr;
}
@media only screen and (max-width: 39.99875rem) {
  .section-therapy .img-right {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}

.section-therapy .img-left {
  grid-template-columns: 0.45fr 0.55fr;
}
@media only screen and (max-width: 39.99875rem) {
  .section-therapy .img-left {
    grid-template-columns: 1fr;
  }
}
.section-therapy .img-left .left {
  order: 2;
}
@media only screen and (max-width: 39.99875rem) {
  .section-therapy .img-left .left {
    order: 1;
  }
}
.section-therapy .img-left .right {
  order: 1;
}
@media only screen and (max-width: 39.99875rem) {
  .section-therapy .img-left .right {
    order: 2;
  }
}
.section-therapy .img-left.mb-img-left {
  padding: 0;
}

.section-therapy .img-three-right {
  grid-template-columns: 0.6fr 0.4fr;
}
@media only screen and (max-width: 39.99875rem) {
  .section-therapy .img-three-right {
    grid-template-columns: 1fr;
  }
}