.listen_on_buttons {
    margin: 68px 2px;
}

.listen_on_buttons_title {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #647081;
    margin-bottom: 5px;
    letter-spacing: normal;
}

.listen_on_buttons_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.listen_on_button {
    padding: 0 6px;
    margin-bottom: 17px;

}

.listen_on_button a {
    border: 2px solid #647081;
    /*box-shadow: 0 24px 34px -5px rgba(63, 81, 127, 0.24);*/
    border-radius: 8px;
    padding: 7px;
    width: 112px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s all ease-in-out;
}

.listen_on_button a path {
    transition: .3s all ease-in-out;
}

.listen_on_button a:hover {
    background: #112031;
    border-color: #112031;
}

.listen_on_button a:hover path {
    fill: #fff;
}

.listen_on_button a span {
    display: none;
}