:root {
  --heading: #fff9;
  --paragraph: #fff9;
  --verde: #7fb843;
  --fondo: #ffffff0d;
}

.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;
}

.body {
  color: #fff;
  background-color: #142205;
}

.section-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  max-height: 100vh;
  margin-top: -80px;
  padding: 20px;
  font-family: Geist, sans-serif;
  font-weight: 400;
  display: grid;
}

.navbar {
  background-color: #0000;
  align-items: stretch;
  width: 100%;
  font-family: Geist, sans-serif;
  display: block;
  position: sticky;
  top: -20px;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-family: Geist, sans-serif;
  display: grid;
}

.nav-link {
  color: #fff;
  padding: 0 0 0 30px;
  font-size: 14px;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.contacto {
  color: #142205;
  background-color: #fff;
  border-radius: 360px;
  padding: 5px 20px;
}

.nav-link.mobile {
  display: none;
}

.image {
  width: 160px;
  max-width: 160px;
  height: 100%;
  margin-right: 0;
}

.div-block {
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-img-hero {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: url('../images/TEMA_GRIZS-reciclaje_de_electronicos.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 15px;
  padding-right: 15px;
  display: flex;
}

.div-heading-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading {
  letter-spacing: -.2rem;
  margin-bottom: 30px;
  font-size: 82px;
  font-weight: 500;
  line-height: 100%;
}

.heading.h2 {
  color: var(--heading);
  text-align: center;
  letter-spacing: -.15rem;
  margin-bottom: 20px;
  font-family: Geist, sans-serif;
  font-size: 60px;
}

.heading.h2._2 {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 48px;
}

.heading.h2.left {
  text-align: left;
  display: inline-block;
}

.heading.h2.left.footer {
  max-width: 633px;
  margin-bottom: 0;
  padding-right: 0;
}

.heading.h2.cta {
  text-align: center;
  width: auto;
  max-width: 900px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.heading.h3 {
  color: #fff;
  letter-spacing: -.05rem;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: Geist, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

.heading.h3.faq {
  margin-bottom: 5px;
  font-size: 22px;
}

.paragraph {
  opacity: .6;
}

.paragraph.hero {
  max-width: 492px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 150%;
}

.paragraph.eyebrow {
  max-width: 436px;
  margin-bottom: 0;
  line-height: 150%;
}

.paragraph.eyebrow.hero {
  opacity: 1;
  font-size: 14px;
}

.paragraph.eyebrow.footer {
  opacity: 1;
  color: #fff;
  text-align: left;
}

.paragraph._2 {
  opacity: 1;
  max-width: 500px;
  color: var(--paragraph);
  margin-left: auto;
  margin-right: auto;
}

.paragraph._2.contacto {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
}

.paragraph.list {
  opacity: 1;
  max-width: 500px;
  color: var(--paragraph);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.paragraph._3 {
  opacity: 1;
  max-width: 500px;
  color: var(--paragraph);
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}

.button {
  background-color: var(--verde);
  border-radius: 360px;
  padding: 16px 28px;
}

.button.contacto {
  color: #142205;
  background-color: #fff;
  background-image: url('../images/icono-whatsapp.svg');
  background-position: 26%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 30px;
  padding-left: 60px;
}

.div-block-3 {
  padding-right: 20px;
}

.div-iconos {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
}

.div-cont-icono {
  background-color: var(--fondo);
  color: #142205;
  border-radius: 360px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin: auto;
  display: flex;
}

.div-cont-icono.dark {
  background-color: #142205;
  width: 45px;
  height: 45px;
  margin-left: 0;
}

.div-cont-icono.footer {
  margin-right: 0;
}

.section {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.section.beneficios {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.materiales {
  margin-top: 150px;
}

.section.cta {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.importante {
  padding-bottom: 150px;
}

.section.footer {
  padding-bottom: 40px;
}

.white {
  color: #fff;
}

.white.left {
  text-align: left;
}

.white.left.footer {
  color: var(--paragraph);
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.beneficios {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 100px;
}

.div-beneficio {
  border-left: .5px solid var(--heading);
  padding-left: 20px;
  padding-right: 20px;
}

.div-beneficio.last {
  border-right: .5px solid var(--heading);
}

.eyebrow {
  color: var(--verde);
  margin-bottom: 0;
}

.div-block-4 {
  background-color: var(--fondo);
}

.section-2 {
  padding-left: 40px;
  padding-right: 40px;
}

.div-back {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffff0d;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 30px;
  display: grid;
}

.img-cobertura {
  opacity: .8;
  background-image: url('../images/TEMA_GRIZS-cobertura.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.div-block-5 {
  padding-left: 60px;
  padding-right: 40px;
}

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

.icon-flecha {
  margin-right: 12px;
}

.div-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div-materiales {
  opacity: .8;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 360px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-materiales.procesadores {
  background-image: url('../images/TEMA_GRIZS-reciclamos_procesadores.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-materiales.cables {
  background-image: url('../images/TEMA_GRIZS-reciclamos_cables.png');
  background-position: 50%;
  background-size: cover;
}

.div-materiales.tarjetas {
  background-image: url('../images/TEMA_GRIZS-reciclamos_tarjetas.png');
  background-position: 50%;
  background-size: cover;
}

.div-materiales.cobre {
  background-image: url('../images/TEMA_GRIZS-reciclamos_cobre.png');
  background-position: 50%;
}

.div-materiales.aluminio {
  background-image: url('../images/TEMA_GRIZS-reciclamos_aluminio.png');
  background-position: 50%;
  background-size: cover;
}

.div-materiales.bronce {
  background-image: url('../images/TEMA_GRIZS-reciclamos_bronce.png');
  background-position: 50%;
  background-size: cover;
}

.tag {
  opacity: 1;
  color: #fff;
  background-color: #1b1a1f99;
  border: .5px solid #fff;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 6px 20px;
}

.tag.hero {
  max-width: 492px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 150%;
}

.tag.eyebrow {
  max-width: 436px;
  margin-bottom: 0;
  line-height: 150%;
}

.tag.eyebrow.hero {
  opacity: 1;
  font-size: 14px;
}

.tag._2 {
  opacity: 1;
  max-width: 500px;
  color: var(--paragraph);
  margin-left: auto;
  margin-right: auto;
}

.tag.list {
  opacity: 1;
  max-width: 500px;
  color: var(--paragraph);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.tag._3 {
  opacity: 1;
  max-width: 500px;
  color: var(--paragraph);
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}

.icono {
  width: 20px;
  height: 20px;
}

.grid-importante {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.img-importante {
  background-image: url('../images/TEMA_GRIZS-reciclar.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.div-importante {
  text-align: left;
  padding-left: 60px;
}

.grid-razones {
  margin-top: 40px;
}

.div-razones {
  border-left: .5px none var(--heading);
  background-color: var(--fondo);
  border-radius: 20px;
  padding: 30px 30px 20px;
}

.div-razones.last {
  border-right: .5px solid var(--heading);
}

.simbolo {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: -1px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.simbolo.menos {
  margin-top: -3px;
  font-family: Geist, sans-serif;
}

.ver-mas {
  grid-row-gap: 10px;
  background-color: var(--fondo);
  border-radius: 360px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  text-decoration: none;
  display: flex;
}

.ver-menos {
  grid-row-gap: 10px;
  background-color: var(--fondo);
  border-radius: 360px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  text-decoration: none;
  display: none;
}

.untitled {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: -1px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.untitled.icon {
  width: 20px;
  height: 20px;
  margin-top: -6px;
  font-family: Geist, sans-serif;
  font-weight: 400;
}

.h3 {
  color: #f26632;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.pregunta {
  grid-row-gap: 10px;
  border-style: none none solid;
  border-width: 1px 1px .5px;
  border-color: #f3f3f3 #f3f3f3 var(--heading);
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 28px 0;
  text-decoration: none;
  display: flex;
}

.paragraph-m {
  color: #616969;
  text-align: left;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.paragraph-m.respuesta {
  max-width: 800px;
  color: var(--paragraph);
  padding-right: 100px;
  font-family: Geist, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.header-pregunta {
  grid-column-gap: 10px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.preguntas {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-footer {
  background-color: var(--verde);
  color: #fff;
  border-radius: 20px;
  padding: 40px;
}

.div-footer-eyebrow {
  flex-flow: row;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.grid-3 {
  border-bottom: .5px solid var(--paragraph);
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr 1fr;
  margin-bottom: 30px;
  padding-bottom: 40px;
}

.div-footer-navbar {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.image-2 {
  width: 160px;
}

.footer-link {
  color: #fff;
  margin-right: 30px;
  font-family: Geist, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.div-nav-menu {
  align-self: center;
}

@media screen and (max-width: 767px) {
  .section-hero {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    height: auto;
    max-height: none;
    margin-top: 0;
  }

  .navbar {
    top: 0;
  }

  .container {
    background-color: #142205;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading.h2, .heading.h2._2.left {
    font-size: 40px;
  }

  .heading.h2.left {
    text-align: center;
    letter-spacing: -.05rem;
    width: 100%;
    margin: 50px auto 20px;
  }

  .heading.h2.left.footer {
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .paragraph.hero {
    max-width: none;
  }

  .paragraph._2 {
    margin-left: 0;
  }

  .paragraph._2.contacto {
    text-align: center;
  }

  .button.contacto {
    margin-top: 15px;
  }

  .div-block-3, .div-iconos {
    display: none;
  }

  .div-cont-icono.dark {
    margin-left: auto;
    margin-right: 0;
  }

  .section.beneficios {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.materiales {
    margin-top: 50px;
  }

  .section.cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.importante {
    padding-bottom: 0;
  }

  .section.footer {
    padding-top: 50px;
  }

  .grid.beneficios {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 50px;
  }

  .div-beneficio {
    border-bottom: .5px solid var(--heading);
    border-left-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-beneficio.last {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
  }

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

  .div-back {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .img-cobertura {
    height: 400px;
  }

  .div-block-5 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-heading {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .div-materiales.procesadores, .div-materiales.cables, .div-materiales.tarjetas, .div-materiales.cobre, .div-materiales.aluminio, .div-materiales.bronce {
    height: 200px;
  }

  .grid-importante {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin-right: 0;
    padding-right: 0;
  }

  .img-importante {
    height: 300px;
  }

  .div-importante {
    padding-left: 0;
  }

  .grid-razones {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .grid-3 {
    text-align: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: 4fr;
    grid-auto-flow: column;
  }

  .div-contacto {
    text-align: center;
    margin-bottom: 50px;
  }

  .div-footer-navbar {
    flex-flow: column;
  }

  .image-2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .icon-2 {
    text-align: right;
  }

  .brand.w--current {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    height: auto;
    max-height: none;
    margin-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    text-align: center;
    padding-top: 31px;
    padding-bottom: 31px;
    padding-left: 0;
    font-size: 16px;
  }

  .nav-link.mobile {
    display: block;
  }

  .nav-menu {
    background-color: #142205f7;
    flex-flow: column;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    height: 100vh;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .div-img-hero {
    padding-top: 15px;
  }

  .heading {
    font-size: 60px;
  }

  .heading.h2 {
    font-size: 40px;
  }

  .heading.h2._2.left {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 5px;
  }

  .heading.h2.left {
    margin-top: 50px;
    font-size: 40px;
  }

  .heading.h2.cta {
    width: auto;
  }

  .heading.h3 {
    max-width: none;
  }

  .paragraph.eyebrow.footer {
    text-align: center;
    display: none;
  }

  .button {
    margin-bottom: 20px;
  }

  .div-iconos {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .div-cont-icono.dark {
    display: none;
  }

  .div-cont-icono.footer {
    margin-left: auto;
    margin-right: auto;
  }

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

  .section.materiales {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section.footer {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-beneficio {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-back {
    padding: 30px;
  }

  .div-block-5 {
    margin-top: 0;
  }

  .div-heading {
    justify-content: space-between;
    align-items: center;
  }

  .tag {
    font-size: 12px;
  }

  .h3 {
    max-width: 85%;
    font-size: 20px;
    line-height: 130%;
  }

  .pregunta {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-m {
    width: auto;
    margin-bottom: 0;
    font-size: 14px;
  }

  .paragraph-m.respuesta {
    max-width: none;
    padding-right: 0;
  }

  .header-pregunta {
    justify-content: space-between;
    align-items: center;
  }

  .div-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 40px 20px 60px;
  }

  .div-footer-eyebrow {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    margin-bottom: 20px;
  }

  .grid-3 {
    margin-bottom: 0;
  }

  .footer-link {
    margin-right: 0;
    line-height: 35px;
  }

  .footer-nav {
    flex-flow: column;
    display: flex;
  }

  .brand {
    padding-left: 0;
  }

  .image-3 {
    margin-top: 20px;
  }

  .menu-button.w--open {
    background-color: #142205;
  }

  .div-nav-menu {
    padding-top: 50px;
  }
}

#w-node-c55a5dcb-5960-5375-bf21-fd59f0c81d87-738cdee3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee88da87-9ebc-d821-8bbc-69590109fb5a-738cdee3 {
  justify-self: end;
}

#w-node-_67be6c62-546c-f163-d4ec-a3c4fcdba187-738cdee3 {
  justify-self: auto;
}

#w-node-_6d4deb95-6c9e-6bb5-07ef-17abeef7a26b-738cdee3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ad49f781-f356-c2b8-28b1-63a18ad0c67e-738cdee3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-_47c4ee94-5adc-a42c-5e3d-64c3127311fd-738cdee3 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d43f3446-2689-09f2-24d2-257f224c3159-738cdee3, #w-node-e54c6ac9-4781-082c-43b1-cb88e080acd4-738cdee3, #w-node-e39b2a68-5a43-7b4b-e775-925a449864cb-738cdee3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1a91b191-ab9f-9425-c21d-9a4e555a11f9-738cdee3, #w-node-ae7f3be4-6eea-4432-5729-352359b914a3-738cdee3 {
  align-self: end;
}

#w-node-ff1605b2-4447-eaa9-b7a3-8edf6cfb9671-738cdee3, #w-node-_8772c58e-fc7a-1dab-b4cd-d6260aea8958-738cdee3 {
  place-self: end start;
}

@media screen and (max-width: 767px) {
  #w-node-_6d4deb95-6c9e-6bb5-07ef-17abeef7a26b-738cdee3, #w-node-ad49f781-f356-c2b8-28b1-63a18ad0c67e-738cdee3, #w-node-_47c4ee94-5adc-a42c-5e3d-64c3127311fd-738cdee3, #w-node-d43f3446-2689-09f2-24d2-257f224c3159-738cdee3, #w-node-e54c6ac9-4781-082c-43b1-cb88e080acd4-738cdee3, #w-node-e39b2a68-5a43-7b4b-e775-925a449864cb-738cdee3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5472846f-411f-677e-677e-560c897ab2d8-738cdee3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_8c4a6385-fe1e-034c-385f-3bc679adc131-738cdee3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ff1605b2-4447-eaa9-b7a3-8edf6cfb9671-738cdee3, #w-node-_8772c58e-fc7a-1dab-b4cd-d6260aea8958-738cdee3 {
    justify-self: center;
  }
}


