.test-box{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin: 50px 20% 0 20%;
    font-size: 24px;
}

.test-prefix{
    width: 100%;
    margin: 0 0 30px 0;
}

.test-name{
    width: 100%;
    margin: 0 0 30px 0;

}

.test-name span{
    font-weight: bold;
    color: #1e761e;
}

.test-role{
    width: 100%;
    margin: 0 0 30px 0;

}

.test-role span{
    font-weight: bold;
    color: #cc0000;
}