.view-recomandari.view-display-id-page_1 {
  & .view-content {
    container: card-wrapper / inline-size;
    & .views-row {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: stretch;
      /*justify-content: center;*/
      /*background: #888;*/
      padding: 0.5rem 1rem ;
      -webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
      box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
      background: #FFF;
      margin-bottom: 1rem;

      &:nth-child(even) {
        background: #ffffff;
      }

      & > .title a,
      & > .title {
        font-size: 1.0rem;
        line-height: 1.4;
      }
      & > .text {
        font-size: 0.7rem;
        line-height: 1.2;
      }

      .field--name-field-media-image img {
        width:  32px;
        height: auto;
      }
    }

  }
}
@container card-wrapper (min-width: 768px) {
  & .views-row {
    & > .title a,
    & > .title {
      font-size: 1.4rem;
      line-height: 1.4;
    }
    & > .text {
      font-size: 1rem;
      line-height: 1.5;
    }
  }
}
/*@media (min-width: 768px) {*/
