img.expertImg {
  max-width: 200px;
  max-height: 200px;
}

#expertList {
  display: flex;
  flex-wrap: wrap;
  width:70%;
  color: #1C110A;
}

.intro_Column {
  width: 300px;
  text-align: center;
  margin-top: 4em;
}

.intro_Column:last-child {
  margin-bottom: 4em;
}

.hideContent {
  display: none;
}

#expertList p {
  padding:0 !important;
  margin: 0 !important;
}

.experInfo {
  width: 200px;
  margin: 0 auto;
}

#menu {
  top: 0;
  padding: 0;
  margin: 0;
  transform: translateX(100em);
  position: fixed;
  background-color: #25A2C3;
  width: 250px;
  height: 100%;
  visibility: hidden;
  transition: all 1s ease 0s;
  right: 0;
  z-index: 9999;
}
#menu ul {
  padding: 0.1em;
  list-style: none;
  margin-left: 0;
  list-style: none;
}

#menuleft {
  color: #dee1e3;
  position: absolute;
  right: 1.3em;
  top: .5em;
  font-size: 2em;
  cursor: pointer;
  z-index: 999;
}

.close {
  position: absolute;
  right: 1em;
  top: 0.8em;
  color: #dee1e3;
  text-decoration: none;
  font-size: 2em;
}