.global {
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.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;
}
.div-img {
  margin-top: 50px;
  width: 1074px;
}

/* segunda secao */
.pagamento-online-agilidade-div {
  margin-top: 100px;
  padding: 50px 20px;
}
.pagamento-online-agilidade-description {
  text-align: center;
  color: white;
}
.pagamento-online-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;
}

.footer-main {
  color: #fff;
  background-color: #8011ff;
  font-size: 15px;
}
.pagamento-online-detalhes {
  margin: 100px 0;
  color: #3f3f3f;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pagamento-online-detalhes-texto,
.pagamento-online-detalhes-img {
  flex: 1 1 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .pagamento-online-agilidade-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .btn-primary,
  .btn-transparent {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 768px) {
  .pagamento-online-detalhes {
    flex-wrap: nowrap;
  }
  .pagamento-online-detalhes-texto,
  .pagamento-online-detalhes-img {
    flex: 1 1 0;
    max-width: 50%;
  }
  .pagamento-online-detalhes-texto {
    margin-bottom: 0;
  }
  .pagamento-online-detalhes-img {
    margin-bottom: 0;
  }
  .btn-primary,
  .btn-transparent {
    width: auto !important;
    display: inline-block;
  }
  .pagamento-online-detalhes-texto {
    margin-bottom: 0;
    text-align: left;
  }
}

/* Espaçamento entre texto e imagem no mobile */
.pagamento-online-detalhes-texto {
  margin-bottom: 2rem;
}
.pagamento-online-detalhes.destaque--sessao1 .pagamento-online-detalhes-texto {
  order: 1;
}
.pagamento-online-detalhes.destaque--sessao1 .pagamento-online-detalhes-img {
  order: 2;
}
.pagamento-online-detalhes.destaque--sessao1
  .pagamento-online-detalhes-texto
  h2 {
  color: #170030;
}
.pagamento-online-detalhes.destaque--sessao2 {
  margin-top: 20px;
}
.pagamento-online-detalhes.destaque--sessao2 .pagamento-online-detalhes-texto {
  order: 2;
}
.pagamento-online-detalhes.destaque--sessao2 .pagamento-online-detalhes-img {
  order: 1;
}
.pagamento-online-detalhes.destaque--sessao2
  .pagamento-online-detalhes-texto
  h2 {
  color: #170030;
}

.pagamento-online-detalhes-img img {
  max-width: 100%;
  height: auto;
  border-radius: 2rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .div-center {
    width: 100%;
  }
  .div-center-title {
    font-size: 40px;
  }
  .paragh-center {
    font-size: 16px;
  }
  .div-img {
    width: 100%;
  }
}
