.mri-container{
  padding: 60px 30px 0 30px;
}
.mri-container img{
  width: 100%;
}
.h3-title{
  border-left: 10px solid #F77E23;
  padding: 10px;
  margin: 120px 0 10px 0;
  border-bottom: 1px dotted #ccc;
}
.title-mri{
  color: #F77E23;
  font-size: 1.2em;
  margin-bottom: 20px;
  font-weight: bold;
}

.video-container{
  position: relative;
  width: 100%;
}
.video-container img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.video-container video{
  width: 100%;
}

.mri-lists{
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 20px 0;
  flex-wrap:wrap;
}
.mri-lists li{
  width: 32%;
}
.mri-lists li:nth-child(1),
.mri-lists li:nth-child(2),
.mri-lists li:nth-child(3){
  margin-bottom: 50px;
}
.mri-lists li img{
  width: 100%;
}
.mri-lists li h4{
  font-weight: bold;
  color: #333399;
  text-align: center;
  margin: 10px 0;
}

#clinic_panel10{
  border-bottom: 1px solid #ccc;
}
