

@media only screen and (max-width: 480px) {
    .main-card {
        width: 99%;
    }

    .top-heading h2 {
        font-size: 32px;
    }

    form {
        width: 97%;
        margin: auto;
    }

    .sec-head {
        font-size: 22px !important;
    }

    .third-heading {

        font-size: 20px;
    }

    .spam {
        font-size: 12px;
    }
    .container {
        width: 100% !important;
      }
      .get-btn {
        font-size: 27px;
        line-height: 39px;
        color: #fff;
        font-family: sans-serif;
        font-weight: 700;
        width: 403px !important;
        margin-left: 9px;
      }
      .form-floating {
        width: 403px;
        
      }
      .footer {
        
        margin-top: 28px !important;
      }
}
