
.secaoSobre {
  color: #4F4C4C;
}

.secaoSobre-texto {
  margin-bottom: 1em;
}

.secaoSobre-plataformas {
  display: flex;
  justify-content: space-around;
  margin-bottom: 1em;
}

.secaoSobre-imgDestaque {
  display: none;
}


@media (min-width: 830px) {

  .secaoSobre {
    text-align: left;
  }

  .secaoSobre-titulo {
    text-align: left;
  }

  .secaoSobre-imgDestaque {
    display: block;
    float: right;
    margin-left: 2em;
    margin-bottom: 2em;
  }

  .secaoSobre-plataformas {
    display: block;
    padding-top: 1.5em;
    position: relative;
  }

  .secaoSobre-plataformas:before {
    content: '';
    height: 1px;
    width: 45%;
    background-color: #D9D9D9;
    position: absolute;
    top: 4px;
  }

  .secaoSobre-plataformas li {
    display: inline-block;
    margin-right: 3em;
    margin: 1em 3em 0 0
  }

}