/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* For Tablets (768px - 991px) */
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .firstSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  .divConteudoESubtitulo {
    margin: 0 10px;
    border-right: 3px solid white;
  }

  .fotoCurriculo {
    display: none;
  }
}
