.triple-img-gallery-third .single-img-container {
  margin: 30px 0 30px 200px;
}

.triple-img-gallery-third .single-img-container .video-wrapper {
  border: 7px solid #fff;
}

.triple-img-gallery-third .flex-container {
  position: relative;
  justify-content: flex-start;
  align-items: center;
  gap: 5vw;
}
.triple-img-gallery-third .flex-container::before {
  background: url(https://devo.pl/wp-content/themes/devo_theme/assets/img/graf212_back.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(33% - 18px);
  z-index: -1;
}

.galerry-third-text {
  max-width: 40%;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 992px) {
  .triple-img-gallery-third .single-img-container {
    margin: 30px 0 30px 100px;
  }
}

@media (max-width: 768px) {
  .triple-img-gallery-third .flex-container {
    justify-content: flex-end;
  }

  .galerry-third-text {
    max-width: 50%;
    padding-right: 5%;
  }
}

@media (max-width: 576px) {
  .triple-img-gallery-third .single-img-container {
    margin: 30px 0 30px 30px;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .additional-materials .title-large {
    font-size: 30px !important;
  }
}

@media (max-width: 768px) {
  .additional-materials .title-large {
    font-size: 24px !important;
  }
}

.title-large {
  text-transform: none;
}

/* Zmiana wyglądu przycisku 15.01.2024 */
.page-linker-button::before {
  background-color: #A2A590;
  left: -15%;
  width: 130%;
}
.page-linker-button {
  border: 1px solid #fff;
  color: #fff;
}
.page-linker-button:hover {
  color: #A2A590;
  border: 1px solid #A2A590;
}
.page-linker-button:hover::before {
  left: -10%;
  width: 0;
}
