@media only screen and (min-width: 0px) {
  .perinatal {
    background: var(--background2);
    background-image: url(../images/index/flower-bg.webp);
    background-size: 1500px;
    padding: 75px 0;
  }
  .perinatal .perinatal-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
    max-width: 1100px;
    width: 90%;
    padding: clamp(25px, 4vw, 50px) clamp(25px, 4vw, 50px);
    background: var(--background);
    border: 2px solid #afafaf;
    gap: 40px;
  }
  .perinatal .perinatal-inner .text {
    position: relative;
    z-index: 2;
  }
  .perinatal .perinatal-inner .text h1 {
    margin-bottom: 25px;
  }
  .perinatal .perinatal-inner .text p {
    max-width: 600px;
    font-size: 16px;
    margin-bottom: 25px;
  }
  .perinatal .perinatal-inner .text button {
    background: var(--button);
    border-radius: 100vw;
    padding: 20px 30px;
    transition: 0.2s;
    box-shadow: 0px 0px 3px black;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 10px;
  }
  .perinatal .perinatal-inner .text button a {
    font-size: 16px;
    color: var(--textColor);
  }
  .perinatal .perinatal-inner .text button:hover {
    background: var(--buttonHover);
  }
  .perinatal .perinatal-inner .text button:hover a {
    color: var(--black);
  }
  .perinatal .perinatal-inner .image {
    position: relative;
  }
  .perinatal .perinatal-inner .image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    max-height: 400px;
    border-radius: 3px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 650px) {
  .perinatal .perinatal-inner {
    flex-direction: column;
  }
  .perinatal .perinatal-inner .image img {
    max-height: 250px;
    max-width: 250px;
  }
}
@media only screen and (min-width: 0px) {
  .when-it-helps {
    padding: 50px 0;
  }
  .when-it-helps .when-it-helps-inner {
    background: var(--background);
    border: 2px solid #afafaf;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    padding: clamp(25px, 5vw, 100px) clamp(25px, 4vw, 75px);
  }
  .when-it-helps .when-it-helps-inner .text {
    max-width: 800px;
    margin: 0 auto;
  }
  .when-it-helps .when-it-helps-inner .text .block {
    padding-bottom: 35px;
    border-bottom: 1px solid #e4e4e4;
  }
  .when-it-helps .when-it-helps-inner .text .block:last-child {
    border-bottom: none;
  }
  .when-it-helps .when-it-helps-inner .text h1 {
    margin-bottom: 25px;
  }
  .when-it-helps .when-it-helps-inner .text p {
    margin-bottom: 15px;
  }
  .when-it-helps .when-it-helps-inner .text ul {
    position: relative;
    left: 10px;
    margin: 0 auto;
    margin-right: 10px;
  }
  .when-it-helps .when-it-helps-inner .text ul li {
    list-style-type: disc;
  }
  .when-it-helps .when-it-helps-inner .text .header-section {
    display: inline-block;
    display: flex;
    align-items: center;
    margin: 25px 0 15px;
  }
  .when-it-helps .when-it-helps-inner .text .header-section img {
    margin-right: 10px;
  }
  .when-it-helps .when-it-helps-inner .text .header-section ul {
    max-width: 760px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .when-it-helps .when-it-helps-inner .text .header-section ul li {
    list-style-type: disc;
  }
  .when-it-helps .button button {
    background: var(--button);
    border-radius: 100vw;
    padding: 20px 30px;
    transition: 0.2s;
    box-shadow: 0px 0px 3px black;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 10px;
  }
  .when-it-helps .button button a {
    font-size: 16px;
    color: var(--textColor);
  }
  .when-it-helps .button button:hover {
    background: var(--buttonHover);
  }
  .when-it-helps .button button:hover a {
    color: var(--black);
  }
}
@media only screen and (min-width: 0px) {
  .formats {
    display: flex;
    flex-direction: row;
    gap: 25px;
    align-items: center;
    margin-bottom: 25px;
  }
  .formats .item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 25px;
    border-radius: 5px;
    border: 1px solid var(--textColor);
    margin-bottom: 25px;
    width: 255px;
    background: var(--background2);
  }
  .formats .item:hover {
    background: var(--backgroundHover);
  }
  .formats .item img {
    margin-right: 10px;
  }
  .formats .item h2 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .formats {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
}
@media only screen and (min-width: 0px) {
  .quote {
    background: var(--background3);
  }
  .quote h1 {
    max-width: 90%;
    padding: 25px;
    margin: 0 auto;
    text-align: center;
    color: white;
  }
}/*# sourceMappingURL=perinatal.css.map */