.dorota-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  min-width: 84px;
  max-width: 80vw !important;
  padding: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  background: #F2DBDB;
}

.dorota-button a {
  background-color: transparent !important;
  color: black !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  overflow: hidden;
  color: #170F0F;
  text-align: center;
  -webkit-font-feature-settings: 'dlig' on;
          font-feature-settings: 'dlig' on;
  text-overflow: ellipsis;
  font-family: Lexend;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  width: 100% !important;
}

body {
  font-family: "Lexend", sans-serif !important;
}

body h1, body h2, body h3, body p, body a, body button {
  font-family: "Lexend", sans-serif !important;
}

body .elementor-widget-heading .elementor-heading-title {
  color: black;
}

body h1.elementor-heading-title, body h1, body .elementor-widget-heading h1.element-heading-title {
  color: #170F0F;
  -webkit-font-feature-settings: 'dlig' on;
          font-feature-settings: 'dlig' on;
  font-family: Lexend;
  font-size: 48px;
  font-style: normal;
  font-weight: 900 !important;
  line-height: 60px;
  /* 125% */
  letter-spacing: -2px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

@media (max-width: 600px) {
  body h1.elementor-heading-title, body h1, body .elementor-widget-heading h1.element-heading-title {
    font-size: 1.2rem;
    line-height: 20px;
    /* 125% */
  }
}

body p, body .elementor-widget-text-editor, body p.elementor-widget-text-editor {
  color: black;
  color: #170F0F;
  -webkit-font-feature-settings: 'dlig' on;
          font-feature-settings: 'dlig' on;
  font-family: Lexend;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.mobile-nav {
  background: white;
}

.main-image {
  border-radius: 20px;
  overflow: hidden;
  height: 374px;
  padding-top: -20px;
  width: 300px;
}

.second-main-image {
  border-radius: 20px;
  overflow: hidden;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-left: auto;
  margin-right: auto;
}
/*# sourceMappingURL=style.css.map */