.foto-block-icons.reverse .wrapper {
  flex-direction: row-reverse;
}
.foto-block-icons.reverse .wrapper .text {
  justify-content: flex-end;
}
.foto-block-icons .wrapper {
  display: flex;
  justify-content: space-between;
  background-color: transparent;
}
.foto-block-icons .wrapper .text {
  width: 50%;
  display: flex;
  justify-content: flex-start;
}
.foto-block-icons .wrapper .foto {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.foto-block-icons .wrapper .foto .image {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foto-block-icons .wrapper .foto img {
  height: inherit;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
.foto-block-icons .icons {
  margin-top: 40rem;
}
.foto-block-icons .icons-text {
  margin-bottom: 40rem;
  display: flex;
  align-items: center;
}
.foto-block-icons .icons-text .foto-icon {
  margin-right: 50rem;
  display: flex;
  align-items: center;
}
.foto-block-icons .icons-text .foto-icon img {
  width: 71px;
  height: 57px;
  object-fit: contain;
}
.foto-block-icons:nth-child(even) .wrapper .text {
  background-image: url("/img/foto-block-bg-gray.png");
}

@media (max-width: 575.5px) {
  .foto-block-icons.reverse .wrapper {
    flex-direction: column-reverse;
  }
  .foto-block-icons .wrapper {
    flex-direction: column-reverse;
  }
  .foto-block-icons .wrapper .text {
    background-size: 285px;
    width: 100%;
  }
  .foto-block-icons .wrapper .foto {
    width: 100%;
  }
  .foto-block-icons .wrapper .foto img {
    position: relative;
  }
  .foto-block-icons .icons {
    margin-top: 0rem;
  }
  .foto-block-icons .icons-text {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0rem;
  }
  .foto-block-icons .icons-text .foto-icon {
    margin: 10px 0;
  }
  .foto-block-icons .icons-text .foto-icon img {
    width: 57px;
    height: 45px;
  }
}
@media (min-width: 576px) and (max-width: 767.5px) {
  .foto-block-icons.reverse .wrapper {
    flex-direction: column-reverse;
  }
  .foto-block-icons .wrapper {
    flex-direction: column-reverse;
  }
  .foto-block-icons .wrapper .text {
    background-size: 360px;
    width: 100%;
  }
  .foto-block-icons .wrapper .foto {
    width: 100%;
  }
  .foto-block-icons .wrapper .foto img {
    position: relative;
  }
  .foto-block-icons .icons {
    margin-top: 0rem;
  }
  .foto-block-icons .icons-text {
    margin-bottom: 0rem;
  }
  .foto-block-icons .icons-text .foto-icon {
    margin-right: 15rem;
  }
  .foto-block-icons .icons-text .foto-icon img {
    width: 57px;
    height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991.5px) {
  .foto-block-icons.reverse .wrapper {
    flex-direction: column-reverse;
  }
  .foto-block-icons .wrapper {
    flex-direction: column-reverse;
  }
  .foto-block-icons .wrapper .text {
    background-size: 445px;
    width: 100%;
  }
  .foto-block-icons .wrapper .foto {
    width: 100%;
  }
  .foto-block-icons .wrapper .foto img {
    position: relative;
  }
  .foto-block-icons .icons {
    margin-top: 30rem;
  }
  .foto-block-icons .icons-text {
    margin-bottom: 15rem;
  }
  .foto-block-icons .icons-text .foto-icon {
    margin-bottom: 15rem;
  }
  .foto-block-icons .icons-text .foto-icon img {
    width: 57px;
    height: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199.5px) {
  .foto-block-icons .wrapper .text {
    background-size: 500px;
  }
  .foto-block-icons .icons {
    margin-top: 10rem;
  }
  .foto-block-icons .icons-text {
    margin-bottom: 10rem;
  }
  .foto-block-icons .icons-text .foto-icon {
    margin-right: 30rem;
  }
  .foto-block-icons .icons-text .foto-icon img {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .foto-block-icons .wrapper .text {
    background-size: 500px;
  }
  .foto-block-icons .icons {
    margin-top: 20rem;
  }
  .foto-block-icons .icons-text {
    margin-bottom: 30rem;
  }
  .foto-block-icons .icons-text .foto-icon {
    margin-right: 30rem;
  }
}

/*# sourceMappingURL=foto_block_icons.css.map */
