#shopify-section-template--20504648745053__main{
  background-color:#f5f5f5;
}

.news-list{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}

[data-element-id].news-list>div{
  display:contents;
}

.news-item{
 width:49%; 
 margin-bottom:30px;
 background: #fff
}

.news-item>a{
  display:block;
  height:100%;
  padding:1em;
  border:1px solid #000;
}

.news-img{
  width:100%;
  position:relative;
}

.news-img.ofi-60::before{
  content:"";
  width:100%;
  padding-top:60%;
  display:block;
  position:relative;
}

.news-img.ofi-60 img{
 width:100%;
 height:100%;
 position:absolute;
 top:0;
 left:0;
 object-fit:cover;
}

.news-date{
  color:#D33149;
  font-weight:bold;
  margin:5px 0;
}

.news-title{
  width:100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size:16px;
}

@media(max-width:1024px){
  .news-item{
 width:33%; 
}
}

@media(max-width:599px){
  .news-item{
 width:100%; 
}


.news-item>a{
  padding:.6em;
}

}

.sub-red{
  font-size: .7em;
  color:#d33149;
  line-height:1.3em;
}
