@media only screen and (max-width: 1500px) {
  .container:not(.contextual-region .container) {
    width: calc(100% - 50px) !important;
    max-width: calc(100% - 50px) !important;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .container:not(.contextual-region .container) {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.person {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.person .top-body img {
  border-radius: 50%;
  width: 100px;
}
.person .name-title p:last-child {
  margin-bottom: 0;
}
.person .name-title .name {
  font-size: 14pt;
  margin-bottom: 0.5rem;
}

/*# sourceMappingURL=person.css.map */
