.expert__title {
  font-size: 16px;
  color: #4f4f4f;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
  min-height: 60px;
}
.expertise .thumbnail {
  transition: transform 0.2s ease;
  overflow: hidden;
}
.expertise .thumbnail:hover {
  box-shadow: 2.5px 4.33px 11px 0px rgba(136, 136, 136, 0.24);
  transform: scale(1.05);
}
.expert__paragraph {
  font-size: 1em;
  margin-top: 15px;
  color: black;
  margin-top: 1rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  font-weight: 300 !important;
}
.expert-img {
  display: block;
  height: 280px !important;
  margin: auto;
}
.lSAction > a {
  top: 35% !important;
}
:not(:root):fullscreen {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .expert-img {
    width: 90%;
  }
  .lslide {
    margin-top: 1rem;
  }
  .expert__paragraph {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
