@use "./articlesColors";
.articles__grid {
  width: 100%;
  max-width: 1660px;
  position: relative;
  margin: 0 auto; }

.articles__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  width: 100%;
  margin-bottom: 30px; }

.articles__column {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .articles__column img {
    width: 100%;
    object-fit: cover;
 }

@media (min-width: 768px) {
  .articles__row {
    grid-template-columns: 1fr 1fr 1fr; } }
.article-teaser-2 {
  width: 100%;
  height: 100%;
  border-bottom: 6px solid #F5F1E5; }

.nestle-it-blog .article-teaser-2 {
  border-bottom: 6px solid #e8e5e2;
}

  .article-teaser-2 .img-wrapper {
    display: block;
    clear: both;
    width: 100%; }
    .article-teaser-2 .img-wrapper img {
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: top center;
    }
  .article-teaser-2 .content {
    padding: 20px 25px;
    background: #fff; }
    .article-teaser-2 .content h4 a {
      text-decoration: none !important;
      font-style: normal;
      font-weight: 400;
      font-size: 22px;
      line-height: 26px; }
  .article-teaser-2 .tag {
    display: block;
    margin: 15px 0 10px; }
    .article-teaser-2 .tag a, .article-teaser-2 .tag span {
      background: #ED1C24;
      color: #fff !important;
      text-decoration: none !important;
      text-transform: uppercase;
      font-style: normal;
      font-weight: 700;
      font-size: 12px;
      line-height: 24px;
      padding: 5px 10px;
      margin-right: 5px; }

.nestle-it-blog .article-teaser-2 .tag a, .nestle-it-blog .article-teaser-2 .tag span {
      background: #0065a1;}

/*# sourceMappingURL=articles.css.map */
