/* In the name of Allah */
.mobile-header .open-menu,
.desktop-header .menu-items .item:not(.logo) {
    color: var(--tdc);
}

.mobile-header,
.desktop-header {
    -webkit-box-shadow: var(--bsh);
    box-shadow: var(--bsh);
    background: white;
}

main {
    padding-top: 76px;
}

.main-desc {
    position: relative;
    border-radius: var(--br);
    /* border: 2px solid var(--mc); */
    padding: 1rem;
    line-height: 2;
    font-weight: 500;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 2rem;
    -webkit-box-shadow: 0px 0px 20px -10px #bf1579;
    box-shadow: 0px 0px 20px -10px #bf1579;
}

.main-desc i {
    position: absolute;
    top: -12px;
    color: var(--mc);
    font-size: 1.5rem;
}

.bands li {
    margin-bottom: 1rem;
    font-size: 14px;
    padding-left: 1rem;
}

.band {
    font-weight: 700;
    color: var(--mc);
}

.table {
    font-size: 12px;
    margin-bottom: 0;
}

.table th {
    font-family: "Mikhak";
}

.table thead {
    background: var(--mc2);
}

.table tbody {
    border-top: 2px solid var(--mc) !important;
}

@media (min-width:992px) {
    .main-desc {
        font-size: 17px;
        padding: 1.5rem;
    }

    .main-desc i {
        font-size: 2rem;
        top: -16px;
    }

    .bands li {
        font-size: initial;
    }

    .table {
        font-size: 15px;
    }
}