.global {
  background-color: #fff !important;
}
.bg-banner{
    background-image: url(/assets/images/disparador-mensagens/banner-primary.png);
    background-position:center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 500px;
}
.div-center {
  width: 854px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.div-center-title {
  font-size: 60px;
}
.paragh-center {
  font-size: 20px;
  font-weight: 400;
  color: #313033;
}
.img-ifood {
  width: 500px;
  margin: 20px auto;
}
.sistema-texto {
  width: 854px;
  text-align: center;
  margin: 100px auto 50px auto;
}
.sistema-cards {
  background-color: #2d0061;
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  grid-template-rows: auto;
  gap: 60px;
  text-align: start;
  border-radius: 30px;
  padding: 50px 60px;
}
.sistema-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sistema-card h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0;
}
.sistema-card p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}
.footer {
  position: relative !important;
}
@media (max-width: 1200px) {
  .bg-banner {
    background-image: url(/assets/images/gestao-entregadores/mapa-bg.png);
  }
  .div-center-title {
    font-size: 45px;
  }
  .div-center {
    width: 600px;
  }
}
@media (max-width: 990px) {
  .div-center {
    width: 100%;
    padding: 10px;
  }
  .div-center-title {
    font-size: 50px;
  }
  .sistema-texto {
    width: auto;
  }
  .sistema-cards {
    grid-template-columns: repeat(2, 2fr);
    padding: 30px;
    gap: 30px;
    margin-bottom: 70px;
  }
}

@media (max-width: 550px) {
  .bg-banner {
    height: auto;
  }
  .div-center-title {
    font-size: 40px;
  }
  .sistema-texto {
    height: auto;
    margin: 30px auto;
  }
  .sistema-cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .detalhes{
    margin: 50px auto !important;
  }
}
