/* Move from header_painting_v2_pyl */
/* DEV-1930 */
@media screen and (max-width: 374px) {
    .res-view .subject-fields .custom_number_person,
    .res-view .subject-fields .custom_number_pet {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .res-view .subject-fields .left {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 361px) {
    .res-view .subject-fields .left {
        font-size: 1em;
    }
}