p {
  margin-bottom: 0;
}
.global {
  margin-bottom: 0 !important;
  background-color: #ffffff;
}
.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;
}
.detalhes {
  margin: 40px 0 100px 0;
}
.self-checkout-banner-logo {
  margin-top: 130px;
}
.self-checkout-detalhes-sessao {
  display: flex;
}
.self-checkout-detalhes-texto h2 {
  color: #170030;
}
.vertical-container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  margin-top: 130px;
}

.vertical-text {
  transform: rotate(-90deg);
  transform-origin: center;
  white-space: nowrap;
  color: #2fffe2;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 8px;
  margin: 0;
}

.arrow {
  margin-top: 5rem;
  width: 17px;
}
@media (max-width: 768px) {
  .self-checkout-banner-logo {
    margin-top: 0px;
  }
  .self-checkout-left {
    text-align: center;
    padding: 50px 0px;
  }
  .vertical-text {
    display: none;
  }
  .vertical-container {
    margin-top: 0px;
  }
  .arrow {
    margin-top: 5rem;
    width: 35px;
  }
}
/* detalhes */
@media (max-width: 768px) {
  .self-checkout-detalhes-texto h2 {
    font-size: 30px;
  }
}
/* agilidades */
.impressao-automatica-agilidade-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 50px 0px;
}
@media (max-width: 768px) {
  .impressao-automatica-agilidade-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
/* logos */
.self-checkout-logos {
  margin-top: 100px;
  margin-bottom: 100px;
}
.self-checkout-logos h2 {
  color: #170030;
}
.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;
  }
  .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: #8011ff;
  font-size: 15px;
}
