.company-history-swiper-absolute {
    bottom: -85px;
    position: absolute; right:0; z-index: 10000; 
}
@media all and (min-width: 592px) {
    .company-history-swiper-absolute {
        bottom: -85px;
    }
}                            
@media all and (min-width: 992px) {
    .company-history-swiper-absolute {
        bottom: 200px;
    }
}
@media all and (min-width: 1200px) {
    .company-history-swiper-absolute {
        bottom: 120px; 
    }                                
}

@media all and (min-width: 1565px) {
    .view-banner-content-box {
        position: relative;   
    }
    .view-banner-content-box:after {
        /*content: "";*/
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
        background-color: var(--red-100);
        opacity: .8;
        width: 100%;
        height: 100%;
        top: 0;
    }
}

@media all and (min-width: 1565px) {
    .view-banner:after {
        /*content: unset;   */
    }
}
@media all and (max-width: 590px) {
    .vision-and-growth-strategy {
        overflow: hidden;   
    }
}

.footer__navbar .foot-links__item:hover {
    color: var(--red-100);
}