.voice-profile {
    display: grid;
    align-items: center;
    grid-template-columns: 60% 40%;
}

ul.voice-profile__list {
    list-style: none;
    line-height: 1.8;
}