/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./app/Blocks/CircleWithTextBlock/src/sass/circle-with-text-block.scss ***!
  \********************************************************************************************************************************************************************************************************/
@media (min-width: 1072px) {
  .circle-with-text-block {
    height: 450px;
  }
}
.circle-with-text-block > .wp-block-columns {
  position: relative;
}
.circle-with-text-block > .wp-block-columns:after {
  content: "";
  background: url("https://menoclinic-dev.test-link.co.uk/wp-content/themes/menoclinic/resources/images/wave.svg") no-repeat top/cover;
  position: absolute;
  width: 100%;
  height: 350px;
  margin-top: 10em;
}
@media (max-width: 737px) {
  .circle-with-text-block > .wp-block-columns:after {
    top: 30%;
    width: 100%;
    height: 500px;
  }
}
.circle-with-text-block > .wp-block-columns:before {
  content: "";
  background: url("https://menoclinic-dev.test-link.co.uk/wp-content/themes/menoclinic/resources/images/wave-top.svg");
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 530px;
  margin-top: -1em;
}
@media (max-width: 737px) {
  .circle-with-text-block > .wp-block-columns:before {
    top: 10em;
  }
}
.circle-with-text-block .heading-and-circles-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 5em 0 0 0;
  z-index: 9;
}
.circle-with-text-block h3 {
  text-align: left;
  left: 2em;
  position: absolute;
  font-size: 45px;
  font-weight: normal;
  color: #000000;
}
@media screen and (min-width: 1400px) {
  .circle-with-text-block h3 {
    left: 15%;
    top: 8%;
  }
}
@media screen and (min-width: 2000px) {
  .circle-with-text-block h3 {
    left: 20%;
  }
}
@media screen and (max-width: 1231px) and (min-width: 739px) {
  .circle-with-text-block h3 {
    text-align: center;
    left: 0;
    position: relative;
    font-size: 35px;
    font-weight: 400;
    color: #000;
  }
}
@media (max-width: 999px) {
  .circle-with-text-block h3 {
    font-size: 30px;
    text-align: center;
    position: absolute;
    justify-content: center;
    margin: auto;
    display: flex;
    left: 0;
    right: 0;
  }
}
.circle-with-text-block .circle-row {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  margin-top: 1em;
}
@media (max-width: 737px) {
  .circle-with-text-block .circle-row {
    margin-top: 6em;
  }
}
@media screen and (max-width: 1231px) and (min-width: 739px) {
  .circle-with-text-block .circle-row {
    padding: 1em 0 !important;
  }
}

.circle-link {
  text-decoration: none;
}
@media screen and (max-width: 1231px) and (min-width: 739px) {
  .circle-link {
    font-size: 10px;
  }
}

.circle {
  width: 260px;
  height: 260px;
  background-color: #d94567;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5em;
  border: 1.4em solid rgba(251, 170, 189, 0.6784313725);
  margin-top: 3em;
  transition: all 0.3s ease;
}
@media (max-width: 737px) {
  .circle {
    width: 150px;
    height: 150px;
    margin: 0.5em;
    border: 0.8em solid rgba(251, 170, 189, 0.6784313725);
  }
}
@media screen and (max-width: 1231px) and (min-width: 739px) {
  .circle {
    width: 160px;
    height: 160px;
    margin: 10px;
  }
}
.circle:hover {
  border-width: 0;
  transition: border 0.4s ease;
}
.circle .circle-title {
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .circle .circle-title {
    font-size: 18px;
    line-height: 1.1;
    width: 100%;
  }
}
@media screen and (max-width: 1231px) and (min-width: 739px) {
  .circle .circle-title {
    font-size: 18px;
  }
}

.background {
  background: #d94567;
}

@media (max-width: 767px) {
  .wp-block-spacer:nth-child(3) {
    display: none;
  }
}

/*# sourceMappingURL=circle-with-text-block.css.map*/