
.nofilter{
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

@media only screen and (max-width: 980px) {
   
    .header-title{
       font-size: 1.5rem;
        color: white;
        margin: 0.5rem;
    }
    hr{
        margin-top: 5px !important;
    }
    
  }
  @media (min-width: 720px) and (orientation: landscape) {
    .header-title{
        margin: 2rem;
        font-size: 5rem;
        color: white;
    }
    .infoterapy{
      font-size: 2rem;
    }
  }
  