.contact-us-details {
  margin: auto;
  background: #f7f7f7;
  border-radius: 20px;
  padding: 20px;
}

.contact-title {
  color: #333;
  font-size: 18px;
  font-weight: 600;   
}

.contact-box {
  background-color: #006b6b;
  color: #fff;
  padding: 20px;
  border-radius: 16px;
  line-height: 1.8;
  font-size: 15px;
}

.contact-box a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.contact-box a:hover {
  text-decoration: underline;
}