@media screen and (min-width:731px) {
    .card--tabbed{
        width: auto;
        max-width: 100%;
    }

    .card.card--tabbed .tabs ~ .tabs-panels{
        border-radius: 0 0 8px 8px;
    }

    .card{
        padding:25px 30px;
    }
}