@charset "UTF-8";

.program p{
	width:100%;
	float:left;
	display:inline;
	margin-bottom:15px;
}
	
.program .img-cel{
	width:31%;
	float:right;
	display:inline;
	text-align:right;
}

.program .img-cel div{
		width:100%;
		display:inline;
}

.program .img-cel p{
	width:100%;
	text-align:right;
}

.program .img-cel img{
	width:100%;
	height:auto;
}

@media only screen and (max-width: 767px) {
	.program .img-cel , .program .img-cel{
		width:100%;
	}
	
	.program .img-cel div{
		width:49%;
	}
	
	.program .img-cel div:nth-child(odd){
		float:left;
	}
	
	.program .img-cel div:nth-child(even){
		float:right;
	}
	
	
}