/* CSS Document */

@media screen and (max-width: 767px) {
.box{
	margin-top:40px;
    padding: 0 15px;
}

.box h3{
	margin:0 0 20px 0;
}
.box h3 img{
    width:auto;
    height: 16px;
    max-width: 100%;
}

.box p{

}

.box .img{
    margin: 10px 0;
}
    
}

@media print, screen and (min-width: 768px) {
    
.box{
	margin-top:40px;
}

.box h3{
	margin:0 0 20px 0;
}

.box p{
	float:left;
	width:365px;
}

.box .img{
	float:right;
	width:320px;
}

}