.full-photo-icons {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .full-photo-icons .wrapper {
    padding: 11vw 0; }
  .full-photo-icons h3 {
    color: var(--secondary-title);
    font-size: 73rem;
    width: 1200px;
    max-width: 100%;
    font-weight: 600;
    margin-top: 0;
    text-align: center;
    margin-bottom: 25px; }
  .full-photo-icons .title {
    width: 100%;
    display: flex;
    justify-content: center; }
  .full-photo-icons .subtitle {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .full-photo-icons .subtitle p {
      color: var(--secondary-text);
      text-align: center;
      font-size: 22rem;
      font-weight: 300;
      width: 1000px;
      max-width: 100%;
      margin-bottom: 15px; }
  .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: 10vw 0; }
  .full-photo-icons h3 {
    font-size: 30rem;
    width: 935px; }
  .full-photo-icons .subtitle p {
    font-size: 18rem;
    width: 825px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .full-photo-icons .wrapper {
    padding: 8vw 0; }
  .full-photo-icons h3 {
    font-size: 35rem;
    width: 935px; }
  .full-photo-icons .subtitle p {
    font-size: 18rem;
    width: 825px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .full-photo-icons .wrapper {
    padding: 6vw 0; }
  .full-photo-icons h3 {
    font-size: 40rem;
    width: 935px; }
  .full-photo-icons .subtitle p {
    font-size: 18rem;
    width: 825px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .full-photo-icons .wrapper {
    padding: 6vw 0; }
  .full-photo-icons h3 {
    font-size: 50rem;
    width: 935px; }
  .full-photo-icons .subtitle p {
    font-size: 19rem;
    width: 825px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .full-photo-icons .wrapper {
    padding: 6vw 0; }
  .full-photo-icons h3 {
    font-size: 60rem;
    width: 735px; }
  .full-photo-icons .subtitle p {
    font-size: 18rem;
    width: 825px; } }
@media (min-width: 1920px) {
  .full-photo-icons .wrapper {
    padding: 200px 0; } }

/*# sourceMappingURL=full_photo_icons.css.map */
