.below-header {
    background: linear-gradient(90deg, rgba(236, 102, 26, 0.05) 0%, rgba(236, 102, 26, 0.03) 100%);
    display: flex;
    width: 100%;
    height: 44px;
}
.below-header h6 {
    margin-top: 15px;
    margin-left: 50px;
}
.below-header img {
    margin-top: -3px;
}
.dropdown-tabs-customer {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.dropdown-tabs-customer a {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #646464;
    flex-grow: 1;
    text-align: center;
    /* min-width : 360px */
    /* padding-left: 105px;
    padding-right: 105px; */
}
.dropdown-tabs-customer h5 b {
    color: var(--main2, #EC661A);
}

.monthly-news-container {
    margin-top: 100px;
    margin-bottom: 100px;
    justify-content: center;
    text-align: center;
}
.monthly-news-container .sub-heading {
    margin-top: 70px;
    margin-bottom: 30px;
}

.monthly-data-table table {
    width: 80%;
    border-collapse: collapse;
    margin-top: 80px;
    margin-left: 150px;
}
.monthly-data-table th, .monthly-data-table td {
    padding: 12px 8px;
    text-align: center;
}
.monthly-data-table tr {
    border: 1px solid rgba(236, 102, 26, 0.08);;
}
.bg-colored-row {
    background: rgba(236, 102, 26, 0.08);
}

@media screen and (min-width: 1440px) {
    .dropdown-tabs-customer h5 {
        min-width : 360px
    }
}

/* styles for mobile */
@media (max-width: 768px) {
    .dropdown-tabs-customer {
        display: flex;
        height: 120px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .dropdown-tabs-customer h5 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .main-picture {
        width: 100%;
    }
    .main-picture img {
        width: 100%;
    }

    .monthly-data-table table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 80px;
        margin-left: 0px !important;
    }

    .monthly-news-container{
        margin-top: 60px;
    }

    .dropdown-tabs-customer h5 {
        font-size: 16px;
        font-weight: 500;
    }
}
