@media (max-width: 980px) {
   
    .form-mis {
        border: 1px solid black;
        border-radius: 20px;
        background-color: white;
        padding: 20px;
        width: 87% !important;
        text-align: center;
    }
    .form-text h3{
        font-size: 12px;
    }
    .popup-content {
        background-color: white;
        padding: 30px 20px;
        border-radius: 5px;
        position: relative;
        width: 80%;
        max-width: 500px;
    }
    .form-submit {
        border: none;
        padding: 10px 10px;
        border-radius: 25px;
        color: white;
        width: 100%;
    }
  }
  .about-description12 {
    width: 100%;
    margin: 0px 0px;
}
.form-mis1 {
    border: 1px solid black;
    border-radius: 20px;
    background-color: white;
    padding: 20px;
    width: 90%;
    text-align: center;
}