.foto-block-icons.reverse .wrapper {
  flex-direction: row-reverse; }
  .foto-block-icons.reverse .wrapper .photo {
    justify-content: flex-start; }
  .foto-block-icons.reverse .wrapper .text {
    justify-content: flex-end; }
.foto-block-icons .wrapper {
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  padding: 60px 0; }
  .foto-block-icons .wrapper .text {
    width: 50%;
    display: flex;
    justify-content: flex-start; }
    .foto-block-icons .wrapper .text .container-block {
      padding-top: 0;
      padding-bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .foto-block-icons .wrapper .text h3 {
      font-weight: 700;
      font-size: 20rem;
      color: #231F20; }
      .foto-block-icons .wrapper .text h3 strong {
        font-weight: 700;
        color: var(--element2-color); }
    .foto-block-icons .wrapper .text p {
      font-weight: 400;
      font-size: 16px;
      color: #464646; }
  .foto-block-icons .wrapper .foto {
    width: 50%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-end; }
    .foto-block-icons .wrapper .foto .image {
      height: 100%;
      margin-top: 0;
      margin-bottom: 0;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      width: 760px !important;
      max-width: calc(100% - 70px); }
    .foto-block-icons .wrapper .foto img {
      width: 100%;
      object-fit: cover;
      border-radius: 16px; }
.foto-block-icons .icons {
  margin-top: 30rem; }
.foto-block-icons .icons-text {
  margin-bottom: 15px;
  display: flex;
  align-items: center; }
  .foto-block-icons .icons-text .foto-icon {
    margin-right: 10px;
    display: flex;
    align-items: center; }
    .foto-block-icons .icons-text .foto-icon .image {
      margin: 0; }
    .foto-block-icons .icons-text .foto-icon img {
      min-width: 24px;
      width: 24px;
      height: 24px;
      object-fit: contain; }
  .foto-block-icons .icons-text p {
    margin-bottom: 0; }
.foto-block-icons .buttons .btn:first-child:last-child {
  padding: 5px 103px;
  margin-left: 0;
  margin-right: 0; }
.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;
    padding: 30px 0; }
    .foto-block-icons .wrapper .text {
      background-size: 360px;
      width: 100%; }
      .foto-block-icons .wrapper .text .buttons {
        justify-content: center; }
        .foto-block-icons .wrapper .text .buttons .btn {
          padding-left: 20px;
          padding-right: 20px; }
    .foto-block-icons .wrapper .foto {
      width: 100%;
      justify-content: center;
      margin-top: 30px; }
      .foto-block-icons .wrapper .foto .image {
        max-width: calc(100% - 30px); }
      .foto-block-icons .wrapper .foto img {
        position: relative;
        max-width: 510px; }
  .foto-block-icons .icons {
    margin-top: 0rem; }
  .foto-block-icons .icons-text {
    margin-bottom: 10rem; }
    .foto-block-icons .icons-text .foto-icon {
      margin-right: 15rem; } }
@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;
    padding: 30px 0; }
    .foto-block-icons .wrapper .text {
      background-size: 360px;
      width: 100%; }
      .foto-block-icons .wrapper .text .buttons {
        justify-content: center; }
    .foto-block-icons .wrapper .foto {
      width: 100%;
      justify-content: center;
      margin-top: 30px; }
      .foto-block-icons .wrapper .foto img {
        position: relative;
        max-width: 510px; }
  .foto-block-icons .icons {
    margin-top: 0rem; }
  .foto-block-icons .icons-text {
    margin-bottom: 10rem; }
    .foto-block-icons .icons-text .foto-icon {
      margin-right: 15rem; } }
@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;
    padding: 40px 0; }
    .foto-block-icons .wrapper .text {
      background-size: 445px;
      width: 100%; }
    .foto-block-icons .wrapper .foto {
      width: 100%;
      justify-content: center;
      margin-top: 30px; }
      .foto-block-icons .wrapper .foto img {
        position: relative;
        max-width: 690px; }
  .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; } }
@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; } }
@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 */
