.full-photo-icons {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .full-photo-icons .wrapper {
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 850px;
    max-height: calc(100vh - 82px); }
  .full-photo-icons h3 {
    color: var(--secondary-title);
    font-size: 73rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px; }
  .full-photo-icons .subtitle {
    display: flex;
    justify-content: center; }
    .full-photo-icons .subtitle p {
      color: var(--secondary-title);
      text-align: center;
      font-size: 25rem;
      max-width: 700px; }
  .full-photo-icons .buttons {
    margin-top: 70px; }
  .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: 65px 0;
    height: auto; }
  .full-photo-icons h3 {
    font-size: 35rem;
    margin-bottom: 25px; }
  .full-photo-icons .subtitle p {
    font-size: 18rem;
    max-width: 400px; }
  .full-photo-icons .buttons {
    margin-top: 10px; }
    .full-photo-icons .buttons .btn {
      min-width: 130px; }
  .full-photo-icons .icon .photo {
    height: 120px; }
    .full-photo-icons .icon .photo .image {
      width: 120px !important; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .full-photo-icons .wrapper {
    padding: 65px 0;
    height: 350px; }
  .full-photo-icons h3 {
    font-size: 35rem;
    margin-bottom: 25px; }
  .full-photo-icons .subtitle p {
    font-size: 18rem;
    max-width: 400px; }
  .full-photo-icons .buttons {
    margin-top: 10px; }
    .full-photo-icons .buttons .btn {
      min-width: 130px; }
  .full-photo-icons .icon .photo {
    height: 120px; }
    .full-photo-icons .icon .photo .image {
      width: 120px !important; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .full-photo-icons .wrapper {
    padding: 65px 0;
    height: 470px; }
  .full-photo-icons h3 {
    font-size: 40rem;
    margin-bottom: 25px; }
  .full-photo-icons .subtitle p {
    font-size: 18rem;
    max-width: 460px; }
  .full-photo-icons .buttons {
    margin-top: 10px; }
    .full-photo-icons .buttons .btn {
      min-width: 130px; }
  .full-photo-icons .icon .photo {
    height: 120px; }
    .full-photo-icons .icon .photo .image {
      width: 120px !important; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .full-photo-icons .wrapper {
    padding: 100px 0;
    height: 550px; }
  .full-photo-icons h3 {
    font-size: 55rem; }
  .full-photo-icons .subtitle p {
    font-size: 20rem;
    max-width: 512px; }
  .full-photo-icons .buttons {
    margin-top: 30px; }
    .full-photo-icons .buttons .btn {
      min-width: 180px; }
  .full-photo-icons .icon .photo {
    height: 120px; }
    .full-photo-icons .icon .photo .image {
      width: 120px !important; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .full-photo-icons .wrapper {
    padding: 100px 0;
    height: 650px; }
  .full-photo-icons h3 {
    font-size: 65rem; }
  .full-photo-icons .subtitle p {
    font-size: 22rem; }
  .full-photo-icons .buttons {
    margin-top: 60px; }
    .full-photo-icons .buttons .btn {
      min-width: 230px; }
  .full-photo-icons .icon .photo {
    height: 120px; }
    .full-photo-icons .icon .photo .image {
      width: 120px !important; } }
@media (min-width: 1580px) {
  .full-photo-icons .buttons .btn {
    min-width: 272px; } }

/*# sourceMappingURL=full_photo_icons.css.map */
