.fade-slide-enter-active,
.fade-slide-leave-active {
  transition: opacity 1s ease, transform 0.5s ease-in-out;
  transform: translateX(0px);
}
.fade-slide-enter-from,
.fade-slide-leave-to {
  opacity: 0;
  transform: translateX(100px);
}
/* Blogs start ------------------- */
.line1 {
  /* border: 0.1px solid black; */
  border-bottom: 1px solid var(--el-border-color) black;
  margin: 10px 20px 10px;
}
.action {
  margin: 0px 20px 10px 0px;
  float: right;
}
.content {
  padding-bottom: 30px;
  padding-left: 20px;
  font-size: 15px;
  /* border: 10px; */
}
.cke {
  width: 100%;
  width: 100%;
  padding: 5px;
}
.team {
  margin: 0% 10% 0%;
}
.team .menu {
  margin: 4px; 
  border-radius: 10px;
  background: rgba(247,248,249, 0.1);
}
.team .board {
  float: left; margin:
  0px 10px 0px;
  font-weight: bold;
  font-size: 15px;
}
.team .display{
  float: left; 
  width: 100%; 
}
.team .title{
  float: left; 
  margin: 10px 10px 10px;
  font-weight: bold;
  font-size: 15px;
}
.team .button {
  float: right;
  margin: 0px 10px 10px;
  font-weight: bold;
}
/* Blogs end ------------------- */