.modalTitle {
	color			: #b0cb1f;
}
.modalText {
	margin			: 0;
	color			: #777777;
}

.modalImg {
	position: relative;
	max-width: 200px;
	width: 100%;
}

/*MEDIA QUERIES*/
@media only screen and (max-width : 767px) {
	.modalText {
		font-size	: 16px;
	}
	.modalTitle {
		font-size	: 24px;
		text-align	: left;
		margin-top	: 20px;
	}
	.modalImg {
		max-width: 130px;
	}
}

@media only screen and (min-width : 768px) {
	.modalText {
		font-size	: 18px;
	}
	.modalTitle {
		font-size	: 27px;
		text-align	: right;
		float		: right;
	}
}

/*MEDIA QUERIES*/