@media only screen and (max-width: 768px) {
    .container {
      max-width: 100%;
      padding: 0 20px;
    }
    #response {
        margin: 0;
        padding: 0;
    }
    .nav-link {
        padding: 5px 10px;
    }
    .theCard {
        margin: 0;
        padding: 0;
    }
    .theCard .title {
        font-size: 16px;
    }
    #logo {
        font-size: 24px;
    }
    .steps-container {
        flex-direction: column;
        align-items: center;
    }

    .step-card {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .step-text {
        font-size: 1.2rem;
        line-height: 1.231;
    }

    a.step-card:hover {
        background-color: #056 !important;
        transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    }

    a.step-card.red:hover {
        background-color: #d44 !important;
    }
    body {
        font-size: 18px;
    }
}
@media only screen and (max-width: 540px) {
    body {
        font-size: 18px;
    }

    .exportPDF {
        margin-top: -55px;
        margin-bottom: 0;
        margin-right: 0;
    }
    .anpc img {
        position: static !important;
        width: 40vw;
    }

    copyright {
        padding-bottom: 48px;
    }
  }
