.clients {
  font-weight: bold;
}

.partners {
  font-weight: bold;
}

.entry-content blockquote {
  background: linear-gradient(to right, #dceadd, #e0f1e1);
  border-radius: 9px;
}

.entry-content blockquote p {
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}

.table-of-contents.open {
  border-radius: 10px;
  font-weight: bold;
}

#content.site-content.fixed {
  background: linear-gradient(to right, #f6fbff, #eadafe);
}

#masthead.site-header.fixed {
  background: linear-gradient(to right, #f6fbff, #eadafe);
}

.main-navigation-inner.full {
  background: linear-gradient(to right, #f6fbff, #eadafe);
}

.aligncenter.size-full.wp-image-45 {
  border-radius: 10px;
}

.aligncenter.size-full.wp-image-44 {
  border-radius: 10px;
}

.btn:not(:disabled):not(.disabled) {
  font-weight: bold;
  border-radius: 10px;
}