.header-tilte {
font-weight: bold;	
}

.header-tilte span {
	font-size: 67px;
}

.header-tilte h1 {
	font-size: 30px;
}

@media only screen and (max-width: 742px) {
	.header-tilte span {
		font-size: 33px;
	}
  
	  .header-tilte h1 {
		  font-size: 15px;
	}
	
	.team-card  img {
		display: none;
	}
}


.team-card h3 {
    color: #54595f !important;
    text-align: center;
    font-size: 165% !important;
    line-height: 10px;
}

.team-card .subtitle {
	color: #54595f !important;
    text-align: center;
    font-weight: initial;
    display: block;
    padding: 0px 0px 20px 0px;
}

.team-card a {
	color: #999;
}

.fa {
    padding: 0 10px !important;
}

body .carousel .item .container {
    position: static;
}