.full-photo-icons {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.full-photo-icons .wrapper {
  padding: 120px 0;
}
.full-photo-icons h3 {
  color: var(--secondary-title);
  font-size: 73rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.full-photo-icons .subtitle p {
  color: var(--element1-color);
  text-align: center;
  font-size: 20rem;
}
.full-photo-icons .icons {
  margin: 100px 0;
}
.full-photo-icons .icon .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  height: 140px;
}
.full-photo-icons .icon .photo .image {
  width: 140px !important;
  height: 100%;
}
.full-photo-icons .icon .photo img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.full-photo-icons .icon .text h4 {
  font-size: 22rem;
  color: var(--secondary-text);
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.full-photo-icons .icon .text p {
  color: var(--secondary-text);
  font-weight: 600;
  text-align: center;
}

@media (max-width: 575.5px) {
  .full-photo-icons .wrapper {
    padding: 40px 0;
  }
  .full-photo-icons h3 {
    font-size: 25rem;
  }
  .full-photo-icons .icons {
    margin: 50px 0 0 0;
  }
  .full-photo-icons .icon {
    margin-bottom: 30px;
  }
  .full-photo-icons .icon .photo {
    height: 80px;
    margin-bottom: 20px;
  }
  .full-photo-icons .icon .photo .image {
    width: 80px !important;
  }
  .full-photo-icons .icon .text h4 {
    margin-bottom: 10px;
  }
  .full-photo-icons .buttons {
    margin-top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.5px) {
  .full-photo-icons .wrapper {
    padding: 50px 0;
  }
  .full-photo-icons h3 {
    font-size: 40rem;
  }
  .full-photo-icons .icons {
    margin: 50px 0 0 0;
  }
  .full-photo-icons .icon {
    margin-bottom: 30px;
  }
  .full-photo-icons .icon .photo {
    height: 80px;
    margin-bottom: 20px;
  }
  .full-photo-icons .icon .photo .image {
    width: 80px !important;
  }
  .full-photo-icons .icon .text h4 {
    margin-bottom: 10px;
  }
  .full-photo-icons .buttons {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.5px) {
  .full-photo-icons .wrapper {
    padding: 60px 0;
  }
  .full-photo-icons h3 {
    font-size: 50rem;
  }
  .full-photo-icons .icons {
    margin: 50px 0 30px 0;
  }
  .full-photo-icons .icon {
    margin-bottom: 30px;
  }
  .full-photo-icons .icon .photo {
    height: 80px;
  }
  .full-photo-icons .icon .photo .image {
    width: 80px !important;
  }
  .full-photo-icons .icon .text h4 {
    margin-bottom: 10px;
  }
  .full-photo-icons .buttons {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.5px) {
  .full-photo-icons .wrapper {
    padding: 80px 0;
  }
  .full-photo-icons h3 {
    font-size: 55rem;
  }
  .full-photo-icons .icons {
    margin: 60px 0;
  }
  .full-photo-icons .icon .photo {
    height: 100px;
  }
  .full-photo-icons .icon .photo .image {
    width: 100px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .full-photo-icons .wrapper {
    padding: 100px 0;
  }
  .full-photo-icons h3 {
    font-size: 65rem;
  }
  .full-photo-icons .icons {
    margin: 80px 0;
  }
  .full-photo-icons .icon .photo {
    height: 120px;
  }
  .full-photo-icons .icon .photo .image {
    width: 120px !important;
  }
}

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