.industry {
  margin: 20px;
  padding: 20px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  box-shadow: 0 4px 8px #095763;
  width: 80%;
  max-width: 800px;
  color: #095763;
}

.industry h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}

.industry a {
  color: #095763;
}