.foto-block {
  background-color: transparent; }
  .foto-block.reverse .wrapper {
    flex-direction: row-reverse; }
    .foto-block.reverse .wrapper .text {
      justify-content: flex-end;
      padding-right: 70px;
      padding-left: 0; }
  .foto-block .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 45px 0;
    background-color: transparent; }
    .foto-block .wrapper .title {
      margin-bottom: 30px;
      display: flex;
      align-items: center; }
      .foto-block .wrapper .title h3 {
        font-size: 36rem;
        margin-top: 0;
        margin-bottom: 0; }
      .foto-block .wrapper .title .icon {
        min-width: 56px;
        width: 56px;
        height: 56px;
        margin-right: 15px; }
        .foto-block .wrapper .title .icon img {
          max-width: 100%;
          max-height: 100%; }
    .foto-block .wrapper .text {
      padding-top: 100px;
      padding-bottom: 100px;
      padding-left: 70px;
      width: 50%;
      display: flex;
      justify-content: flex-start; }
    .foto-block .wrapper .foto {
      width: 50%;
      position: relative;
      overflow: hidden; }
      .foto-block .wrapper .foto .image {
        height: 100%;
        margin-top: 0;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center; }
      .foto-block .wrapper .foto img {
        height: inherit;
        width: 100%;
        object-fit: cover;
        position: absolute;
        border-radius: 31px; }

@media (max-width: 575.5px) {
  .foto-block.reverse .wrapper {
    flex-direction: column-reverse; }
    .foto-block.reverse .wrapper .text {
      padding: 30px 0; }
  .foto-block .wrapper {
    padding: 0 15px;
    padding-bottom: 25px;
    flex-direction: column-reverse; }
    .foto-block .wrapper .text {
      padding: 30px 0;
      width: 100%; }
      .foto-block .wrapper .text .title {
        margin-bottom: 20px; }
        .foto-block .wrapper .text .title h3 {
          font-size: 20rem; }
        .foto-block .wrapper .text .title .icon {
          min-width: 20px;
          width: 20px;
          height: 20px;
          margin-right: 10px; }
    .foto-block .wrapper .foto {
      width: 100%; }
      .foto-block .wrapper .foto img {
        position: relative; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .foto-block.reverse .wrapper {
    flex-direction: column-reverse; }
    .foto-block.reverse .wrapper .text {
      padding: 30px 0; }
  .foto-block .wrapper {
    flex-direction: column-reverse;
    padding: 0 15px;
    padding-bottom: 25px; }
    .foto-block .wrapper .text {
      padding: 30px 0;
      width: 100%; }
      .foto-block .wrapper .text .title {
        margin-bottom: 20px; }
        .foto-block .wrapper .text .title h3 {
          font-size: 25rem; }
        .foto-block .wrapper .text .title .icon {
          min-width: 30px;
          width: 30px;
          height: 30px; }
    .foto-block .wrapper .foto {
      width: 100%; }
      .foto-block .wrapper .foto img {
        position: relative; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .foto-block.reverse .wrapper {
    flex-direction: column-reverse; }
    .foto-block.reverse .wrapper .text {
      padding: 30px 0px; }
  .foto-block .wrapper {
    flex-direction: column-reverse;
    padding: 0;
    padding-bottom: 25px; }
    .foto-block .wrapper .text {
      padding: 30px 0px;
      width: 100%; }
      .foto-block .wrapper .text .title {
        margin-bottom: 20px; }
        .foto-block .wrapper .text .title h3 {
          font-size: 25rem; }
        .foto-block .wrapper .text .title .icon {
          min-width: 30px;
          width: 30px;
          height: 30px; }
    .foto-block .wrapper .foto {
      width: 100%; }
      .foto-block .wrapper .foto img {
        position: relative; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .foto-block.reverse .wrapper .text {
    padding-right: 20px; }
  .foto-block .wrapper .text {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px; }
    .foto-block .wrapper .text .title h3 {
      font-size: 30rem; }
    .foto-block .wrapper .text .title .icon {
      min-width: 38px;
      width: 38px;
      height: 38px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .foto-block.reverse .wrapper .text {
    padding-right: 50px; }
  .foto-block .wrapper .text {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px; }
    .foto-block .wrapper .text .title h3 {
      font-size: 35rem; }
    .foto-block .wrapper .text .title .icon {
      min-width: 46px;
      width: 46px;
      height: 46px; } }

/*# sourceMappingURL=foto_block.css.map */
