.landing-form-context {
    padding: 60px 0px;
}

.landing-form-context .context {
    padding-bottom: 30px;
}

.landing-form-context .context p {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 33px;
    font-family: "Ford-Motion-Regular";
    color: #000000bf;
    text-align: center;
}

.landing-form-context .context p:last-child {
    padding-bottom: 0;
}

.landing-form-context .custom-form {
    background-color: #020a5d;
    width: 50%;
    margin: 0 auto;
    padding: 30px;
    border-radius: 5px;
}

.landing-form-context .custom-form form .form-group {
    padding-bottom: 20px;
}

.landing-form-context .custom-form form .form-group label {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.02em;
    display: block;
    padding-bottom: 10px;
    font-family: "Ford-Motion-Regular";
}

.landing-form-context .custom-form form button {
    padding: 12px 20px;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    color: #020a5d;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    border-radius: 10px;
    background-color: #fff;
    border-color: #fff;
    border: 1px solid;
    display: block;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 1200px) {
    .landing-form-context .custom-form {
        width: 80%;
    }
}

@media (max-width: 992px) {
    .landing-form-context {
        padding: 50px 0px;
    }

    .landing-form-context .custom-form {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .landing-form-context {
        padding: 40px 0px;
    }

    .landing-form-context .custom-form {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .landing-form-context {
        padding: 30px 0px;
    }
}