.container{
    width:100%;
}

h2.mobile{
 text-align: right;
color: #27c25e;   
}
#main-header .main_quote{
 width:70% !important;   
}

@media only screen and (max-device-width: 480px) {
h2.mobile{
 text-align: center !important;
}
	}