.hr-teamcard {
  width: 100%;
  background: transparent;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  text-align: center;
}
.hr-teamcard img {
  width: 210px;
  height: auto;
  position: relative;
  z-index: 1;
}
.hr-teamcard .info {
  padding: 100px 0 0 0px;
  background: #ff4f93;
  height: 200px;
  margin-top: -95px;
  position: relative;
  z-index: 0;
  clip-path: polygon( 0% 10px, 40% 0%, 60% 0%, 100% 30px, 100% calc(100% - 0px), 80% 98%, 20% 100%, 0% calc(100% - 20px) );
}
.hr-teamcard .info h3 {
  margin: 10px 0 5px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-family: var(--font-01);
}
.hr-teamcard .info p {
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-family: var(--font-02);
}
.bg1{
  background: #a32cff!important;
}
.bg2{
  background: #fab319!important;
}
.bg3{
  background: #1ab9ff!important;
}