Check on <body> tag. Eveery page has own body class so target qa-main using body class.. for example
for home page ( qa ) body class is qa-template-qa so you can target qa-main like
.qa-template-qa .qa-main{
//your css for home page (qa)
}
.qa-template-hot .qa-main{
//your css for hot page
}