.investment-case-page{
    & .lineHeading {
        &::before {
            width: 365px;
            bottom: 86px;
        }
        &::after {
            left: 165px;
        }
    }
    .redArrowBoxIcon{
        width: 70px;
        height: 70px;
        border-radius: 50%;
        /* background-color: #d10036; */
        background-color: #e1163a;
        display: flex;
        align-items: center;
        position: absolute;
        right: 0px;
        bottom: 0px;
        justify-content: center;
        padding: 12px;
        img {
            /* filter: brightness(0) saturate(100%) invert(18%) sepia(79%) saturate(4745%) hue-rotate(341deg) brightness(89%) contrast(97%); */
            mix-blend-mode: lighten;
        }
    }
}

/* start responsive */
@media(max-width: 1280px) {
    .about_mahindra_1 {
        .row_1.mb_100 {
            margin-bottom: 50px!important;
        }
    }
}
@media(max-width: 991px) {
    .investment-case-page{
        .about_mahindra_1 {
            padding-bottom: 0px;
            .row_1.mb_100 {
                margin-bottom: 30px !important;
            }
        }
    }
}
/* end responsive */