.main_div_rosan {
            font-family: "Inter", sans-serif;
            background-color: #ededed;
            color: white;
            margin: 0;
            padding: 50px;

        }
        .container_new {
            max-width: 1292px;
            max-height: 580px;
            margin: 50px auto;
            background: #ffff;
            padding: 40px;
            border-radius: 10px;
            /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
            box-shadow: 0px 7.5px 17.5px 0px rgb(146 169 167);
        }
        h2 {
            text-align: center;
            font-size: 28px;
            margin-bottom: 30px;
            color: black;
            font-weight: 600;
            font-family: "Inter", sans-serif;
        }
        .content_t {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: black;
        }
        .left {
            width: 50%;
            position: relative;
        }
        .timelinee {
    position: absolute;
    left: 40px; /* Adjusted from 30px to move it slightly to the right */
    top: 80px;
    
    height: 51vh;
    bottom: 10px;
    width: 4px;
    background: white;
}
        .feature {
            display: flex;
            align-items: center;
            margin-bottom: 40px;
            position: relative;
            font-family: "Inter", sans-serif;
        }
        .feature img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    padding: 10px;
    position: relative;
    z-index: 2;
    margin-right: 15px;
    background: #e7e7e7;
    flex-shrink: 0; /* Stops flexbox from resizing */
}
        .feature::before {
            content: "";
            position: absolute;
            left: 42px;
            top: 50%;
            width: 20px;
            height: 4px;
            background: white;
            transform: translateY(-50%);
            font-family: "Inter", sans-serif;
        }
        .feature p {
            margin: 0;
            font-size: 16px;
            line-height: 1.4;
            font-family: "Inter", sans-serif;
        }
        .feature strong {
            font-size: 18px;
            font-family: "Inter", sans-serif;
        }
   
         .picture{
            height: 450px;
            margin-bottom: 35px;
         }