.box-processos-filter img {
    width: 250px;
    height: 250px;
    margin-right: 20px;
}
.box-processos-filter p {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 13px;
    color: #838383;
}
.box-processos-filter h3 {
    color: #20265B;
    margin-bottom: 5px;
    font-size: 29px;
}

.tab {
  overflow: hidden;
  background-color: #eef1f4;
  border-radius: 10px 10px 0 0;
  margin-top: 15px;
}
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 14px;
    color: #53567e;
  }
  .tab button:hover {
    background-color: #dee3e7;
  }
  .tab button.active {
    background-color: #21265b;
    color: #fff;
  }
  .tabcontent {
    display: none;
    padding: 10px 18px 15px 18px;
    border-top: none;
    margin-bottom: 15px;
    background: #eef1f4;
    border-radius: 0 0 10px 10px;
    border-top: 1px #dbe2ea solid;
}
  .box-processos-filter-content {
    width: 100%;
  }