#img1{
	content: url("../images/pc_c1.jpg");
}
#img2{
	content: url("../images/pc_c2.jpg");
}
#img3{
	content: url("../images/pc_c3.jpg");
}
#joinform{
	content: url("../images/join_pc.webp");
}

.mvp{
	color: #000;
    font-weight: bold !important;
}
.color-h{
	color: #114b78;
	margin: 0;
}
.color-m{
	color: #e01d3e;
}
.thumbnail-hm{
	padding: 0.25rem;    
    border: 1px solid #6c95bf;
    border-radius: 50%;
    max-width: 50%;
    height: auto;
}
.efect-team{
	filter: grayscale();
	/* filter: none; */
}
.efect-team:hover{
	filter: none;
	/* transform: translateY(0) scale(1.2); */
}

@media screen and (max-width: 768px) {
	#img1{
		content: url("../images/ph_c1.jpg");
	}
	#img2{
		content: url("../images/ph_c2.jpg");
	}
	#img3{
		content: url("../images/ph_c3.jpg");
	}
	#joinform{
		content: url("../images/join_ph.jpg");
	}
}