﻿body {
}

.DIV_Img{
  text-align: center;
}

.ImgChu{
  max-height: 500px;
  margin-bottom: 2%;
  margin-top: 3%;
}

.Team {
  display: block;
  font-weight: bold;
  color: #086A87;
  font-size: small;
}

.Name{
  font-size: small;
}

.Div_Team{
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .ImgChu{
    height: 400px;
  }
}

@media only screen and (max-width: 560px) {
  .ImgChu{
    height: 230px;
  }
}