@media only screen and (min-width: 959px) and (max-width: 1180px){
.quote {width:100%;min-height:40px;}
.maintitle h1 {font-size:28px;line-height:32px;}
}

@media only screen and (min-width: 768px) and (max-width: 959px){
.quote {width:100%;min-height:40px;}
.maintitle h1 {font-size:26px;line-height:32px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px){
.quote {width:100%;min-height:30px;}
.maintitle h1 {font-size:16px;line-height:22px;}
}

@media only screen and (min-width: 220px) and (max-width: 479px){
.quote {width:100%;min-height:30px;}
.maintitle h1 {font-size:16px;line-height:22px;}
}