.hero .btns-hero {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.hero .btns-hero .button:first-of-type {
  margin-right: 0;
}

.v2-proof {
  margin: 20px auto 0;
  max-width: 560px;
}

.v2-deadlines,
.v2-diagnostic,
.v2-process {
  padding: 80px 0;
}

.v2-split,
.v2-section-content,
.v2-diagnostic,
.v2-process {
  text-align: center;
}

.v2-section-visual {
  margin: 0 auto 32px;
  max-width: 144px;
}

.v2-section-content .title,
.v2-diagnostic .title--02,
.v2-process .title--02 {
  margin-bottom: 24px;
}

.v2-section-content .bodyTxt,
.v2-intro {
  margin-bottom: 32px;
}

.v2-check-list {
  margin: 0 auto;
  max-width: 920px;
}

.v2-check-list li {
  align-items: flex-start;
  display: flex;
  margin-bottom: 16px;
  text-align: left;
}

.v2-check-list .icon {
  flex: 0 0 24px;
  margin-right: 12px;
}

.v2-disclaimer {
  margin: 24px auto 0;
  max-width: 720px;
}

.v2-actions {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  margin-top: 32px;
}

.v2-actions .button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin: 0;
}

.v2-whatsapp {
  min-width: 220px;
}

.v2-process-grid > div {
  margin: 0 auto 56px;
  max-width: 290px;
}

.v2-process-grid > div:last-of-type {
  margin-bottom: 0;
}

.v2-process-grid img {
  margin-bottom: 16px;
  max-height: 96px;
}

.v2-process-grid .title--03 {
  margin-bottom: 16px;
}

.v2-step {
  color: #15CCEA;
  display: block;
  font-family: "Lato-Bold", monospace;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}

.v2-process > .center > .button {
  margin-top: 56px;
}

.price .v2-price-actions .button {
  margin: 0;
  max-width: 300px;
  width: 100%;
}

.footer .companyInfo a {
  color: #FFFFFF;
}

.footer .companyInfo a:hover {
  text-decoration: underline;
}

@media (min-width: 767px) {
  .hero .btns-hero {
    justify-content: flex-start;
  }

  .v2-proof {
    margin-left: 0;
    text-align: left;
  }

  .v2-split {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: left;
  }

  .v2-section-visual {
    margin: 0 64px 0 0;
    max-width: 180px;
    width: 24%;
  }

  .v2-section-content {
    max-width: 720px;
    text-align: left;
    width: 68%;
  }

  .v2-check-list {
    display: grid;
    gap: 0 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-actions {
    flex-direction: row;
  }

  .price .v2-price-actions {
    align-items: center;
    justify-content: center;
  }

  .price .v2-price-actions .button {
    min-width: 280px;
    width: auto;
  }

  .v2-process-grid {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
  }

  .v2-process-grid > div,
  .v2-process-grid > div:last-of-type {
    margin: 0;
    max-width: 28%;
  }

  .v2-process-grid img {
    max-height: 120px;
  }
}

@media (min-width: 1100px) {
  .price .center > .v2-price-actions {
    justify-content: center;
    width: 100%;
  }

  .price .center > .v2-price-actions .v2-whatsapp {
    min-width: 320px;
    white-space: nowrap;
  }

  .v2-deadlines,
  .v2-diagnostic,
  .v2-process {
    padding: 120px 0;
  }

  .v2-process-grid img {
    max-height: 140px;
  }
}
