/* Style dla block builder */
.service h6,
.service .h6,
.service h5,
.service .h5,
.service h4,
.service .h4,
.service h3,
.service .h3,
.service h2,
.service .h2,
.service h1,
.service .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  padding: 1.125rem 0;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

.service h1,
.service .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {

  .service h1,
  .service .h1 {
    font-size: 2.5rem;
  }
}

.service h2,
.service .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {

  .service h2,
  .service .h2 {
    font-size: 2rem;
  }
}

.service h3,
.service .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {

  .service h3,
  .service .h3 {
    font-size: 1.75rem;
  }
}

.service h4,
.service .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

  .service h4,
  .service .h4 {
    font-size: 1.5rem;
  }
}

.service h5,
.service .h5 {
  font-size: 1.25rem;
}

.service h6,
.service .h6 {
  font-size: 1rem;
}

.service p {
  line-height: 1.5;
  margin-bottom: 1rem;
}

.service .wp-block-image {
  padding-right: 1rem;
  padding-left: 1rem;
}

ol,
ul {
  padding-left: 2rem;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

.service ul li {
  padding: 0.5rem 0;
}

.service .wp-block-gallery {
  margin-bottom: 2rem;
}