/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 01 2022 | 10:10:09 */
.page_title_h1 {
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    background-color: #97ADC3;
    border-radius: 18px;
    color: white;
    padding: 8px 15px;
    font-weight: bold;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
	.page_title_h1 {
		font-size: 14px;
		line-height: 17px;
	}
}