.container h1 {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 40px auto 10px;
  color: var(--primary-purple-color);
  padding: 0 0 30px 0;
}

.titulo {
  display: flex;
  align-items: center;
}

.center {
  text-align: center;
}

.white-highlight {
  background-color: #f7f3ff;
  border-radius: 10px;
  border: solid 1px var(--secondary-purple-color);
  margin-top: 23px;
}

.white-highlight button {
  background-color: transparent;
  border: none;
}

.title-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--secondary-purple-color);
  padding: 37px 20px;
}

.title-div h2 {
  font-weight: 500;
  font-size: 1.25rem;
  margin: 0;
}

.menu-icon {
  transition: transform 0.3s ease;
  transform-origin: 50% 50%;
}

.menu-icon.show {
  transform: rotate(180deg);
}

.icon {
  transform: rotate(90deg);
  width: 10.94px;
  height: 21.89px;
}

.icon.show {
  transform: rotate(180deg);
}

.o-que-sao,
.o-que-oferecem,
.o-que-nao-oferecem,
.encontre-cras,
.encontre-creas {
  display: none;
}

.show {
  display: block;
}

.textos-explicativos {
  padding: 0 20px;
  margin-top: -30px;
  margin-bottom: 40px;
  line-height: 24px;
}

.textos-explicativos * {
  text-decoration: none;
  color: #2d2d30;
  list-style: none;
  padding-left: 0;
}

.o-que-sao li,
.o-que-nao-oferecem li {
  margin: 20px 0;
}

.texto-negrito {
  font-weight: bold;
}

.encontre-cras h4,
.encontre-cras ul,
.encontre-creas h4,
.encontre-creas ul {
  margin: 0;
  font-weight: 300;
}

.lista-cras-creas {
  margin-top: 40px;
}

.lista-cras-creas h4 {
  font-weight: bold;
}

.lista-cras-creas article {
  padding: 30px 0;
  border-bottom: solid 1px #2d2d30;
}

.lista-cras-creas article p {
  margin: 0;
}

.lista-cras-creas article h4 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.unidades {
  font-size: 1rem;
}

.lista-cras-creas .ultima-unidade {
  border: none;
}

.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) {
  .unidades {
    font-size: 18px;
  }
}