/* Tutaj jest miejsce na Twoje style */
ul {
  list-style-type: none;
  padding-left: 0;
  position: relative;
}

ul li {
  margin-bottom: 32px;
  font-size: 1.2rem;
  margin-left: 50px;
}

ul li::before {
  content: url("../../img/main/tick.svg");
  position: absolute;
  width: 28px;
  left: -50px;
}

.info__card {
  box-shadow: 0 20px 50px rgba(51, 99, 181, 0.16);
  border-radius: 38px;
  background: #fff;
}

.row--1,
.row--2,
.row--3 {
  padding: 46px 32px;
  background: #ffffff;
  border-radius: 38px 38px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .row--1,
  .row--2,
  .row--3 {
    padding: 92px 102px;
    text-align: start;
    flex-direction: row;
  }
}

.row--1 img:last-child,
.row--2 img:last-child {
  width: 420px;
  margin: 0 auto;
}

.row--1 {
  padding-bottom: 64px;
}

.row--2 {
  border-radius: 0;
  padding-top: 64px;
  padding-bottom: 64px;
  border-bottom: none;
}

.row--3 {
  border-radius: 0 0 38px 38px;
  padding-top: 0;
  background-color: #ecf6fd;
  border-bottom: none;
  padding: 48px;
  flex-wrap: wrap;
  text-align: start;
}

@media screen and (min-width: 992px) {
  .row--2 h2 {
    margin-bottom: 0;
  }
}
.row--2 h5 {
  white-space: nowrap;
  margin-bottom: 0;
}

.row--3 p {
  font-weight: 600;
  margin-left: 16px;
  margin-bottom: 0;
  color: #2f5b7d;
}

.info-icon {
  width: 32px;
  height: 32px;
}

.steps {
  margin-bottom: 44%;
}

.divider {
  background: #fff;
  border-bottom: 1px solid #b1b1b1;
  width: calc(100% - 128px);
  margin: 0 auto;
}

.goverlay {
  background: rgba(235, 245, 252, 0.8) !important;
}

.glightbox-clean .gslide-media {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16) !important;
}
.gslide-media.gslide-image {
  max-width: 60% !important;
}

.glightbox-button-hidden {
  display: none !important;
}
