.contentName {
  margin-top: 3rem;
  text-align: center;
}

.talentWrap {
  display:flex;
  justify-content:space-around;
  flex-wrap:wrap;
  margin:0 auto;
  margin-top:4rem;
  font-size:1.2rem;
  line-height:2rem;
  width:80%;
}

.talent {
  width:400px;
  margin-bottom:4rem;
  word-break:break-all;
  
}

.talent img {
  max-width:400px;
  min-width:400px; 
  max-height:300px; 
  min-height:300px; 
  border: 5px solid #128ccf;
  border-radius:20px;
}

.quality img {
  max-width:400px;
  min-width:400px; 
  border: 5px solid #128ccf;
  border-radius:20px;
}

.talent div {
  word-break:break-all;
}

.addTalent {
  border:1px solid;
  font-size:2rem;
  width:400px;
  padding:12rem;
}