@import url('https://fonts.googleapis.com/css2?family=Bellota:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

.Quotation{
	font-family: 'Bellota', cursive;
	text-align: center;
	color: #7097e0;
	font-size: 18px !important;
	font-weight: 600;
	letter-spacing: 0.2px;
}

div#Teacher_Profile { margin-top: 50px; }
	
blockquote.highlightText {
	border: 1px solid #7097E0;
	padding: 44px 38px;
	border-radius: 69% 29% 32% 17%;
	font-family: 'Architects Daughter', cursive;
	text-align: center;
	color: #7097e0;
	margin-left: 16px;
	font-size: 30px;
	background: none;
	font-weight: bold;
	font-style: italic;
}

blockquote.highlightText span {
	font-size: 40px;
	font-weight: bold;
}

div#Teacher_Profile #text_smsL p {
	background: #7097E0;
	color: #fff;
	padding: 10px;
	border-radius: 20px 20px 0 20px;
	display: table;
	clear: both;
	float: right;
}

#greetings {
	font-size: 21px;
	font-weight: bold;
	color: #fde9cb;
}

#greetings_two {
	font-weight: bold;
	color:#fde9cb;
}

@media (min-width: 889px) {
	#text_smsR p {
		text-align: left;
		background: #7097E0;
		color: #fff;
		padding: 10px;
		border-radius: 20px 20px 20px 0px;
		display: table;
		clear: both;
	}
	
	blockquote.highlightText {	
		float: right;
		width: 46%;
	}
}

@media (max-width: 888px) {
	#text_smsR p {
		background: #7097E0;
		color: #fff;
		padding: 10px;
		border-radius: 20px 20px 0 20px;
		display: table;
		clear: both;
		float: right;
	}
	
	blockquote.highlightText {	
		width: 100%;
		float: none;
		margin: 20px auto;
		max-width: 383px;
	}
	
}