.db-page-header {
  border: none;
}
.db-page-header .page-title {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(234, 238, 241, 0.9);
}
.db-page-header .page-title * {
  color: #000 !important;
}

h2.h-v2 {
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 400;
}
h2.h-v2 strong {
  font-weight: 700;
}

h3.h-v2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
h3.h-v2 strong {
  font-weight: 700;
}

.icon-with-link a:has(svg) {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e86891;
  transition: all 0.3s ease-in-out;
}
.icon-with-link a:has(svg) svg {
  transition: all 0.3s ease-in-out;
}
.icon-with-link a:has(svg):hover {
  color: #000;
}
.icon-with-link a:has(svg):hover svg {
  transform: rotate(90deg);
}

.icon-28 img {
  width: 28px;
  height: 28px;
}

.padd-30 {
  padding: 30px;
}

.cat-color h3 {
  background-color: #e86891;
  color: #fff;
}
.cat-color svg path {
  stroke: e86891;
}

.cat-szkolenia-pokazowe h3 {
  background-color: #e86891;
  color: #fff;
}

.cat-szkolenia-praktyczne h3 {
  background-color: #000;
  color: #fff;
}

.cat-black h3 {
  background-color: #000;
  color: #fff;
}
.cat-black svg path {
  stroke: #000;
}

.flex-items {
  display: grid;
  grid-template-columns: 1fr;
  list-style-type: none;
  gap: 20px;
}
.flex-items li > div {
  border: 1px solid #d9d9d9;
}
.flex-items li > div .content {
  min-height: 105px;
}
.flex-items li > div .inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  padding: 30px;
  font-size: 16px;
  text-align: left;
}
.flex-items li > div .inner a {
  margin-bottom: 0;
}
.flex-items li > div .inner p {
  margin-bottom: 0;
  line-height: 1.3;
}
.flex-items li h3 {
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  display: block;
  font-weight: 400;
  width: 100%;
  padding: 5px 30px;
}
.flex-items li .info {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}
.flex-items li .info span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.flex-items li.cat-szkolenia-pokazowe h3 {
  background-color: #e86891;
}
.flex-items li.cat-szkolenia-pokazowe .info {
  text-transform: uppercase;
  color: #e86891;
}
.flex-items li.cat-szkolenia-praktyczne h3 {
  background-color: #000;
}
.flex-items li.cat-szkolenia-praktyczne .info span svg path {
  stroke: #000;
}
@media screen and (min-width: 768px) {
  .flex-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 991px) {
  .flex-items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.text-v2 p:has(svg) {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.text-v2 p svg {
  min-width: 20px;
  height: auto;
  flex-shrink: 0;
}

/*# sourceMappingURL=get_training_list.min.css.map */
