@charset "UTF-8";
.how-we-work {
  background-color: #e30613; /* czerwone tło */
  background-image: url("https://amicis.seals.pl/wp-content/uploads/2025/08/Vector.svg"); /* grafika jabłka w tle */
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  padding: 100px 20px;
  text-align: center;
  position: relative;
  color: white;
}
.how-we-work h2 {
  text-align: left;
  color: var(--wp--preset--color--base);
  margin-bottom: 68px;
}
.how-we-work .grass {
  max-width: 723px;
  width: 90%;
}

.how-we-work .leaves-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.how-we-work .images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px;
}

.how-we-work .image-box {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.how-we-work .image-box img {
  width: 100%;
  display: block;
  border-radius: 15px;
  cursor: pointer;
}

.how-we-work .image-box.video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  background: var(--wp--preset--color--base);
  color: var(--wp--preset--color--primary);
  border-radius: 50%;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}

.btn-wrapper {
  display: flex;
  justify-content: center;
}

.how-we-work .btn {
  display: flex;
  gap: 0.5rem;
  background: var(--wp--preset--color--base);
  color: var(--wp--preset--color--primary);
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  align-items: center;
  font-weight: 700;
  justify-content: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.gslide-media.gslide-video {
  max-width: 1400px !important;
}/*# sourceMappingURL=block.css.map */