.main {
  margin-top: 100px;
  padding: 40px 32px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: var(--text-color);
}

.main h1 {
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
}

.list {
  text-align: left;
  font-weight: 400;
  line-height: 20px;
}

.list h2 {
  font-size: 0.875rem;
  margin: 0;
}

.list h3 {
  font-size: 1rem;
  margin: 0px 0px 10px;
}

.list article {
  padding: 20px 0;
  border-bottom: #2d2d30 1px solid;
}

.list address {
  font-style: normal;
  line-height: 24px;
}

.list a {
  color: #2d2d30;
  text-decoration: none;
}

.list a:hover {
  text-decoration: underline;
  transition: 300ms;
}

.list article.last-article {
  border: none;
}

.list p {
  line-height: 24px;
}

.first-article {
  padding-top: 0px;
}

.call-button {
  box-sizing: border-box;
  width: 100%;
  height: 55px;
  border-color: var(--primary-purple-color);
  border-radius: 5.58px;
  border-width: 1px;
  margin: 5px 0px 20px;
  padding: 23px 18px 23px 18px;

  display: flex;
  justify-content: initial;
  align-items: center;
  background-color: #ffffff;
  color: var(--text-secondary-color);
  font-size: 16px;
  font-weight: medium;

  cursor: pointer;
}

.call-button img {
  width: 25px;
  margin-right: 12px;
  object-fit: contain;
}

.botao-roxo {
  background-color: var(--primary-purple-color);
  text-decoration: none;
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  border-radius: 5.58px;
  margin-top: 10px;
}

.artigo-seta {
  width: 6px;
  height: 11.22px;
  filter: drop-shadow(0 0 0 white); /* destaca o traço */
  transform: scale(1.2); /* aumenta o tamanho */
}

.botao-roxo-div {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1rem;
}

.botao-roxo-div img {
  margin-right: 10px;
  width: 28.21px;
  height: 27px;
}

.botao-branco {
  height: 71px;
  display: flex;
  align-items: center;
  background-color: white;
  color: var(--text-secondary-color);
  border: solid 1px var(--primary-purple-color);
  border-radius: 5.58px;
  padding-left: 18px;
  box-shadow: 3.7px 3.7px 12.3px rgba(0, 0, 0, 0.15);
  margin-top: 15px;
  text-decoration: none;
}

.botao-branco img {
  margin-right: 12px;
}

.artigo-icone {
  width: 24px;
  height: 27px;
}

@media (min-width: 768px) {
  .botao-roxo-div,
  .call-button,
  .list h3,
  .list h2 {
    font-size: 18px;
  }
}
