p {
  margin-bottom: 0;
}
.global {
  margin-bottom: 0 !important;
  background-color: #ffffff;
}
/* primeira section */
.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;
}
.btn-banner-center {
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}

.banner-wrapper {
  position: relative;
}

.btn-banner-fixed {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 5;
}
/* como funciona section */
.como-funciona {
  background-color: #2b1069;
  padding: 80px 0;
}
.div-title {
  width: 250px;
  color: #fff;
}
.link-hover:hover {
  color: #46f5e0 !important;
}
/* agilidades */
.pagamento-online-agilidade-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 50px 0px;
}
@media (max-width: 1399px) {
  .div-center {
    width: 100%;
  }
  .pagamento-online-agilidade-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 50px 0px;
  }
}
/* logos */
.self-checkout-logos {
  margin-top: 100px;
  margin-bottom: 100px;
}
.self-checkout-logos h2 {
  color: var(--bs-primary);
}
.grids-logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (min-width: 768px) {
  .btn-primary {
    width: auto !important;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .div-center {
    width: 100%;
  }
  .div-center-title {
    font-size: 35px;
  }
  .paragh-center {
    font-size: 16px;
  }
  .btn-banner-fixed {
    bottom: 0;
  }
  .grids-logos {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .grids-logos img {
    width: 50px;
  }
  .self-checkout-description p {
    text-align: left;
  }
  .self-checkout-logos h2 {
    font-size: 30px;
  }
  .btn-primary {
    width: 100% !important;
    display: block;
  }
}
.footer-main {
  color: #fff;
  background-color: var(--bs-primary);
  font-size: 15px;
}
