@media (max-width: 768px) {
    .main {
        padding: 0 12px;
    }

    .form-box {
        padding: 0;
        width: 100% !important;
    }

    .form-box form {
        padding: 10px 0 !important;
    }

    .form-info {
        padding: 0 !important;
        padding-top: 20px !important;
        width: 100% !important;
    }

    .form-info h1 {
        font-size: 22px !important;
    }

    .col-3,
    .col-4,
    .col-5,
    .col-half {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
    }

    .form-box .col-3[style],
    .form-box .col-4[style],
    .form-box .col-5[style] {
        width: 100% !important;
        max-width: 100% !important;
    }

    fieldset {
        padding: 12px 10px !important;
        margin-bottom: 15px;
    }

    fieldset legend {
        padding: 0;
        font-size: 18px !important;
        margin-bottom: 6px !important;
    }

    .form-box input[type="text"],
    .form-box input[type="email"],
    .form-box input[type="date"],
    .form-box input[type="tel"],
    .form-box input[type="number"],
    .form-box input[type="file"],
    .form-box select,
    .form-box textarea {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    br.clear {
        clear: both;
    }

    .form-box .checkbox-input,
    .form-box .col-3 .checkbox {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
    }

    .label-not-width {
        width: 100% !important;
        max-width: 100% !important;
    }

    .child-row,
    .dependant-row {
        padding-bottom: 10px;
    }

    .files {
        flex-direction: column;
        width: 100%;
        margin-bottom: 15px;
    }

    .files .link {
        margin-left: 0;
        margin-top: 4px;
    }

    .buttons-fixed {
        padding: 10px 12px;
        box-sizing: border-box;
        height: 56px !important;
    }

    .buttons-fixed .button--save {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    #add-child,
    #add-dependant {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .button-red.remove-child,
    .button-red.remove-dependant {
        display: block;
        margin-bottom: 12px !important;
        float: none !important;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    #unemployment-doc-container,
    #employment-before-doc-container {
        width: 100% !important;
        box-sizing: border-box;
    }

    .clear.mt-20 {
        width: 100%;
    }

    .col-3 small {
        margin-bottom: 20px;
        display: block;
    }

    .mb-50 {
        margin-bottom: 20px;
    }

    .mt-20 {
        margin-top: 12px;
    }
}

@media (max-width: 480px) {
    .form-info h1 {
        font-size: 19px !important;
    }

    fieldset legend {
        font-size: 14px;
    }

    .button {
        font-size: 14px;
    }
}