.dc-compare {
    padding: 128px 0;
    background: #EFECE6;
    width: 100%;
    height: 100%;
}

.dc-compare__container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 16px;
}

.dc-compare__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-left: 113px;
    margin-bottom: 48px;
}

.dc-compare__head h2 {
    color: #000;
    font-family: Nunito, system-ui, Arial;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    margin: 0 0 8px;
}

.dc-compare__head p {
    color: #000;
    font-family: Nunito, system-ui, Arial;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 96px;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.dc-table__header {
    display: grid;
    grid-template-columns: 280px repeat(4, 1fr);
    gap: 48px;
    padding: 0 48px;
    margin-bottom: 16px;
}

.dc-table__header .h-col {
    color: #000;
    font-family: Nunito, system-ui, Arial;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}
.dc-table__header .h-col:first-child{
    text-align: center;
}
.dc-row {
    display: grid;
    grid-template-columns: 280px repeat(4, 1fr);
    gap: 48px;
    padding: 40px 48px;
    align-items: flex-start;
    width: 100%;
    max-width: 1312px;
    margin: 0 auto 24px;
    background: transparent;
}

.dc-row--pill {
    background: #FFF;
    border-radius: 160px;
    align-items: center;
}

.dc-kind {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dc-icon {
    display: flex;
    width: 108px;
    height: 108px;
    padding: 22px 5px;
    justify-content: center;
    align-items: center;
    flex: 0 0 108px;
}

.dc-icon img {
    max-width: 100%;
    height: auto;
}

.dc-name {
    color: #000;
    font-family: Nunito, system-ui, Arial;
    font-size: 19px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    text-align: left;
}

.dc-name--green {
    color: #22E243;
}

.dc-cell p {
    color: #000;
    font-family: Nunito, system-ui, Arial;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
       text-align: left;
}

.dc-compare__cta {
    display: flex;
    justify-content: center;
    margin: 56px 0;
}

.dc-btn {
    border-radius: 64px;
    background: #22E243;
    color: #000;
    display: flex;
    padding: 24px 32px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: Nunito, system-ui, Arial;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
}

@media (max-width: 800px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .dc-compare {
        margin: 64px 0;
    }

    .dc-compare__head {
        padding-left: 0;
        align-items: center;
        text-align: center;
        margin-bottom: 0px !important;
        max-width: 304px;
        margin: 0 auto;
    }

    .dc-compare__head h2 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 8px;
    }

    .dc-compare__head p {
        color: #222;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
    }

    .dc-mobile__cards {
        display: flex;
        padding: 32px 0;
        gap: 64px;
        align-items: flex-start;
        justify-content: center;
    }

    .m-card {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .m-icon {
        width: 108px;
        height: 108px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .m-icon img {
        max-width: 100%;
        height: auto;
    }

    .m-name {
   color:  #86868B;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 133.333% */
    }

    .m-name--green {
        color:  #22E243;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; 
    }

    .m-label {
        margin: 24px 0;
        padding: 16px 0;
        border-radius: 24px;
        background: #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        font-family: Nunito;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        color: #000;
    }

    .m-compare {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        align-items: start;
        margin: 0 16px 40px;
    }

    .m-col p {
        color: #000;
        font-family: Nunito;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin: 0;
        text-align: left;
    }

    .dc-compare__cta {
        margin: 32px 0 40px;
    }

    .dc-btn {
        margin: 0 auto;
        height:48px !important;
        width:284px !important;
        color: var(--Shades-Dark-Side-Rich-Black, #000);
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga' off, 'clig' off;

        /* Desktop/Links/Link2 Button */
        font-family: Nunito;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 18px; /* 128.571% */
        letter-spacing: 0.07px;
        white-space: nowrap;
    }
}