/* MOBILE STYLES */
@media (max-width: 700px) {
  .home .text-art {
    display: none;
  }  

  .home .text-art-mobile {
    display: block;
  }

  .home .text-art-mobile img {
    max-width: 100%;
    margin-top: 30px;
  }  

  .principles .inner {
    width: 100%;
  }

  .collective .inner {
    width: 100%;
  }
}