.full-photo-icons {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden; }
  .full-photo-icons .container-fluid {
    padding: 0; }
  .full-photo-icons .bg {
    width: 50%;
    left: 0;
    z-index: -1;
    height: 100%;
    position: absolute; }
    .full-photo-icons .bg img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .full-photo-icons .bg .image {
      height: 100%; }
  .full-photo-icons .wrapper {
    padding-top: 100px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .full-photo-icons .title {
    width: 50%;
    padding-left: 70px; }
    .full-photo-icons .title h3 {
      color: var(--primary-text);
      font-size: 55rem;
      max-width: 390px;
      margin: 0; }
  .full-photo-icons .subtitle {
    width: 50%;
    position: absolute;
    top: 0;
    right: -15px;
    opacity: 0.05; }
    .full-photo-icons .subtitle p {
      color: var(--primary-bg);
      text-align: right;
      font-size: 200rem;
      text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.7), 1px -1px 0 rgba(0, 0, 0, 0.7), -1px 1px 0 rgba(0, 0, 0, 0.7), 1px 1px 0 rgba(0, 0, 0, 0.7);
      font-size: 15.10vw; }
  .full-photo-icons .icons {
    margin: 110px 0 90px 0;
    max-width: 87%;
    justify-content: flex-end;
    background-color: var(--primary-bg);
    box-shadow: 0px 20px 40px #F0F0F0A3; }
  .full-photo-icons .icon {
    padding: 62px 100px;
    border-right: 3px solid var(--light-bg); }
    .full-photo-icons .icon .photo {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 50px;
      height: 67px;
      width: 67px;
      background-color: var(--dark-bg); }
      .full-photo-icons .icon .photo img {
        width: auto;
        max-width: 100%;
        max-height: 100%; }
      .full-photo-icons .icon .photo .image {
        display: flex;
        justify-content: center;
        max-width: 64%;
        width: 64% !important; }
    .full-photo-icons .icon .text h4 {
      font-size: 30rem;
      color: var(--primary-text);
      margin-bottom: 30px; }
    .full-photo-icons .icon .text p {
      font-size: 16px;
      color: var(--primary-text);
      line-height: 144%; }
    .full-photo-icons .icon:last-child {
      border-right: none; }
  .full-photo-icons .buttons {
    justify-content: flex-start;
    margin-top: 25px;
    margin-bottom: 15px; }
    .full-photo-icons .buttons .btn {
      text-decoration: underline; }

@media (max-width: 575.5px) {
  .full-photo-icons .container-fluid {
    padding: 0 15px; }
  .full-photo-icons .buttons {
    justify-content: center;
    margin-top: 10px; }
    .full-photo-icons .buttons .btn:after {
      margin-left: 15px; }
  .full-photo-icons .bg {
    width: 100%; }
  .full-photo-icons .subtitle {
    right: auto;
    opacity: 0.1;
    display: none;
    width: 100%; }
    .full-photo-icons .subtitle p {
      font-size: 100px; }
  .full-photo-icons .wrapper {
    padding: 45px 0;
    align-items: center; }
  .full-photo-icons .title {
    padding-left: 0;
    width: 100%;
    display: flex;
    justify-content: center; }
    .full-photo-icons .title h3 {
      font-size: 25rem;
      text-align: center; }
  .full-photo-icons .icon {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .full-photo-icons .icon .text {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .full-photo-icons .icon .text h4 {
        font-size: 21rem;
        margin-bottom: 10px;
        text-align: center;
        flex-grow: 1; }
      .full-photo-icons .icon .text p {
        text-align: center; }
    .full-photo-icons .icon .photo {
      margin-bottom: 10px;
      height: 70px;
      min-height: 70px;
      width: 70px; }
  .full-photo-icons .icons {
    margin: 20px auto;
    margin-bottom: 10px;
    max-width: 300px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .full-photo-icons .buttons {
    justify-content: center;
    margin-top: 10px; }
    .full-photo-icons .buttons .btn:after {
      margin-left: 15px; }
  .full-photo-icons .bg {
    width: 100%; }
  .full-photo-icons .subtitle {
    right: auto;
    opacity: 0.1;
    display: none; }
    .full-photo-icons .subtitle p {
      font-size: 17.1vw; }
  .full-photo-icons .wrapper {
    padding: 45px 0;
    align-items: center; }
  .full-photo-icons .title {
    padding-left: 0;
    width: 100%;
    display: flex;
    justify-content: center; }
    .full-photo-icons .title h3 {
      font-size: 30rem;
      text-align: center; }
  .full-photo-icons .icon {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .full-photo-icons .icon .text {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .full-photo-icons .icon .text h4 {
        font-size: 21rem;
        margin-bottom: 10px;
        text-align: center;
        flex-grow: 1; }
      .full-photo-icons .icon .text p {
        text-align: center; }
    .full-photo-icons .icon .photo {
      margin-bottom: 10px;
      height: 70px;
      min-height: 70px;
      width: 70px; }
  .full-photo-icons .icons {
    margin: 20px auto;
    margin-bottom: 10px;
    max-width: 400px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .full-photo-icons .buttons {
    justify-content: center;
    margin-top: 10px; }
    .full-photo-icons .buttons .btn:after {
      margin-left: 15px; }
  .full-photo-icons .bg {
    width: 100%; }
  .full-photo-icons .subtitle {
    right: auto;
    opacity: 0.1;
    display: none; }
    .full-photo-icons .subtitle p {
      font-size: 17.1vw; }
  .full-photo-icons .wrapper {
    padding: 45px 0;
    align-items: center; }
  .full-photo-icons .title {
    padding-left: 0;
    width: 100%;
    display: flex;
    justify-content: center; }
    .full-photo-icons .title h3 {
      font-size: 35rem;
      text-align: center; }
  .full-photo-icons .icon {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .full-photo-icons .icon .text {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .full-photo-icons .icon .text h4 {
        font-size: 21rem;
        margin-bottom: 10px;
        text-align: center;
        flex-grow: 1; }
      .full-photo-icons .icon .text p {
        text-align: center; }
    .full-photo-icons .icon .photo {
      margin-bottom: 10px;
      height: 70px;
      min-height: 70px;
      width: 70px; }
  .full-photo-icons .icons {
    margin: 20px auto;
    margin-bottom: 10px;
    max-width: calc(100% - 60px); } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .full-photo-icons .subtitle p {
    font-size: 17.1vw; }
  .full-photo-icons .wrapper {
    padding: 65px 0; }
  .full-photo-icons .title {
    padding-left: 25px; }
    .full-photo-icons .title h3 {
      font-size: 40rem; }
  .full-photo-icons .icon {
    padding: 20px; }
    .full-photo-icons .icon .text h4 {
      font-size: 25rem;
      margin-bottom: 10px; }
    .full-photo-icons .icon .photo {
      margin-bottom: 20px;
      height: 55px;
      width: 55px; }
  .full-photo-icons .icons {
    margin: 40px 0 15px 0;
    max-width: 95.5%; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .full-photo-icons .wrapper {
    padding: 65px 0; }
  .full-photo-icons .title h3 {
    font-size: 45rem; }
  .full-photo-icons .icon {
    padding: 35px 30px; }
    .full-photo-icons .icon .text h4 {
      font-size: 27rem;
      margin-bottom: 20px; }
    .full-photo-icons .icon .photo {
      margin-bottom: 30px; }
  .full-photo-icons .icons {
    margin: 70px 0 30px 0;
    max-width: 84.5%; } }

/*# sourceMappingURL=full_photo_icons.css.map */
