/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .fs-60 {
    font-size: 3.75em;
  }

  .title-card {
    font-size: 1.75em;
  }

  .btn-test {
    width: auto;
  }

  .container-solution {
    margin-top: 220px;
  }

  .button-learn-more {
    width: auto;
  }

  .card-solution {
    width: 545px;
  }

  .container-Advantages {
    margin-top: 200px;
  }

  .container-Optimize {
    margin-top: 200px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .image-illustration {
    position: absolute;
    right: 0;
    top: -120px;
  }

  .title-Optimize {
    width: 65%;
    margin-bottom: 100px;
  }

  .container-qtd-user {
    width: 840px;
  }

  .container-selected-Optimize {
    flex-wrap: nowrap;
  }

  .selected-custom {
    text-align: center;
  }

  .container-contat {
    padding: 110px;
    padding-bottom: 200px;
  }

  .container-description {
    margin-top: 100px;
  }

  .img-bg-circle {
    display: block;
    position: absolute;
    right: 0;
    z-index: 1;
    transform: translateY(-120px) translateX(-120px);
  }

  .img-bg-circle-bottom {
    display: block;
    position: absolute;
    left: 0;
    z-index: 1;
    transform: translateY(-160px) translateX(120px);
  }

  .btn-submit-form {
    width: auto;
    padding: 20px;
  }

  .container-singIn {
    margin-right: 130px;
  }

  .container-custon-intro {
    padding-left: 100px;

  }
}