@media screen and (max-width: 900px) {
    html {
        margin: 0 64px 0 64px;
    }
    
    .header__container {
        margin: 0 64px 0 64px;
    }

    .form__content-box--row,
    .form__submitter-function,
    .form__submitter-affiliation {
        flex-direction: column;
        gap: 0;
    }

    .form__textarea {
        height: 160px;
    }
}

@media screen and (max-width: 600px) {
    html {
        margin: 0 32px 0 32px;
    }
    
    .header__container {
        margin: 0 32px 0 32px;
    }

    .p_info_1 {
        font-size: 14px;
    }

    .form__radio p,
    .form__checkbox p {
        font-size: 14px;
    }

    .form__consent-privacy a {
        font-size: 14px;
    }

    .form__consent-privacy .p_info_1 a {
        font-size: 14px;
    }

    .form__content-area > span {
        font-size: 14px;
    }

    .form__textarea {
        height: 190px;
    }
}

@media screen and (max-width: 450px) {
    html {
        margin: 0 16px 0 16px;
    }
    
    .header__container {
        margin: 0 16px 0 16px;
    }

    .form__content-frame {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .form__applicant-photo-container {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }

    .form__applicant-photo-container span {
        display: none;
    }

    .form__textarea {
        height: 270px;
    }
}