/*
 * Arena Articles
 */

.articles {
  box-sizing: border-box;
  padding: 40px 90px;
  background-color: #ffffff;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

#articles-heading-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;

  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

#articles-heading-wrapper h2 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;

  color: #111111;
}

#articles-heading-wrapper a {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: right;

  color: #455a64;
  text-decoration: none;
}

#articles-heading-wrapper img {
  width: 20px;
  height: 14px;
  padding-left: 5px;

  transform: scale(0.6);
}

.article-info {
  align-items: center;
  display: flex;
  gap: 15px;
  max-width: 536px;
  width: 100%;
  margin-top: 20px;
}

.article-info img {
  width: 57px;
  height: 57px;
}

/*
 * Next Events
 */

main .articles ~ .articles {
  padding-top: 30px;
}

@media screen and (max-width: 1260px) {
  .articles {
    padding: 32px;
  }
}

@media screen and (max-width: 768px) {
  .articles {
    width: 100%;
  }
}
