.a2 {
	color:#e30513!important;
}
.mvk {
 padding-right: calc(var(--bs-gutter-x) * .5);
 padding-left: calc(var(--bs-gutter-x) * .5);
	float:left;
}
.team-item__title a {
	color:#fff!important;
}
.team-item__title a:hover {
	color: #f7a600!important;
}
.now-2 {
	background:#e30513!important;
}
.team-item__thumb img {
	-webkit-transform: scale(1);
	transform: scale(1);
 -webkit-transition: .7s ease-in-out;
 transition: .7s ease-in-out;
}
.team-item__thumb img:hover {
	-webkit-transform:scale(1.06);
	transform:scale(1.06)
}
 @media (max-width: 991px) {
.b2 {
 background: #e30513!important;
}
.team-item__title-colored {
 font-size: 12px;
}
.mvk {
 margin-bottom: 20px;
}
}
 @media (max-width: 575px) {
.team-item__title-colored {
 font-size: 14px;
}
}
