@media(min-width: 1366px) {
    #contact-form {
        border-radius: 10px;
        width: 680px;
        margin: 0 auto;
        padding: 50px;
        background: #fff;
    }
    .form-unit {
        /* grid-column: 1 / -1; */
    }
    .form-full-unit {
        grid-column: 1 / -1;
    }
    input[type=week],
    input[type=date] {
        display: block;
        height: 40px;
        margin: 5px 0 0 0;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        background-color: #fff;
        outline: none;
        border: 0;
        padding: 0 3px;
        color: #191a1d;
    }
    .input,
    .stripe-input,
    .textarea {
        border-radius: 2px;
        font-family: "Roboto", sans-serif;
        width: 100%;
        margin: 0;
        padding: 10px;
        color: #191a1d;
        background-color: #fff;
        font-weight: 500;
        font-size: 16px;
        border: 1px solid #d5d5d5;
        /* box-shadow: inset 1px 0px 2px rgba(0, 0, 0, 0.15), inset 1px 1px 4px rgba(0, 0, 0, 0.20) !important; */
    }
    .checkbox-label {
        color: #191a1d;
        font-weight: 500;
        font-size: 16px;
        vertical-align: middle;
    }
    .input-radio,
    .input-checkbox {
        vertical-align: middle;
        width: 20px;
        height: 20px;
        margin: 0;
        padding: 0;
        color: #191a1d;
        background-color: #fff;
        font-weight: 500;
        font-size: 16px;
        border: none;
    }
    .select {
        width: 100%;
        margin: 0;
        padding: 10px;
        color: #191a1d;
        background-color: #fff;
        border: 1px solid #d5d5d5;
        font-weight: 500;
        font-size: 16px;
    }
    .label {
        font-family: "Roboto", sans-serif;
        margin: 0;
        padding: 0;
        color: #191a1d;
        font-weight: 500;
        font-size: 16px;
    }
    .form-alert {
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        width: 100%;
        padding: 5px;
        margin: 0;
        font-size: 16px;
    }
    button.submit {
        border-radius: 2px;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        border: none;
        background: var(--color-primary);
        color: #fff;
        font-size: 20px;
        font-weight: 800;
        padding: 10px;
        width: 100%;
        margin: 0;
        cursor: pointer;
        transition: 0.2s all ease-out;
    }
    button.submit:hover {
        opacity: 0.9;
    }
    .grid {
        display: grid;
        grid-gap: 15px;
    }
    .grid-2-fr {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-3-fr {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-4-fr {
        grid-template-columns: repeat(4, 1fr);
    }
    .grid-2-auto {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-3-auto {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-4-auto {
        grid-template-columns: repeat(4, 1fr);
    }
    form p {
        margin: 0;
    }
}

@media(max-width: 1366px) and (min-width: 1024px) {
    #contact-form {
        border-radius: 10px;
        width: 680px;
        margin: 0 auto;
        padding: 50px;
        background: #fff;
    }
    .form-unit {
        /* grid-column: 1 / -1; */
    }
    .form-full-unit {
        grid-column: 1 / -1;
    }
    input[type=week],
    input[type=date] {
        display: block;
        height: 40px;
        margin: 5px 0 0 0;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        background-color: #fff;
        outline: none;
        border: 0;
        padding: 0 3px;
        color: #191a1d;
    }
    .input,
    .stripe-input,
    .textarea {
        border-radius: 2px;
        font-family: "Roboto", sans-serif;
        width: 100%;
        margin: 0;
        padding: 5px;
        color: #191a1d;
        background-color: #fff;
        font-weight: 500;
        font-size: 16px;
        border: 1px solid #d5d5d5;
        /* box-shadow: inset 1px 0px 2px rgba(0, 0, 0, 0.15), inset 1px 1px 4px rgba(0, 0, 0, 0.20) !important; */
    }
    .checkbox-label {
        color: #191a1d;
        font-weight: 500;
        font-size: 16px;
        vertical-align: middle;
    }
    .input-radio,
    .input-checkbox {
        vertical-align: middle;
        width: 20px;
        height: 20px;
        margin: 0;
        padding: 0;
        color: #191a1d;
        background-color: #fff;
        font-weight: 500;
        font-size: 16px;
        border: none;
    }
    .select {
        width: 100%;
        margin: 0;
        padding: 5px;
        color: #191a1d;
        background-color: #fff;
        border: 1px solid #d5d5d5;
        font-weight: 500;
        font-size: 16px;
    }
    .label {
        font-family: "Roboto", sans-serif;
        margin: 0;
        padding: 0;
        color: #191a1d;
        font-weight: 500;
        font-size: 16px;
    }
    .form-alert {
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        width: 100%;
        padding: 5px;
        margin: 0;
        font-size: 16px;
    }
    button.submit {
        border-radius: 2px;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        border: none;
        background: var(--color-primary);
        color: #fff;
        font-size: 20px;
        font-weight: 800;
        padding: 10px;
        width: 100%;
        margin: 0;
        cursor: pointer;
        transition: 0.2s all ease-out;
    }
    button.submit:hover {
        opacity: 0.9;
    }
    .grid {
        display: grid;
        grid-gap: 10px;
    }
    .grid-2-fr {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-3-fr {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-4-fr {
        grid-template-columns: repeat(4, 1fr);
    }
    .grid-2-auto {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-3-auto {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-4-auto {
        grid-template-columns: repeat(4, 1fr);
    }
    form p {
        margin: 0;
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    #contact-form {
        border-radius: 10px;
        width: 680px;
        margin: 0 auto;
        padding: 50px;
        background: #fff;
    }
    .form-unit {
        /* grid-column: 1 / -1; */
    }
    .form-full-unit {
        grid-column: 1 / -1;
    }
    input[type=week],
    input[type=date] {
        display: block;
        height: 40px;
        margin: 5px 0 0 0;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        background-color: #fff;
        outline: none;
        border: 0;
        padding: 0 3px;
        color: #191a1d;
    }
    .input,
    .stripe-input,
    .textarea {
        border-radius: 2px;
        font-family: "Roboto", sans-serif;
        width: 100%;
        margin: 0;
        padding: 5px;
        color: #191a1d;
        background-color: #fff;
        font-weight: 500;
        font-size: 16px;
        border: 1px solid #d5d5d5;
        /* box-shadow: inset 1px 0px 2px rgba(0, 0, 0, 0.15), inset 1px 1px 4px rgba(0, 0, 0, 0.20) !important; */
    }
    .checkbox-label {
        color: #191a1d;
        font-weight: 500;
        font-size: 16px;
        vertical-align: middle;
    }
    .input-radio,
    .input-checkbox {
        vertical-align: middle;
        width: 20px;
        height: 20px;
        margin: 0;
        padding: 0;
        color: #191a1d;
        background-color: #fff;
        font-weight: 500;
        font-size: 16px;
        border: none;
    }
    .select {
        width: 100%;
        margin: 0;
        padding: 5px;
        color: #191a1d;
        background-color: #fff;
        border: 1px solid #d5d5d5;
        font-weight: 500;
        font-size: 16px;
    }
    .label {
        font-family: "Roboto", sans-serif;
        margin: 0;
        padding: 0;
        color: #191a1d;
        font-weight: 500;
        font-size: 16px;
    }
    .form-alert {
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        width: 100%;
        padding: 5px;
        margin: 0;
        font-size: 16px;
    }
    button.submit {
        border-radius: 2px;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        border: none;
        background: var(--color-primary);
        color: #fff;
        font-size: 20px;
        font-weight: 800;
        padding: 10px;
        width: 100%;
        margin: 0;
        cursor: pointer;
        transition: 0.2s all ease-out;
    }
    button.submit:hover {
        opacity: 0.9;
    }
    .grid {
        display: grid;
        grid-gap: 10px;
    }
    .grid-2-fr {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-3-fr {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-4-fr {
        grid-template-columns: repeat(4, 1fr);
    }
    .grid-2-auto {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-3-auto {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-4-auto {
        grid-template-columns: repeat(4, 1fr);
    }
    form p {
        margin: 0;
    }
}

@media(max-width: 769px) {
    #contact-form {
        border-radius: 10px;
        width: 100%;
        margin: 0 auto;
        padding: 25px;
        background: #fff;
    }
    .form-unit {
        grid-column: 1 / -1;
    }
    .form-full-unit {
        grid-column: 1 / -1;
    }
    input[type=week],
    input[type=date] {
        display: block;
        height: 35px;
        margin: 5px 0 0 0;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        background-color: #fff;
        outline: none;
        border: 0;
        padding: 0 3px;
        color: #191a1d;
    }
    .input,
    .stripe-input,
    .textarea {
        border-radius: 2px;
        font-family: "Roboto", sans-serif;
        width: 100%;
        margin: 0;
        padding: 5px;
        color: #191a1d;
        background-color: #fff;
        font-weight: 500;
        font-size: 16px;
        border: 1px solid #d5d5d5;
        /* box-shadow: inset 1px 0px 2px rgba(0, 0, 0, 0.15), inset 1px 1px 4px rgba(0, 0, 0, 0.20) !important; */
    }
    .checkbox-label {
        color: #191a1d;
        font-weight: 500;
        font-size: 16px;
        vertical-align: middle;
    }
    .input-radio,
    .input-checkbox {
        vertical-align: middle;
        width: 20px;
        height: 20px;
        margin: 0;
        padding: 0;
        color: #191a1d;
        background-color: #fff;
        font-weight: 500;
        font-size: 16px;
        border: none;
    }
    .select {
        width: 100%;
        margin: 0;
        padding: 5px;
        color: #191a1d;
        background-color: #fff;
        border: 1px solid #d5d5d5;
        font-weight: 500;
        font-size: 16px;
    }
    .label {
        font-family: "Roboto", sans-serif;
        margin: 0;
        padding: 0;
        color: #191a1d;
        font-weight: 500;
        font-size: 16px;
    }
    .form-alert {
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        width: 100%;
        padding: 5px;
        margin: 0;
        font-size: 16px;
    }
    button.submit {
        border-radius: 2px;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        border: none;
        background: var(--color-primary);
        color: #fff;
        font-size: 20px;
        font-weight: 800;
        padding: 10px;
        width: 100%;
        margin: 0;
        cursor: pointer;
        transition: 0.2s all ease-out;
    }
    button.submit:hover {
        opacity: 0.9;
    }
    .grid {
        display: grid;
        grid-gap: 10px;
    }
    .grid-2-fr {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-3-fr {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-4-fr {
        grid-template-columns: repeat(4, 1fr);
    }
    .grid-2-auto {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-3-auto {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-4-auto {
        grid-template-columns: repeat(4, 1fr);
    }
    form p {
        margin: 0;
    }
}