/* [project]/src/components/home-page/content-figure/content-figure.module.css [app-client] (css) */
.content-figure-module__52C5GG__contentFigure {
  background-color: #f1f1f1;
  border-radius: 170px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 25px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.content-figure-module__52C5GG__figureItem {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-figure-module__52C5GG__loremIpsumFigure {
  color: #2d2d2d;
  text-transform: capitalize;
  width: 12rem;
  height: 5rem;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.content-figure-module__52C5GG__titleContentFigure {
  color: #2d2d2d;
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.content-figure-module__52C5GG__plusSymbol {
  color: #0023b4;
}

.content-figure-module__52C5GG__numberSize {
  color: #2d2d2d;
  font-family: Montserrat, sans-serif;
}

@media screen and (max-width: 768px) {
  .content-figure-module__52C5GG__contentFigure {
    box-sizing: border-box;
    background-color: #f1f1f1;
    border-radius: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    display: grid;
  }

  .content-figure-module__52C5GG__titleContentFigure {
    min-width: 0;
    margin: 0;
    padding: 5px 0;
    line-height: 1.1;
    font-size: 28px !important;
  }

  .content-figure-module__52C5GG__loremIpsumFigure {
    word-break: break-word;
    text-align: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5px 0;
    font-size: 12px !important;
  }

  .content-figure-module__52C5GG__figureItem {
    background-color: #fff;
    border-radius: 8px;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    padding: 10px;
    display: flex;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .content-figure-module__52C5GG__contentFigure {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 150px;
    display: grid;
  }
}

@media screen and (min-width: 1025px) {
  .content-figure-module__52C5GG__contentFigure {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}

/*# sourceMappingURL=src_components_home-page_content-figure_content-figure_module_f263fc10.css.map*/