.projeto__botao--repositorio {
  background: #f5f5f5;
  border: 0.1rem solid #2a7ae4;
  padding: 1.6rem;
  margin-right: 1.6rem;
  transition: all 0.3s;
}

.projeto__botao--repositorio a {
  color: #2a7ae4;
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
  font: weight 400px;
  text-decoration: none;
}

.projeto__botao--repositorio:hover {
  background: #d4e4fa;
}

@media screen and (max-width: 768px) {
  .projeto__botao--repositorio {
    padding: 1.2rem 1.6rem;
  }

  .projeto__botao--repositorio a {
    font-size: 1.4rem;
    font-weight: 600;
  }
}
