Team 13

Home » Components » Team » Team 13

Team 13

John Johnson

CEO

Mike Chern

Director of Photography

Peter Grossman

Production Coordinator


John Johnson

CEO

Mike Chern

Director of Photography

Peter Grossman

Production Coordinator

/* ===== Team 13 ===== */

#team-13 .col-4 {
	border-right: 1px solid rgba(0, 0, 0, .125);
	border-top: 1px solid rgba(0, 0, 0, .125);
}

#team-13 .col-4:last-child {
	border-right: none;
}

#team-13 .col-4 i {
	color: var(--bs-gray);
	font-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#team-13 .col-4:hover {
	background: var(--bs-gray);
}

#team-13 .col-4:hover i {
	color: #fff;
}