.articles-section {
  margin: 40px auto;
  padding: 20px;
  background: linear-gradient(to right, #fffce4, #ffffff);
}

.article-content-wrapper {
  padding: 30px 20px;
  border-radius: 10px;
  position: relative;
  justify-content: center;
  text-align: left;
  align-items: center;
}

.article-txt {
  font-size: 30px;
  padding: 20px;
  align-items: center;
  justify-content: center;
  
}

.article-logo {
  padding: 60px;
}

@media (max-width: 896px) {
  .article-txt {
    font-size: 20px;
  }
  .article-logo {
    padding: 20px;
}
  
}


.article-button-wrapper {
  display: flex;
  text-align: center;
  justify-items: center;
  justify-content: flex-end;
}
@media (max-width: 896px) {
  .article-button-wrapper {
    display: flex;
    justify-content: center;
  }
}
.article-button-wrapper a:hover {
  background-color: #7b7b7b;
  color: #ffffff;
}

.article-button {
  background: transparent;
  color: #000000;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  justify-items: center;
  border: 2px solid #000000;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
}

