.client {
  height: 200px;
}

img.logo {
  display: block;
  border: 1px solid black;
  width: 120px;
  height: 120px;
  margin: 10px auto;
  text-align: center;
}

.client p {
  text-align: center;
  font-size: 16px;
}

.container
{
    overflow: auto;
    max-width: 952px;
    padding: 0 15px;
}

.profile {
    max-width: 60%;
    margin: auto;
}

.highlight {
  padding-top: 10px;
  padding-bottom: 10px;
}

a.section-entry-active {
  color: #c7254e;
}

.section-entries {
  font-size: 16px;
}
