.chart_img img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.chart_right .product_table {
    margin-top: 0;
}
.chart_img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
   flex-direction: column-reverse;
}
.chart_img a{
    color: var(--black-color);
}
.chart_heading {
    margin-bottom: 20px !important;
    margin-left: 2px;
    color: black;
    text-decoration: underline;
}

@media(max-width:992px){
    .chart_right{
        margin-top: 1rem;
    }
}