.pos-rel{
    position: relative;
}

.navbar-brand img{
    max-height: 78px !important;
}

.semlink{
    cursor: default;
}

.icon img{
    max-width: 150px;
    height: auto; 
}


.circular--landscape {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
  }
  
  .circular--landscape img {
    width: auto;
    height: 100%;
    margin-left: -0px;
  }

  .cor-prata
  {
      color: gray !important;
  }

  @media (max-width:991.98px){
      .about-author {text-align: center !important;}

      .practice-area {
        display: block;
        margin-bottom: 0px !important;
    }


  }

html{
    scroll-behavior: smooth;
}