
.container{
    display: flex;
    height: auto;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width:800px;
  height: auto;
  border-radius: 5px;
  background-color:white ;
  padding-top: 20px;
  padding-bottom: 40px;
  color: black;
  line-height: 45px;
  margin-left: 20px;
  border-left-style:dashed;
  border-left-width: 5px;
  border-color: gray; 
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5);
}

.sidebar{
background-color:transparent;
width:530px;
height:300px;
margin-left: 50px;

}
.main-content{
background-color: transparent;
width:80%;
height:630px;
text-align: center;
padding-top: 10px;
}

ul li a{
display: block;
width:100%;
height:auto;
font-size:16px;
color:black;
box-sizing: border-box;
line-height: 70px;
transition: 0.3s;
padding-left: 15px;
border-bottom-width: 1px;
border-bottom-style:dashed;
}

ul li a:hover{
padding-left:30px;
font-weight:bold;
background-color: navy;
transition: 0.4s ease;
color: white;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
border-bottom-style:none;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);

}
.card ul li{
font-size: 16px;
text-align: left;
list-style-type:circle;

}
.title {
  color: black;
  font-size: 18px;
  padding-top: 30px;
  font-weight: bold;
}

h3{
  line-height: 50px;
  color:black;
  letter-spacing: 2px;
}

.active{
  font-weight: bold;
  font-size:18px;
}
.tab-content{
  transition: all 0.7s;
}

.company-logo{
  width:220px;
  height:60px;
  border-radius: 5px;    
  margin-top:-10px ;
  margin-left:20px;
  margin-right:40px;

}

.profession{
  font-size: 18px;
  text-align: center;
  margin-top:-20px ;
}

.duration{
  font-size: 15px;
  text-align: center;
  margin-top:-40px ;
  color: gray;
  border-bottom-style:ridge;
  border-color: gray;
}

.responsibilities{
   font-size: 16px;
   text-align: left;
   margin-top: -10px;
   margin-left: 30px;
   font-weight: bold;
}
.icon-resize{
  width:100px;
  height: 120px;
  margin-top: -90px;
  margin-left:80px;
  margin-bottom: 30px;
}

