@charset "utf-8";
/* CSS Document */

.teamModalThmb {
  width: 37%;
}
.teamModalInfo {
  width: 58%;
}

.teamComment {
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #d4145a;
  margin-bottom: 10px;
}

.teamListName {
  font-size: 1.8rem;
  margin: 8px 0 0 0;
  text-align: center;
}

.teamCommentName {
  font-size: 2.5rem;
  margin: 0 0 20px 0;
}


/**
 ****************************************************
 * 
 * screens smaller than 768
 * 
 ****************************************************
 */
@media only screen and (max-width: 768px) {

.teamModalThmb {
  width: auto;
  margin: 0 0 20px 0;
}
.teamModalInfo {
  width: auto;
}

.teamComment {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.teamListName {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 10px 0 0 0;
  text-align: center;
}

.teamCommentName {
  font-size: 1.8rem;
  margin: 0 0 20px 0;
}

}