@charset "UTF-8";
*{
	direction:rtl;	
}
main{
	padding-bottom: 30px;
}main .title1 {
	width: 100%;
	padding-top: 155px;
	padding-bottom: 15px;
	font-size: xx-large;
	text-align: center;
	color: hsla(0,0%,27%,1.00);
	border-bottom: 2px solid hsla(55,77%,47%,1.00);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left: 2px solid hsla(55,77%,47%,1.00);
	border-bottom-left-radius: 5px;
}
main .title2 {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	border-bottom: 2px solid hsla(55,77%,47%,1.00);
	font-size: large;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 15px;
	border-bottom-right-radius: 20px;
	border-right: 5px solid hsla(55,77%,47%,1.00);
}
main .title2 i {
	margin-right: 5px;
	margin-left: 8px;
}
main .text {
	width: 100%;
	border-left: 2px solid hsla(55,77%,47%,1.00);
	font-size: large;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: justify;
	padding-bottom: 20px;
	border-bottom: 2px solid hsla(55,77%,47%,1.00);
	border-bottom-left-radius: 5px;
}
main .text p {
	/*text-align: justify;*/
}
main .text img {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	height: auto;
	display: block;
	border-radius: 5px;
}
