.protocolo-title-div-mobile {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding-top: 16px;
    margin-bottom: 8px;
}

.protocolo-title-admin-mobile {
    font-size: 24px;
    font-weight: 700;
}

.protocolo-description-info-mobile {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.protocolo-description-mobile-label {
    font-weight: 600;
    color: black;
    margin-bottom: 6px;
}

.protocolo-description-mobile {
    width: 100%;
    font-weight: 500;
    color: rgb(164,164,164);
    display: flex;
    flex-direction: column;
}
