@charset "utf-8";

.message{
    padding: 4% 0 8% 0;
    text-align: left;
}
.message h2{}
.message h3{width: 80%;margin: 0 auto 2% auto;font-size: 24px;color: #fff;font-weight: bold;}
.message h4{width: 80%;margin: 0 auto 2% auto;}


@media screen and (max-width:480px){

.message{
    padding: 4% 0 8% 0;
}
.message h2{}
.message h3{width: 90%;margin: 0 auto 4% auto;}
.message h4{width: 90%;margin: 0 auto 4% auto;}
	
}
