.repertuar .pos-contact {
    display: flex;
    flex-direction: column;
    gap:8px;
    font-weight: 600;
    background: #eb0000;
    color: #fff;
    padding: 10px;
    width: 250px;
}
.repertuar .pos-contact span {
    display: block;
}

.repertuar .pos-contact a {
    color: #fff;
}
.repertuar .pos-contact a:hover {
    color: #eee !important;
}