.system__card__box {
    padding: 10px 30px;
}

.accordion i {
    position: static;
    right: 0;
    padding-right: 25px;
    font-weight: 600;
    font-size: 22px;
}

.accordion__subheading__text {
    position: absolute;
    left: 20%;
    font-size: 24px;
    margin-top: -5px;
}

.accordion.accordion__common__button {
    padding: 15px;
}
.tomorrow_text {
    font-size: 70px;
}

.download_system button {
    text-align: center;
    padding: 20px;
    display: block;
    width: 100%;
    background: #54b9e5;
    color: #0068b6;
    text-decoration: none;
    font-size: 25px;
    border-radius: 20px;
    font-weight: 900;
    border: none;
}

.dencryl .download_system button {
    background: #54b9e5 !important;
}

.dencrete .download_system button {
    background: #006c3e !important;
}

.denpox .download_system button {
    background: #ffd150 !important;
}

.denpur .download_system button {
    background: #00b169 !important;
}

.denspartic .download_system button {
    background: #e89e27 !important;
}

.dencoat .download_system button {
    background: #990033 !important;
}

.download_system button a {
    color: #fff !important;
    text-decoration: none !important;
}
.full-width-section {
    grid-column: 2 / 4;
    border-radius: 5px;
    padding-left: 50px;
}
.table_text {
    font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1400px) {
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .system__card__box p {
        text-align: center;
    }

    .accordion__subheading__text {
        position: absolute;
        left: 20%;
        font-size: 24px;
        margin-top: -5px;
        display: none;
    }

    .system__card__box {
        padding: 10px 0px;
    }

    section.common__padding.system__accordion.common__left__right__style1.pt-0 {
        padding-left: 0;
        padding-right: 0;
    }

    section.common__padding.market-content-box.common__left__right__style2 {
        padding-bottom: 15px;
    }

    .download_system button {
        margin-top: 20px;
    }

    .tomorrow_text {
        font-size: 24px;
        font-weight: 600;
    }
    .full-width-section {
        padding: 0px 0px;
    }
}
