*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.heading{
    text-align: center;
    margin: 40px;
    color: rgb(43,43,150);
}
.details{
    text-align: center;
}
h4{
    text-align: center;
    margin-left: 60px;
    margin-right: 60px;
}
.experience{
    text-align: center;
}
.line{
    border-left: 7px solid rgb(43,43,150);
    height: 90px;
    margin-left: 130px;
}
.threelines{
    display: flex;
    /* justify-content: space-evenly */
}
.company1{
    margin-left:15px;
    margin-top: 2px;
}