.radio {
    background: linear-gradient(353deg, #FF5100 -14.91%, #171717 106.06%);
    padding: 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    border-radius: 15px;
    gap: 20px;
}

.text-radio {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}


.player button {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
}

.player {
    display: flex;
    justify-content: center;
}

.radio-title {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}


@media only screen and (max-width: 1024px) {
    .radio-title {
        font-size: 32px;
        margin-bottom: 15px;
    }
}