@charset "UTF-8";

.hh-content .inner {
  flex-direction: column;
}

.hh-content .expertise-buttons {
  padding-top: 0;
  padding-bottom: 1rem; 
  text-align: right; }
  @media all and (max-width:998px) {
    .hh-content .expertise-buttons {
      padding-top: 1rem;
      padding-bottom:0rem;
    }
  }
.hh-content .row.hh-section li a {
  text-decoration: underline;
  text-decoration-color: var(--color-text-default); }
  .hh-content .row.hh-section .hh-person-wrapper:nth-child(n+4) {
    display: none; } 
    @media (max-width: 992px) {
      .hh-content .row.hh-section .hh-person-wrapper:nth-child(n+3) {
        display: none; }}
    @media (max-width: 768px) {
      .hh-content .row.hh-section .hh-person-wrapper:nth-child(-n+3) {
        display: block; }
      .hh-content .row.hh-section .hh-person-wrapper:nth-child(n+4) {
        display: none; }}
  .hh-content .row.hh-section .hh-section-more-wrapper {
    text-align: center; }
    .hh-content .row.hh-section .hh-section-more-wrapper .hh-section-more {
      cursor: pointer; }
    
  
