@media (min-width: 600px) {
    .c_offerta-1 {
        border: 1px solid rgb(var(--black),.12) !important;
    }
    .c_offerta-2 {
        border: 1px solid rgb(var(--primary-red),.12) !important;
    }
    .c_article-preview, .c_video-preview {
        flex-direction: row;
    }
    .c_article-preview-image a {
        width: 9rem;
        height: 100%;
    }
    .c_article-preview-image a .c_thumbnail{
        height: 100%;
        width: 100%;
    }
    .c_section-content {
        padding: 3rem 0;
    }
    .c_video-preview-image a{
        border-radius: 1rem;
        overflow: hidden;
    }
    .c_video-preview-image a .c_thumbnail{
        height: auto;
        width: 100%;
    }
    .c_main-grid {
        flex-direction: row;
    }
    .c_profile-nav li p {
        display: flex;
    }
    .c_grid-preview {
        grid-template-columns: repeat(2, 1fr);
    }
    .c_grid-preview.c_titles {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .c_grid-ad {
        grid-template-columns: repeat(3, 1fr);
    }
    .c_article-bg-box {
        border-radius: 2rem;
    }
    .c_landing-article.c_dx .c_landing-p h2,
    .c_landing-article.c_dx .c_landing-p p,
    .c_landing-article.c_dx .c_landing-p .c_btn {
        padding-left: 3rem;
    }
    .c_landing-article.c_sx .c_landing-p h2,
    .c_landing-article.c_sx .c_landing-p p,
    .c_landing-article.c_sx .c_landing-p .c_btn {
        padding-right: 3rem;
    }
    .c_landing-article {
        gap: 0;
    }
    .c_landing-p.c_white {
        padding: 5rem 4rem;
    }
    .c_600-align-items-center {
        align-items: center !important;
    }
    .c_600-align-items-end {
        align-items: flex-end !important;
    }
    .c_600-align-items-start {
        align-items: flex-start !important;
    }
    .c_600-justify-content-center {
        justify-content: center !important;
    }
    .c_600-pl-0 {
        padding-left: 0 !important;
    }
    .c_600-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .c_600-font-5 {
        font-size: 2.5rem !important;
    }
    .c_600-order button:first-child {
        order: 1 !important;
    }
    .c_600-order button:last-child {
        order: 2 !important;
    }
    .c_600-text-center {
        text-align: center !important;
    }
    .c_600-gap-3 {
        gap: 3rem !important;
    }
    .c_600-gap-4 {
        gap: 4rem !important;
    }
    .c_600-d-flex {
        display: flex !important;
    }
    .c_600-d-none {
        display: none !important;
    }
    .c_600-flex-col {
        flex-direction: column !important;
    }
    .c_600-flex-row {
        flex-direction: row !important;
    }
    .c_600-text-right {
        text-align: right !important;
    }
    .c_600-p-0 {
        padding: 0 !important;
    }
    .c_600-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .c_600-px-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .c_600-py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .c_600-pt-0 {
        padding-top: 0 !important;
    }
    .c_600-p-6 {
        padding: 3rem !important;
    }
    .c_600-pl-6 {
        padding-left: 3rem !important;
    }
    .c_600-pr-6 {
        padding-right: 3rem !important;
    }
    .c_600-border-radius-2 {
        border-radius: 2rem !important;
        overflow: hidden;
    }
    .c_600-border-radius-large {
        border-radius: 2rem !important;
    }
    .c_600-mb-7 {
        margin-bottom: 5rem !important;
    }
    .c_600-pt-7 {
        padding-top: 5rem !important;
    }
    .c_600-px-7 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
    .c_600-max-w-38 {
        max-width: 38rem !important;
    }
    .c_600-w-unset {
        width: unset !important;
    }
    .c_affiliate-container, .c_affiliate-container-storico {
        background: radial-gradient(80rem 50rem at 100% -10%, rgba(14, 181, 255, .08), rgba(255, 255, 255, .8), transparent);
        border: 1px solid rgb(0,0,0,.1);
        border-radius: 2rem;
        padding: 4rem;
        box-shadow: 0 1rem 3rem rgba(14, 181, 255, .08);
        backdrop-filter: blur(1rem) saturate(160%);
    }
    .c_affiliate-container-storico {
        background: radial-gradient(80rem 50rem at 100% -10%, rgba(255, 197, 14, .06), rgba(0, 0, 0, .012)) !important;
        box-shadow: 0 1rem 3rem rgba(255, 197, 14, .08) !important;
    }
}