.foto-block {
  margin-bottom: 60px;
  background-color: transparent; }
  .foto-block.reverse .wrapper {
    flex-direction: row-reverse; }
    .foto-block.reverse .wrapper .text {
      justify-content: flex-end;
      padding-left: 0;
      padding-right: 45px; }
  .foto-block .wrapper {
    display: flex;
    justify-content: space-between;
    background-color: transparent; }
    .foto-block .wrapper .title h1, .foto-block .wrapper .title h2, .foto-block .wrapper .title h3, .foto-block .wrapper .title h4 {
      margin-top: 0; }
    .foto-block .wrapper .text {
      padding-left: 45px;
      width: 63%;
      display: flex;
      justify-content: flex-start; }
    .foto-block .wrapper .foto {
      width: 37%;
      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: 8px; }
  .foto-block:last-child {
    margin-bottom: 0; }

@media (max-width: 575.5px) {
  .foto-block {
    margin-bottom: 40px; }
    .foto-block.reverse .wrapper {
      flex-direction: column-reverse; }
    .foto-block .wrapper {
      flex-direction: column-reverse; }
      .foto-block .wrapper .text {
        width: 100%;
        padding: 0 !important; }
      .foto-block .wrapper .foto {
        width: 100%;
        margin-top: 30px; }
        .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 .wrapper {
    flex-direction: column-reverse; }
    .foto-block .wrapper .text {
      width: 100%;
      padding: 0 !important; }
    .foto-block .wrapper .foto {
      width: 100%;
      margin-top: 30px; }
      .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 .wrapper {
    flex-direction: column-reverse; }
    .foto-block .wrapper .text {
      width: 100%;
      padding: 0 !important; }
    .foto-block .wrapper .foto {
      width: 100%;
      margin-top: 30px; }
      .foto-block .wrapper .foto img {
        position: relative; } }

/*# sourceMappingURL=foto_block.css.map */
