.article-content-button-2-container {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #008ea9, #003843);
  padding: 30px;
  gap: 20px;
  box-shadow: 0 10px 15px -3px #0000004f, 0 1px 6px -4px #0000006e;
  text-decoration: none;
  cursor: pointer;
  border-radius: 25px;
}

.article-content-button-2-container-body {
  text-align: center;
  font-size: 25px;
  color: white;
  line-height: normal;
  padding: 20px;
}
