@charset "utf-8";

.c_text{
		position: absolute;
		left:18%;
		top:30%;
		width:40%;
		height:50%;
		 border: 2px solid #ffffff;
}
.c_title{
		position: absolute;
		left:18%;
		top:18%;
		width:40%;
		height:8%;
		 border: 2px solid #ffffff;
		   display: flex;
  align-items: center;

}
.c_title h2{
		position: absolute;
	left:5%;
}
.c_text p{
			position: absolute;
	left:5%;
	top:5%;
	width:90%;
	word-wrap:break-word;
}