/* Part of DSO-24337 */

@media (max-width: 768px) {
    .plans-bundles--table--table td {
        padding: 0 12px;
    }
    html[lang="fr"] .plans-bundles--table--table td {
        min-width: 6em;
    }
}

.howToGetIt {
    background-color: #ffffff;
    font-family: TedNext;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.4px;
    text-align: center;
    color: #da291c;
    width: 133px;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #da291c;
    background-color: #ffffff;
}