body {
  font-family: "Open Sans", sans-serif;
  color: #454545;
}

p {
  color: #454545 !important;
}

.socmed {
  color: #000;
}

li {
  list-style-type: disc;
  margin-left: 20px;
}

.photo {
  width: 30%;
}

.photo img {
  width: 100%;
  height: auto;
}

.bg {
  background: #f8f8f7 !important;
}

.btn-healph {
  background: #6001d3;
  padding: 1.5rem;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}