.chart {
  display: flex;
  margin-bottom: 64px; }
  .chart-data {
    height: 200px; }

.chart-legend {
  text-align: left;
  display: flex; }
  @media only screen and (max-width: 500px) {
    .chart-legend {
      flex-wrap: wrap; }
      .chart-legend .line {
        display: none; }
      .chart-legend .sub-items {
        top: 0px !important;
        margin-left: 24px !important;
        margin-top: 48px; }
        .chart-legend .sub-items h5 {
          margin-top: 8px; }
        .chart-legend .sub-items::before {
          content: '';
          position: absolute !important;
          height: 164px !important;
          width: 1px !important;
          left: -20px !important;
          top: -52px !important; } }
  .chart-legend h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #57A0D7;
    margin-bottom: 10px; }
  .chart-legend small {
    color: #828282; }
  .chart-legend .value {
    font-weight: 900;
    font-size: 20px;
    line-height: 21px;
    color: #4F4F4F; }
    .chart-legend .value::after {
      content: '%';
      margin-left: 4px;
      font-size: 12px;
      line-height: 12px; }
  .chart-legend h5 {
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    color: #57A0D7;
    margin: 0; }
  .chart-legend .item {
    margin-bottom: 18px; }
  .chart-legend .line {
    background-color: #c4c4c4;
    width: 1px;
    height: 78px;
    position: relative;
    top: 48%;
    left: 8%; }
  .chart-legend .sub-items {
    margin-left: 48px;
    width: 180px;
    position: relative;
    top: 35%; }
    .chart-legend .sub-items::before {
      content: '';
      position: relative;
      display: block;
      width: 20px;
      height: 1px;
      left: -40px;
      top: 53px;
      background-color: #c4c4c4; }
    .chart-legend .sub-items .item::before {
      content: '';
      position: relative;
      display: block;
      width: 12px;
      height: 1px;
      left: -20px;
      top: 24px;
      background-color: #c4c4c4; }

.publicacoes h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #4F4F4F; }

.publicacoes .items img {
  width: 88px;
  margin: 24px; }
