/* ===== TE-SEKTION 3 ===== */

.tea-block{
  display:flex;
  align-items:center;
  gap:60px;
  flex-wrap:wrap;
}

.tea-img{
  flex:1 1 45%;
  min-width:300px;
}

.tea-text{
  flex:1 1 45%;
  min-width:280px;
}

/* Desktop: bild höger när vi vill */
@media (min-width: 769px){
  .tea-block.reverse-desktop{
    flex-direction:row-reverse;
  }
}

/* Mobil: alltid bild överst */
@media (max-width: 768px){
  .tea-block{
    flex-direction:column;
  }
  .tea-img{
    order:1;
  }
  .tea-text{
    order:2;
  }
}

@media only screen and (max-width: 448px) {
    .brew--article-images {
			min-height:576px !important;
    }
  .brew--top-bar{
    min-height:60px !important;
  }
  .brew--header{
    min-height:120px !important;
  }
  .brew--article-group .tws-article-list--list .tws-list--type-grid{
    min-height: 716px !important;
  }
  .customPageItem.customPageHtml{
    min-height:127px !important;
  }
}