.container-wide {
  max-width: 90vw;
  margin: 0 auto;
}
.btn-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-wrapper .wp-block-button__link,
.wp-block-button__link {
  color: #fff;
  background-color: var(--color1);
  border-radius: 10px;
  box-shadow: none;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 0.9rem;
  font-weight: 600;
  width: fit-content;
}
.wp-block-heading {
  margin-bottom: 1rem;
}
.pages .list-space {
  margin-bottom: 30px;
}
.pages .list-space li,
.list-space li {
  margin-bottom: 20px;
}
.section-title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 2rem 0;
  padding: 0;
  color: var(--color1);
}
.text-center {
  text-align: center;
}

.szkolenia-wrapper {
  border-radius: 10px;
  background-color: #072f7e;
  background-image: linear-gradient(to right top, #06327f, #0058a1, #007db7, #00a1c4, #00c4ca);
  padding: 60px 0;
  box-sizing: border-box;
  color: #fff;
  background-image: url(../../assets/images/bg-mesh-2a.png);
  background-position: 0px -40px;
  background-repeat: no-repeat;
  background-size: 140% auto;
}
.szkolenia-wrapper .wp-block-heading {
  color: inherit;
}
