/* Custom CSS */

/* end custom */
@media (min-width: 981px) {
  /* end desktop only */
}
@media (min-width: 981px) and (max-width: 1279px) {
  /* end 1024 only */
}
@media (min-width: 1280px) and (max-width: 1439px) {
  /* end 1280 only */
}
@media (min-width: 1440px) and (max-width: 1649px) {
  /* end 1440 only */
}
@media (max-width: 980px) {
  /* end mobile and tablet */
}
@media (min-width: 481px) and (max-width: 980px) {
  /* end tablet only */
}
@media (max-width: 480px) {
  /* end mobile only */
}

/* PLNB AUTHOR PAGE */
.plnb-author-hero-row {
  display: grid;
  grid-template-columns: 1.09fr 1fr;
  gap: 125px;
  align-items: center;
}

.plnb-author-articles-container ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 75px;
}
/* END PLNB AUTHOR PAGE */
