.banner-sucesso-trial {
  height: 100vh;
  background:
    url(/assets/images/sucesso/carrinho/banner-mob.webp) 80% top / cover
      no-repeat,
    rgba(217, 217, 217, 4.5);
}

.cta-card {
}

.logo {
  width: 122px;
  height: 40px;
}

.ct-header {
  background: #fff;
  border-radius: 1rem;
}

.bg-chapeu {
  width: 52px;
  height: 52px;
}

.cta-google {
  border: 1px solid #000;
}

.text-verde {
  color: #d8fe00;
}
.bg-verde {
  background: #d8fe00;
}
.card-treinamento {
  border-radius: 24px;
}

@media (min-width: 768px) {
  .banner-sucesso-trial {
    background:
      url(/assets/images/sucesso/carrinho/banner.webp) 100% -1px / cover
        no-repeat,
      rgba(217, 217, 217, 4.5);
  }
}
@media (min-width: 1024px) {
  h1.title,
  h2.title {
    font-size: 45px;
  }
  .ct-header {
    background: unset;
  }
  .cta-google {
    border: unset;
  }
  .banner-sucesso-trial {
    background:
      url(/assets/images/sucesso/carrinho/banner.webp) 70% -1px / cover
        no-repeat,
      rgba(217, 217, 217, 4.5);
  }

  .logo {
    width: 186px;
    height: 60px;
  }
}
@media (min-width: 1600px) {
  h1.title {
    font-size: 52px;
  }
}
