.rowGallery {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.columnGallery {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
  }
  
  .columnGallery img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }


  #conteudo p {
    text-align: justify;
  }
  #conteudo h4 {
    text-align: justify;
  }

  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .tituloItem {
    font-size: 6vw;
  }
  .textoItem {
    font-size: 4vw;
  }
  .imgPatrocinador {
    height: 25vw;
  }
  .imgLogo {
    width: 5vw;
  }


  @media screen and (min-width: 900px) {
    .tituloItem {
      font-size: 2vw;
    }
    .textoItem {
      font-size: 1vw;
    }
    .imgPatrocinador {
      height: 9vw;
    }
    .imgLogo {
      width: 9vw;
    }
  }

  