:root {
  --dim-grey: #5a5959;
  --misty-rose: #fbe0d9;
  --pink: #ecb7b3;
  --cadet-blue: #96aaad;
  --light-slate-grey: #738c90;
  --honeydew: #ccdacb;
  --white: white;
  --dark-grey: #a4b8ac;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

h2 {
  color: var(--dim-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

a {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

.body {
  background-color: var(--misty-rose);
  color: var(--dim-grey);
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

.page {
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.main {
  flex: 1;
}

.main.green {
  border-top: 2px solid var(--pink);
  border-bottom: 2px solid var(--pink);
  margin-top: 12px;
  padding-top: 20px;
  padding-bottom: 36px;
}

.footer {
  background-color: var(--misty-rose);
  padding-top: 14px;
  padding-bottom: 14px;
}

.brand {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 180px;
  display: flex;
}

.navigation {
  background-color: #0000;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 15px 5%;
  display: flex;
}

.dropdown-list {
  background-color: #ff0018;
}

.dropdown-list.w--open {
  background-color: var(--pink);
  border-radius: 15px;
  top: 34px;
}

.logo {
  width: 170px;
}

.navigation-link {
  color: var(--dim-grey);
  letter-spacing: -.01em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border-bottom: 2px solid #fff0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 4px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  border-bottom: 2px solid var(--dim-grey);
  color: #080808;
}

.navigation-link.w--current {
  border-bottom-color: var(--dim-grey);
  color: var(--dim-grey);
}

.navigation-link.dropdown {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 30px;
  font-size: 16px;
}

.navigation-desktop {
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-desktop.right {
  justify-content: flex-end;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-mobile {
  display: none;
}

.amy-section {
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.amy-section.colums {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.amy-photo-wrapper {
  flex: 1;
  position: relative;
}

.amy-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.amy-text-wrapper.left {
  text-align: left;
}

.image {
  position: absolute;
  inset: 0%;
}

.image.smaller {
  width: 500px;
}

.shape-1-svg {
  color: var(--pink);
  position: relative;
  top: 15px;
  right: -15px;
}

.hello-text {
  color: var(--cadet-blue);
  margin-bottom: 16px;
  margin-left: -50px;
  font-family: learning-curve, sans-serif;
  font-size: 140px;
  font-weight: 700;
  line-height: 100px;
  transform: rotate(-12deg);
}

.im-amy {
  color: var(--cadet-blue);
  font-family: kumlien-pro, sans-serif;
  font-size: 69px;
  line-height: 50px;
}

.h1-green {
  color: var(--cadet-blue);
  margin-bottom: 0;
  font-family: kumlien-pro, sans-serif;
  font-weight: 400;
}

.h2-heading {
  color: var(--cadet-blue);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}

.h2-heading.dark {
  color: var(--dim-grey);
  font-size: 22px;
  line-height: 28px;
}

.green-btn {
  background-color: var(--cadet-blue);
  border-radius: 50px;
  margin-top: 15px;
  padding: 13px 25px;
  font-size: 16px;
}

.hero-section {
  background-image: linear-gradient(#fbe0d9bf, #fbe0d9bf), url('../images/large-dark-flowers-2.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
  margin: 35px auto 77px;
}

.dark-body-text {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  line-height: 28px;
}

.dark-body-text.italic-text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-style: italic;
  line-height: 29px;
}

.dark-body-text.centre {
  text-align: center;
  line-height: 25px;
  text-decoration: none;
}

.dark-body-text.centre.small {
  font-size: 13px;
}

.dark-body-text.white {
  margin-bottom: 35px;
  line-height: 22px;
}

.dark-body-text.table-item {
  flex-direction: column;
  margin-bottom: 0;
  font-size: 21px;
  font-style: italic;
}

.dark-body-text.table-item.small {
  font-size: 18px;
}

.question-wrapper {
  border-bottom: 1px solid var(--light-slate-grey);
  max-width: 1200px;
  margin: 20px auto;
  padding-bottom: 20px;
}

.green-section {
  background-color: var(--honeydew);
  background-image: linear-gradient(#a4b8ac66, #a4b8ac66), url('../images/large-dark-flowers.svg');
  background-position: 0 0, 50%;
  background-size: auto, 652px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.therapies-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  text-align: center;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

.heading.left {
  color: var(--dim-grey);
  text-align: left;
}

.services-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 80px;
  margin-bottom: 40px;
  display: grid;
}

.servcies-block {
  width: 260px;
  height: 315px;
  text-decoration: none;
  position: relative;
}

.servcies-image {
  object-fit: cover;
  border-top-left-radius: 130px;
  border-top-right-radius: 130px;
  width: 100%;
  height: 100%;
}

.servcies-text-box {
  background-color: #5a5959d9;
  position: absolute;
  inset: auto 0% 0%;
}

.services-text {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.divider-wrapper {
  background-color: var(--dark-grey);
  background-image: linear-gradient(#a4b8acb3, #a4b8acb3), url('../images/Divide-flower-light.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
  height: 80px;
}

.divider-wrapper.light {
  background-color: var(--honeydew);
  background-image: linear-gradient(#ccdacbb3, #ccdacbb3), url('../images/Divide-flower-light.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
}

.about-amy-section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.shape-2-svg {
  color: var(--light-slate-grey);
  position: relative;
  top: 15px;
  right: -15px;
}

.shape-2-svg.smaller {
  color: var(--pink);
  width: 500px;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#fbe0d9cc, #fbe0d9cc), url('../images/flowers-green.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-link {
  color: var(--dim-grey);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.footer-link.hide {
  display: none;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr 1fr .5fr .5fr;
}

.logo-wrap {
  flex-direction: column;
  justify-content: flex-start;
  max-width: 410px;
  display: flex;
}

.html-embed {
  color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: color .2s;
  display: flex;
}

.footer-link-title {
  color: var(--dim-grey);
  white-space: nowrap;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.footer-text {
  color: var(--dim-grey);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.footer-link-column {
  color: #fff;
}

.social-link-icons {
  color: #fff;
  justify-content: center;
  align-self: center;
  align-items: center;
}

.hidden-text {
  color: #fff;
  display: block;
}

.hidden-text.hide {
  display: none;
}

.social-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.affiliation-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.text-block-6 {
  color: var(--dim-grey);
  text-align: center;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.photo-hero-wrapper {
  border: 8px solid var(--pink);
  flex: 1;
  position: relative;
}

.image-sub-page {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-service-text {
  color: var(--cadet-blue);
  font-family: kumlien-pro, sans-serif;
  font-size: 69px;
  font-weight: 400;
  line-height: 80px;
}

.sub-page-h1-green {
  color: var(--cadet-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: kumlien-pro, sans-serif;
  font-weight: 400;
}

.service-section {
  background-color: var(--honeydew);
  background-image: linear-gradient(#a4b8aca6, #a4b8aca6), url('../images/large-dark-flowers.svg');
  background-position: 0 0, 50%;
  background-size: auto, 652px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.c-faq {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.faq-q-text {
  color: #fff;
  font-size: 1.2em;
  line-height: 1em;
}

.faq-stripe-2 {
  background-color: var(--misty-rose);
  width: 80%;
  height: 1px;
  position: absolute;
}

.c-faq-item {
  background-color: var(--dark-grey);
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.accordion-list-item {
  font-size: 16px;
  line-height: 22px;
}

.faq-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px 10px;
}

.faq-stripe-1 {
  background-color: var(--misty-rose);
  width: 1px;
  height: 80%;
}

.c-faq-a-text {
  background-color: #adbbac;
  padding: 20px;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.cloneable-area {
  min-height: 50vh;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-7 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

._w-faq-icon {
  border: 1px solid var(--misty-rose);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
}

.table-wrapper {
  grid-column-gap: 100px;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-left: 140px;
  display: flex;
}

.table {
  flex: 1;
}

.table.left {
  flex: 0 auto;
}

.table-item {
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.flower-html-icon {
  color: var(--dim-grey);
  margin-right: 10px;
}

.hero-answer {
  font-style: italic;
}

.hero-question {
  color: var(--cadet-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}

.copyright-info {
  color: var(--dim-grey);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.gdpr-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.terms-link {
  color: var(--dim-grey);
}

.terms-link:hover {
  text-decoration: underline;
}

.terms-text {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.designed-by {
  color: var(--dim-grey);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
  font-size: 12px;
  display: flex;
}

.tandcs-section {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tandcs-rtb {
  font-family: Montserrat, sans-serif;
}

.div-block-11 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.link {
  color: var(--dim-grey);
}

.cost-wrapper {
  border-top: 1px solid var(--light-slate-grey);
  border-bottom: 1px solid var(--light-slate-grey);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.cost-treatment {
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 30px;
}

.cost-treatment.small {
  font-size: 18px;
  line-height: 25px;
}

.cost-treatment.package {
  margin-top: 20px;
}

.treatment-cost {
  margin-top: 10px;
  font-size: 18px;
  line-height: 26px;
}

.small-print {
  margin-top: 15px;
  margin-bottom: 24px;
}

.italic-text-2 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 17px;
}

.h3-question {
  font-weight: 400;
}

.logg-page-wrapper {
  background-image: linear-gradient(#fbe0d9b3, #fbe0d9b3), url('../images/large-dark-flowers-2.svg');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  margin-bottom: 55px;
}

.list-item {
  margin-bottom: 10px;
  display: flex;
}

.amy-list {
  margin-top: 30px;
  margin-bottom: 35px;
}

.package-inclueds {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
}

.body-link {
  color: var(--dim-grey);
}

.contact-section {
  background-image: linear-gradient(#fbe0d9bf, #fbe0d9bf), url('../images/large-dark-flowers-2.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
  margin: 35px auto 77px;
}

.contact-wrapper {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-wrapper {
  border-bottom: 1px solid var(--light-slate-grey);
  padding-top: 30px;
  padding-bottom: 30px;
}

.testimonial-text {
  font-size: 16px;
  line-height: 23px;
}

.link-block-2 {
  color: var(--dim-grey);
}

.hidden-text-3 {
  color: #fff;
  display: none;
}

.div-block-12 {
  background-color: var(--dark-grey);
}

.reviews-wrapper {
  max-width: 1200px;
  margin: 70px auto;
}

@media screen and (max-width: 991px) {
  .navigation {
    position: relative;
  }

  .navigation.desktop {
    display: none;
  }

  .navigation-link {
    width: 100%;
  }

  .navigation-link.mobile {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 26px;
  }

  .navigation-desktop {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    display: none;
    position: absolute;
  }

  .navigation-desktop.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .logo-link {
    margin-right: 0;
  }

  .nav-mobile {
    background-color: #0000;
    align-items: center;
    padding: 10px 19px;
    display: flex;
  }

  .div-block-7 {
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    display: flex;
  }

  .menu-button-4 {
    width: 100px;
    height: 70px;
    padding: 5px;
    font-size: 65px;
  }

  .menu-button-4.w--open {
    color: var(--dim-grey);
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .amy-section {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .amy-section.colums {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .amy-photo-wrapper {
    width: 80%;
  }

  .amy-text-wrapper {
    align-items: center;
    margin-top: 41px;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-wrapper {
    text-align: center;
  }

  .hero-section, .green-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .therapies-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .footer-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link {
    font-size: 18px;
    line-height: 24px;
  }

  .footer-link.w--current {
    font-size: 18px;
  }

  .footer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-link-title {
    text-align: center;
  }

  .footer-text {
    text-align: center;
    font-size: 18px;
    line-height: 31px;
  }

  .footer-link-column {
    text-align: center;
  }

  .social-wrapper {
    justify-content: center;
  }

  .affiliation-wrapper {
    align-items: center;
  }

  .photo-hero-wrapper {
    width: 80%;
  }

  .hero-service-text {
    text-align: center;
  }

  .sub-page-h1-green {
    text-align: center;
    font-size: 40px;
  }

  .service-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cloneable-area {
    min-height: 0;
  }

  .table-wrapper {
    flex-direction: column;
    padding-left: 0;
  }

  .hero-text-wrapper {
    text-align: center;
  }

  .copyright-info {
    flex-direction: column;
  }

  .terms-link {
    font-size: 18px;
  }

  .terms-text {
    font-size: 14px;
  }

  .designed-by {
    margin-top: 5px;
  }

  .tandcs-section {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-2 {
    width: 100%;
  }

  .contact-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .reviews-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .shape-2-svg.smaller {
    width: 400px;
  }

  .table-wrapper {
    padding-left: 0;
  }

  .hero-answer {
    font-size: 16px;
  }

  .gdpr-wrapper {
    flex-direction: column;
  }

  .terms-link {
    margin-bottom: 10px;
  }

  .terms-text {
    font-size: 16px;
  }

  .designed-by {
    flex-direction: column;
  }

  .cost-wrapper {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 160px;
  }

  .amy-section {
    padding-left: 0;
    padding-right: 0;
  }

  .amy-text-wrapper {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .amy-text-wrapper.left {
    margin-top: 10px;
  }

  .image.smaller {
    width: 270px;
  }

  .hello-text {
    font-size: 110px;
  }

  .im-amy {
    font-size: 40px;
  }

  .h1-green {
    font-size: 30px;
    line-height: 35px;
  }

  .h2-heading {
    font-size: 22px;
    line-height: 26px;
  }

  .h2-heading.dark {
    font-size: 20px;
  }

  .hero-section {
    margin-bottom: 40px;
  }

  .services-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .about-amy-section {
    padding-top: 75px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .shape-2-svg.smaller {
    width: 260px;
  }

  .footer-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    place-items: start center;
  }

  .social-link-icons {
    width: 50px;
    height: 50px;
    margin-left: 0;
    margin-right: 8px;
  }

  .hero-service-text {
    font-size: 40px;
    line-height: 50px;
  }

  .sub-page-h1-green {
    font-size: 30px;
    line-height: 35px;
  }

  .service-section {
    padding-top: 40px;
  }

  .table-wrapper {
    flex-direction: column;
  }

  .hero-question {
    font-size: 22px;
    line-height: 26px;
  }

  .copyright-info {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gdpr-wrapper, .designed-by {
    flex-direction: column;
  }

  .tandcs-section {
    padding-left: 0;
    padding-right: 0;
  }

  .amy-list {
    padding-left: 0;
  }
}

#w-node-dc97ed4a-6925-16a0-e997-2af8184ca805-184ca7d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-dc97ed4a-6925-16a0-e997-2af8184ca7ed-184ca7d2, #w-node-dc97ed4a-6925-16a0-e997-2af8184ca7fa-184ca7d2 {
    justify-self: center;
  }
}


