body[class*="home"] .secondary-article-small .secondary-article-small__picture {
  width: 101px;
  height: 101px;
  flex-shrink: 0;
}

body[class*="home"] .secondary-article-small .secondary-article-small__picture img {
  border-radius: 4px;
}

body[class*="home"] .secondary-article-small {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 28px;
}

body[class*="home"] .secondary-article-small .secondary-article-small__title {
  font-family: var(--garamond);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
  word-wrap: anywhere;
}

@media (max-width: 768px) {
 
  .section-home .side-articles .secondary-article-small__title{
    margin-top: 10px;
  }

}

/* MOBILE */
@media screen and (max-width: 480px) {

body[class*="home"] .secondary-article-small .secondary-article-small__title {
    font-family: var(--garamond);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    word-wrap: anywhere;
    line-height: 22px;
}

}

/* TABLET PORTRAIT */
@media screen and (min-width: 768px) and (max-width: 1023.9px) {

  body[class*="home"] .secondary-article-small .secondary-article-small__title {
      font-family: var(--garamond);
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 14px;
      word-wrap: anywhere;
      line-height: 22px;
  }
  
}

/* TABLET LANDSCAPE */
@media screen and (min-width: 1024px) and (max-width: 1279.9px) {
  
  body[class*="home"] .secondary-article-small .secondary-article-small__title {
    font-family: var(--garamond);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    word-wrap: anywhere;
    line-height: 22px;

  }
}

body[class*="home"] .secondary-article-small .secondary-article-small__title a {
  color: var(--op-color-black-30);
}

body[class*="home"] .secondary-article-small .secondary-article-small__date {
  display: none;
}

body[class*="home"] .secondary-article-small .secondary-article-small__content {
  padding-bottom: 15px;
  border-bottom: 1px dotted var(--op-color-middle-grey);
}

@media screen and (min-width: 1023.9px) {
  body[class*="home"] .secondary-article-small {
    align-items: flex-start;
  }

  body[class*="home"]
    .secondary-article-small
    .secondary-article-small__picture {
    min-width: 101px;
    min-height: 101px;
  }

  body[class*="home"]
    .secondary-article-small
    .secondary-article-small__title
    a {
    color: var(--op-color-black-4d);
  }
}

@media screen and (min-width: 1280px) {
  body[class*="home"]
    .secondary-article-small
    .secondary-article-small__content {
    word-wrap: anywhere;
  }
}

@media screen and (min-width: 1365.9px) {
  body[class*="home"] .secondary-article-small .secondary-article-small__title {
    font-size: var(--heading-4-font-size);
  }
}

@media screen and (max-width: 767.9px){

  body[class*="home"] .secondary-article-small:last-child {
    display: none !important;
  }

  body[class*="home"] .secondary-article-small:nth-child(5) {
    display: none !important;
  }

}

@media screen and (min-width: 768px){

  body[class*="home"] .first-secondary-row-home .secondary-article-small:nth-child(3){
    display: flex !important;
  }

  body[class*="home"] .secondary-article-small:nth-child(3) {
    display: none !important;
  }

  body[class*="home"] .secondary-article-small:nth-child(4) {
    display: none !important;
  }

  body[class*="home"] .secondary-article-small:nth-child(5) {
    display: none !important;
  }
 
  body[class*="home"] .secondary-article-small:last-child {
    display: none !important;
  }

}

@media screen and (min-width: 1024px){

  body[class*="home"] .first-secondary-row-home .secondary-article-small:nth-child(4) {
    display: flex !important;
  }

  body[class*="home"] .first-secondary-row-home .secondary-article-small:nth-child(5) {
    display: flex !important;
  }
 
  body[class*="home"] .first-secondary-row-home .secondary-article-small:last-child {
    display: flex !important;
  }

  body[class*="home"] .secondary-article-small:nth-child(3) {
    display: flex !important;
  }

  body[class*="home"] .first-secondary-row-home .secondary-article-small:last-child {
    display: flex !important;
  }


}

