.table-head {
    color: #fff;
    background-color: #ED393C;
}

#chart-container {
    position: relative;
    left: 0px;
}

@media screen and (max-width: 991px) {
    #chart-container {
        position: relative;
        left: 0;
    }
}

.banner-info-ir {
    background: url(../images/hero-sub.webp);
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .banner-info-ir {
        height: 230px;
        background-size: cover;
    }
    .text-container {
        margin-top: 60px;
        margin-bottom: 0;
    }
}

.hero-text-info {
    font-size: 48px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
}

@media screen and (max-width: 1200px) {
    .banner-info-ir {
        /* background-position-x: -634px; */
    }
}

@media screen and (max-width: 991px) {
    .hero-text-info {
        font-size: 36px;
    }
}

@media screen and (max-width: 500px) {
    .hero-text-info {
        font-size: 28px;
    }
}

