.about-container {
  padding: 0 1rem;
  overflow: hidden;
}

.about-container .about-item {
  margin-top: 1rem;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(179, 179, 179, 0.5);
  border-radius: 0.8rem;
  height: 13rem;
  padding: 1rem;
}

.about-container .about-item .about-title {
  font-weight: 600;
  color: #193A56;
  line-height: 2.5rem;
  font-size: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about-container .about-item .about-profile {
  margin-top: 0.5rem;
  font-weight: 400;
  color: #494949;
  line-height: 2rem;
  font-size: 1.4rem;
  height: 6rem;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.about-container .about-item .about-info {
  margin-top: 0.5rem;
  float: right;
  font-weight: 400;
  color: #494949;
  line-height: 1.7rem;
  font-size: 1.3rem;
}
