.home-csr-main {
    background-color: #F5F5F5;
    padding: 80px 0 48px;
    overflow: hidden;
    position: relative;
}

.home-csr-main .dots {
    justify-content: start;
    margin-top: 48px;
}

.home-csr-main .custom-container {
    overflow: hidden;
}

.home-csr-content {
    display: flex;
    flex-direction: column;
}

.home-csr-content span {
    font: 500 38px/1.4 var(--font-helvetica-neue);
}

.home-csr-content span:first-of-type {
    font-weight: 700;
}

.home-csr-item-tag {
    font: 400 24px/1.5 var(--font-helvetica-neue);
}

.home-csr-item {
    padding-block: 33px;
}

.home-csr-item-2 {
    padding: 0em 36px;
    border-left: 6px solid #9BD3DD;
    position: relative;
    max-width: 375px;
}

.home-csr-item-2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #9BD3DD;
    height: 100%;
    width: 100vw;
    transform: translateX(100%);
}

.home-csr-item-para {
    font: 500 16px/1.5 var(--font-helvetica-neue);
    max-width: 30ch;
}

.mob-home-csr-title.section-small-heading,
.mob-annual-revenue-title,
.d-mob {
    display: none;
}

.home-csr-title {
    padding-bottom: 16px;
    font: 700 18px / 22px var(--font-helvetica-neue);
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #00677F;
    margin-block: 0 24px;
}

.home-csr-layout {
    min-width: calc(100% + 2px);
    overflow: hidden;
}

#csr-slider {
    display: flex;
    transition: transform 0.8s;
}

.web-career-home>div,
.home-diversity-content>div,
.home-csr-layout>div {
    flex: 1 1 50%;
}

.home-csr-layout-img{
    width: 100%;
}

    .home-csr-layout .read-more-btn-wrapper:hover a {
        color: #E71316;
        opacity: 1;
    }

.home-csr-main .home-csr-layout {
        gap: 50px ; 
        display: flex;
        justify-content: space-between;
    }

@media screen and (max-width: 1024px) {
    .home-csr-main {
        padding-top: 54px
    }

    .home-csr-title,
    .read-more-btn-wrapper img,
    .hide-mobile,
    .d-web {
        display: none;
    }

    .mob-home-csr-title {
        padding-bottom: 20px;
    }

    .footer-grid,
    .mob-home-csr-title.section-small-heading,
    .mob-annual-revenue-title,
    .d-mob {
        display: block;
    }

    .revenue-info .mob-annual-revenue-title {
        padding-top: 20px;
    }

    .home-mission-stories-title .section-small-heading,
    .mob-home-csr-title.section-small-heading {
        margin-bottom: 0;
    }

    .read-more-btn-wrapper a,
    .home-csr-layout .read-more-btn-wrapper a {
        font-size: 14px;
        color: #E71316;
        opacity: 1;
    }

    
    .home-csr-layout,
    /* .investor-news-layout, */
    .home-diversity-content,
    .web-career-home,
    .footer-copryright .custom-container,
    .revenue-container {
        flex-direction: column;
    }

    .home-csr-layout {
        padding: 0 16px;
    }

    .home-csr-main .home-csr-layout {
        gap: 24px ; 
        
        
    }

    .home-csr-content span {
        font-size: 28px;
    }

    .home-csr-item-2 {
        padding: 0 20px;
    }

    .home-csr-dots1.dots {
        bottom: 30px;
    }

    .home-csr-layout-img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

     .mob-home-csr-title.section-small-heading {
        font-size: 14px;
        color: #00677F;

    }

    .home-csr-content span {
        font: 400 28px/1.4 var(--font-helvetica-neue);
    }

    .home-csr-item-tag {
        font: 500 30px / 1.5 var(--font-helvetica-neue);
    }

    .home-csr-item-para {
        font: 400 16px/1.5 var(--font-helvetica-neue);
    }

    .home-csr-main {
        position: relative;
    }

    .home-csr-dots-list {
        position: absolute;
        right: 30px;
        bottom: 52px;
    }

    .home-csr-item-2::after{
        display: none;
    }
}
