@charset "utf-8";
/* CSS Document */

.content{
	
	align-content: center;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	min-height: 470px;
	width: 100%;
	
}
.text1 p{
    display: inline;
    margin-right: 20px;
    color: #706E6E;
    margin-left: 20;
    line-height: 1.4rem;
    text-align: left;
    max-width: 70ch;
    font-size: 1.15rem;
}
.text1 img{
	display: block;
  	margin-left: auto;
 	 margin-right: auto;
	margin-bottom: 20px;
  	width: 60%;
	
	
	
}



@media (min-width: 400px){
	.text1 img{
	float: left;	
	margin-right:20px;
	width: 25%;
	}
	.text1 p{
	display: block;
	width: 80%;
	}
	
	}
	
	
