.paragraph-text__content>h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container-text__rigth,
.container-text__left {
  width: 75%;
}
.container-text__right {
  margin-inline-start: auto;
  text-align: end;
}
.week h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.week h3 {
  display: none;
}
.week p {
  font-size: 1.25rem;
  line-height: 1.5;
}
.week p.source {
  color: #707070;
  font-size: 0.875rem;
}
.week p.source a {
  display: block;
  overflow: hidden;
  text-decoration: underline;
  text-overflow: ellipsis;
  color: #707070;
}
.month-banner {
  width: 100%;
}
.month-banner.moved-up {
  margin-top: -1rem;
}
.month-banner.moved-down {
  margin-bottom: -1rem;
}
.circle-month {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 50px;
  height: auto;
  min-height: 50px;
  margin-inline-start: 1rem;
  /*color: #fff;*/ 
  color: var(--color-brand1-700);
  border-radius: 50%;
  background-color: #c8962f;
}
.paragraph-text .container {
  display: flex;
  flex-direction: column;
}
.block-left,
.block-right {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
}
.block-left img,
.block-right img {
  width: 40%;
  margin-bottom: 1rem;
}
.block-left .block-one-icon,
.block-right .block-one-icon {
  width: 30%;
  margin: 0;
}
.block-blue {
  color: #c8962f;
  background-color: #202366;
}
.block-orange {
  color: #202366;
  background-color: #c8962f;
}
.block-grey {
  color: #202366;
  background-image: url("/sites/default/files/generic_image/gray-bg.png");
}
.button-download {
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto 0 auto;
  background-color: #202366;
  padding: 1rem 2rem;
  display: flex;
  gap: 0.5rem;
  border-radius: 12rem;
  text-decoration-line: none !important;
}
.button-download:hover {
  background-color: rgba(32, 35, 102, 0.8);
}
.button-download img {
  margin: 0;
}
.quote {
  margin-bottom: 2rem;
  /*color: #c8962f;*/
  color: var(--color-brand1-500);
  font-weight: bold;
}
.block-with-bg-image {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  color: #fff;
}
.block-with-bg-image .icon {
  position: relative;
  z-index: 1;
  display: flex;
  flex-basis: 10rem;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 10rem;
  margin-bottom: 2rem;
  border-radius: 50%;
  background-color: #202366;
}
.block-with-bg-image .icon img {
  width: 5rem;
}
.block-with-bg-image:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(32, 35, 102, 0.8);
}
.block-with-bg-image .text,
.block-with-orange-bg .text {
  position: relative;
  z-index: 1;
  flex-basis: 100%;
}
.block-with-bg-image .text p,
.block-with-orange-bg .text p {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.block-with-bg-image .text p:last-child,
.block-with-orange-bg .text p:last-child {
  margin-bottom: 0;
}
.block-with-bg-image .image-bg,
.block-with-orange-bg .image-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.block-with-orange-bg {
  position: relative;
  display: flex;
  padding: 6.25rem 2rem;
  color: #fff;
}
@media (min-width: 768px) {
  .pregnancy-weekly-calendar-week-page.baby-milestone {
    padding: 3rem 0 0 0;
  }
  .block-left,
  .block-right {
    padding: 3rem 1rem;
  }
  .block-left.block-small,
  .block-right.block-small {
    flex-basis: 30%;
  }
  .block-left.block-big,
  .block-right.block-big {
    flex-basis: 70%;
    align-items: baseline;
    padding: 3rem;
    text-align: start;
  }
  .block-left.border-gradient:before,
  .block-right.border-gradient:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    background: #c8962f;
    background: linear-gradient(90deg, rgb(200, 150, 47), rgb(255, 251, 233) 35%, rgb(200, 150, 47) 92%);
  }
  .block-left .block-one-icon,
  .block-right .block-one-icon {
    width: 60%;
  }
  .source a {
    display: inline;
  }
  .paragraph-text .container,
  .container-text {
    flex-direction: row;
  }
  .month-banner.moved-up {
    margin-top: -2rem;
  }
  .month-banner.moved-down {
    margin-bottom: -3rem;
  }
  .container-text__right,
  .container-text__left {
    flex-basis: 45%;
    width: 45%;
  }
  .block-left,
  .block-right,
  .container-text p {
    font-size: 1.5rem;
    line-height: 120%;
  }
  .circle-month {
    min-width: 70px;
    min-height: 70px;
  }
  .block-with-bg-image {
    flex-direction: row;
    padding: 5rem 3rem;
  }
  .block-with-bg-image .icon {
    margin-bottom: 0;
    margin-inline-start: 2rem;
  }
  .block-with-bg-image .text {
    flex-basis: calc(100% - 12rem);
  }
}
