/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
.section-block-text-with-image-right {
  position: relative;
  z-index: 1;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 150px;
}
@media only screen and (min-width: 992px) {
  .section-block-text-with-image-right::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 150px;
    z-index: -1;
    background: linear-gradient(180deg, #FFF 25.2%, rgba(255, 255, 255, 0) 100%);
  }
}
@media only screen and (min-width: 992px) {
  .section-block-text-with-image-right::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    z-index: -1;
    background: linear-gradient(0deg, #FFF 25.2%, rgba(255, 255, 255, 0) 100%);
  }
}
.section-block-text-with-image-right .section-inner {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .section-block-text-with-image-right .section-inner {
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  .section-block-text-with-image-right .section-inner {
    justify-content: space-between;
  }
}
.section-block-text-with-image-right .section-content {
  flex: 1;
  margin-top: 0;
  padding: 0 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .section-block-text-with-image-right .section-content {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}
.section-block-text-with-image-right .section-content .section-title {
  color: #37105D;
  font-family: "Poppins-SemiBold";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 14px;
}
@media only screen and (min-width: 576px) {
  .section-block-text-with-image-right .section-content .section-title {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .section-block-text-with-image-right .section-content .section-title {
    font-size: 32px;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .section-block-text-with-image-right .section-content .section-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-block-text-with-image-right .section-content .section-title {
    font-size: 40px;
  }
}
.section-block-text-with-image-right .section-content .section-subtitle {
  color: #1B0A4D;
  font-family: "Poppins-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .section-block-text-with-image-right .section-content .section-subtitle {
    margin-top: 14px;
  }
}
.section-block-text-with-image-right .section-content .section-description {
  color: #1B0A4D;
  font-family: "Poppins-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .section-block-text-with-image-right .section-content .section-description {
    margin-top: 14px;
    font-size: 16px;
    line-height: 28px;
  }
}
.section-block-text-with-image-right .section-content .section-description p {
  color: #1B0A4D;
  font-family: "Poppins-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}
.section-block-text-with-image-right .section-image {
  position: relative;
  flex-shrink: 0;
  height: auto;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media only screen and (min-width: 992px) {
  .section-block-text-with-image-right .section-image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .section-block-text-with-image-right .section-image {
    flex: 0 0 42%;
    max-width: 42%;
  }
}
.section-block-text-with-image-right .section-image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.section-block-text-with-image-right:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/genesis-child/dist/images/white-circle-background-right.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .section-block-text-with-image-right:nth-child(2)::before {
    background-image: url("/wp-content/themes/genesis-child/dist/images/white-circle-right-mobile.png");
    background-size: cover;
    background-position: center;
  }
}
.section-block-text-with-image-right:nth-child(2) .section-image {
  height: 421px;
  margin-right: 71px;
}
@media only screen and (max-width: 767px) {
  .section-block-text-with-image-right:nth-child(2) .section-image {
    margin-right: 0;
  }
}
.section-block-text-with-image-right:nth-child(2) .section-image img {
  height: 421px !important;
}
@media only screen and (max-width: 767px) {
  .section-block-text-with-image-right:nth-child(2) .section-image img {
    height: 275px !important;
  }
}

@media only screen and (max-width: 991px) {
  .page-for-patients .section-block-five-column-text {
    margin-top: 0;
    z-index: 1;
    position: relative;
  }
}
.page-for-patients .section-block-text-with-image-right {
  padding-top: 28px;
  padding-bottom: 78px;
  background-image: url("/wp-content/themes/genesis-child/dist/images/circle-bg.png") !important;
}
@media only screen and (max-width: 991px) {
  .page-for-patients .section-block-text-with-image-right {
    background-image: none !important;
  }
  .page-for-patients .section-block-text-with-image-right:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url("/wp-content/themes/genesis-child/dist/images/circle-bg.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .page-for-patients .section-block-text-with-image-right {
    background-position: 100% -50%;
  }
}
@media only screen and (max-width: 575px) {
  .page-for-patients .section-block-text-with-image-right::before {
    bottom: -15%;
  }
}
@media only screen and (min-width: 992px) {
  .page-for-patients .section-block-text-with-image-right {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-for-patients .section-block-text-with-image-right {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

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