/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 10 2026 | 16:05:25 */
/*First letter paragraph*/

.elementor-drop-cap-letter {
	margin-top: 28px;
}

@media (max-width: 767px) {
.elementor-drop-cap-letter {
    margin-top: 11px;
}
}


.elementor-widget-search .e-search-results-container>div {
	padding: 20px 20px 100px 20px !important;
}

@media (max-width: 767px) {
.elementor-widget-search .e-search-results-container>div {
	padding: 20px 0px 40px 0px !important;
}
}