.home_future_ready_c {
    position: relative;
    background-color: #000000;
    padding: 40px 0;
}

.home_future_ready_c::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/home/future-ready-background.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.4; 
}

.home_key_infra_listing {
    display: grid;
    border: 2px solid #ffffff;
    transition-duration: 0.5s;

    & > * {
        grid-area: 1/1;
    }
}

.home_key_infra_listing:hover {
    border: 2px solid #FAC624;
}

.home_key_infra_gredient {
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 1) 110%);
}

.home_key_infra_text {
    align-self: end;
    padding: 0px 0px 6px 0px;
    margin: 0px 0px 14px 20px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}

.home_key_infra_text::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #FAC624;
}

.home_key_infra_icon {
    width: 50px;
    height: 50px;
    background-color: #FAC624;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -25px 0 0 25px;
}

/* .future_new_mainbox {
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
} */