body {
  background-color: #f8f9fa;
}

.header-section {
  background: url("../../assets/img/Contact.jpg") center/cover no-repeat;
  color: white;
  padding: 80px 0;
  font-weight: 700;
  font-size: 2rem;
}

.content-section {
  background: white;
  padding: 40px;
  max-width: 900px;
  margin: auto;
}

.content-section h5,
.content-section h6 {
  font-weight: 600;
}

.content-section p,
.content-section li {
  font-size: 1rem;
  line-height: 1.6;
}

.content-section ul {
  padding-left: 20px;
}
