@media screen and (min-width: 501px) {
    .content_3 {
        width: 100%;
        padding-top: 1.8rem;
        padding-bottom: 7.5rem;
    }

    .content_3 .body_3 {
        width: 60%;
        margin: 0 auto;
        max-width: 65%;
        position: relative;
    }

    .content_3 .body_3 .form {
        height: 30.125rem;
        background: #f8f9fa;
        border-radius: 10px;
        padding: 3.125rem;
        text-align: center;
    }

    .content_3 .body_3 .form .btns {
        color: #fff;
        text-align: center;
        line-height: 2.5rem;
        background: linear-gradient(90deg, #219bf4 0%, #027AFF  100%);
        width: 10rem;
        height: 2.5rem;
        margin: 35px auto;
        cursor: pointer;
        font-size: 1.25rem;
        border: none;
        border-radius: 5px;
    }

    .content_3 .body_3 .form h4 {
        margin-bottom: 50px;
        text-align: center;
        color: #027AFF ;
    }

    .content_3 .body_3 .form .input {
        width: 100%;
        margin: 1.875rem auto;
        display: flex;
        align-items: center;

        flex-wrap: wrap;
    }

    .content_3 .body_3 .form .input span{
         width: 10%;
         font-size: 16px;
         text-align: left;
     }

    .content_3 .body_3 .form .input span strong{
        color: red;
        margin-right: 50px;
    }

    .content_3 .body_3 .form .input input,textarea {
        width: 85%;
        border: 1px solid #e6e6e6;
        margin-left: 2.625rem;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        text-indent: 0.625rem;
        outline: none;
    }
}


@media screen and (max-width: 500px) {
    .content_3 {
        width: 100%;
        padding-top: 1.8rem;
        padding-bottom: 3.5rem;
    }

    .content_3 .body_3 {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }

    .content_3 .body_3 .form {
        height: 30.125rem;
        background: #f8f9fa;
        padding: 25px auto;
        text-align: center;
    }

    .content_3 .body_3 .form h4 {
        padding-top: 30px;
        text-align: center;
        color: #027AFF ;
    }

    .content_3 .body_3 .form .input {
        width: 90%;
        margin: 1.875rem auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .content_3 .body_3 .form .input span{
        width: 100%;
        font-size: 16px;
        text-align: left;
    }

    .content_3 .body_3 .form .input input {
        width: 100%;
        height: 40px;
        margin-top: 5px;
        border-radius: 5px;
        border: 1px solid #e6e6e6;
        text-indent: 0.625rem;
        outline: none;
    }

    .content_3 .body_3 .form .btns {
        color: #fff;
        text-align: center;
        line-height: 2.5rem;
        background: linear-gradient(90deg, #219bf4 0%, #027AFF  100%);
        width: 10rem;
        height: 2.5rem;
        margin: 10px auto;
        cursor: pointer;
        font-size: 18px;
        border: none;
        border-radius: 5px;
    }
}








