.global {
  background-color: #fff !important;
}
.bg-main {
  background-image: url(/assets/images/relatorios-gerenciais/banner-bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 500px;
}
.container-img {
    width: 1074px;
    margin: 50px auto;
    justify-content: center;
}
.div-center {
  width: 854px;
  text-align: center;
  margin: 0 auto;
  z-index: 100;
}
.div-center-title {
  font-size: 60px;
}
.paragh-center {
  font-size: 20px;
  font-weight: 400;
  color: #313033;
}

.footer {
  position: relative !important;
}
@media (max-width: 1200px) {
    .bg-main {
    background-image: none;
  }
  .container-img{
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 990px) {
  .div-center {
    width: auto;
  }
  .div-center-title {
    font-size: 50px;
  }
}

@media (max-width: 550px) {
  .div-center-title {
    font-size: 40px;
  }
}
@media (max-width: 460px) {
}
