#pk_flex_content .boeren_layout .item {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  /* max-width: 424px; */
  /* min-width: 250px; */
}

#pk_flex_content .boeren_layout a.item:hover .block_arrow::after {
transform: rotate(45deg)
}


#pk_flex_content .boeren_layout:nth-of-type(odd) .item {
 background: var(--forest); 
}

#pk_flex_content .boeren_layout:nth-of-type(even) .item {
 background: var(--grass);
}

#pk_flex_content .boeren_layout .item {
 border-radius: 4px;
 padding: 2rem 1rem 1rem 1rem;
}

#pk_flex_content .boeren_layout .item .title {
  color: white;
  margin-top: 8px;
  margin-bottom: 8px;
  max-width: 170px;
}

#pk_flex_content .boeren_layout .item .content {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

#pk_flex_content .boeren_layout .item .content .site {
  writing-mode: vertical-lr; 
  text-align: end;
  color: white;
}

#pk_flex_content .boeren_layout .item .image {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 1/0.9;
  position: relative;
}

#pk_flex_content .boeren_layout .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#pk_flex_content .boeren_layout .item .title {
  margin-item: 24px;  
  z-index: 1;
}

#pk_flex_content .boeren_layout .item .date {
  opacity: 0.55;
  color: white;
  margin-top: 1.5rem;
  font-size: var(--body-m);
}


#pk_flex_content .boeren_layout .item .text {
  font-size: var(--body-m);
  line-height: 140%;
  font-weight: 400;
  color: white
}

