
                 .timeline {
            max-width: 700px;
            margin: auto;
            background: white;
            padding: 0px 0px 0px 20px;
            border-radius: 10px;
            
            position: relative;
        }
        .event {
            display: flex;
            align-items: flex-start;
            margin-bottom: 60px;
            position: relative;
        }
        .time {
            font-weight: bold;
            color: #0073e6;
        }

        .details {
font-family:'SlateStd',sans-serif;
 color:#001f5f;
            flex: 1;
        }
        