.about-container {
  margin: 0.2rem 0;
  background: #F7F9FA;
}

.about-container .title {
  margin-left: 0.2rem;
  color: #4D4D4D;
  font-weight: 600;
}

.about-container .video {
  width: 100%;
  padding: 0.2rem;
}

.about-container .video video {
  width: 100%;
  object-fit: fill;
}

.about-container .content {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
  margin: 0 0.2rem;
  padding: 0.2rem;
}
