.roadmap-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f0f0f0;
}

.roadmap-phase {
    flex: 1;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    background-color: #5eba78; /* Change to your desired color */
    color: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.roadmap-annotation {
    flex: 3;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ccc;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #fff;
}
.phase-heading      
{
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
}