/* Put here your custom css code */

p {font-size: 15px !important;}

.single-question.question h2 {padding-left:10px;border-left: 7px #b8333e solid;}
.content-text h3, .content-text h4, .text h3, .text h4{padding-left:7px;border-left: 5px #b8333e solid;}

@media only screen and (max-width: 479px){
.single-question.question h2 {
    margin: 10px 20px 25px !important;
}}

.text ol {
	counter-reset: item;
}
.text ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	font-weight: bold;
}
.text ul, .text li {
    margin-bottom: 10px !important;
}