@charset "utf-8";


@media print, screen and (min-width: 751px) {
.mainImage 				{ background: url('../img/faq/main-image.jpg') 50% 50% no-repeat; background-size: cover; }

#main #thanks 			{ width: 94%; max-width: 800px; padding-top: 110px; }
#main #thanks p 		{ font-size: 1rem; line-height: 2; text-align: justify; }
#main #thanks .mt 		{ margin-top:1.5rem; }
#main #thanks .btn 		{ margin-top: 80px; }
}


@media screen and (max-width: 1110px) and (min-width: 751px) {
}


@media screen and (max-width: 750px) {
.mainImage 				{ background: url('../img/faq/main-image.jpg') 50% 50% no-repeat; background-size: cover; }

#main #thanks 			{ padding-top: 50px; }
#main #thanks p 		{ font-size: 1rem; line-height: 2; text-align: justify; }
#main #thanks .mt 		{ margin-top:1.5rem; }
#main #thanks .btn 		{ margin-top: 50px; }

#footer nav>ul>li:nth-of-type(5){ display: block; }
}