.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:767px){.elementor-3658 .elementor-element.elementor-element-dc612f1 > .elementor-widget-container{margin:-282px 0px 0px 0px;padding:43px 43px 43px 43px;}.elementor-3658 .elementor-element.elementor-element-5703772 > .elementor-widget-container{margin:-564px 0px 0px 0px;padding:37px 37px 37px 37px;}}/* Start custom CSS for image, class: .elementor-element-dc612f1 */.pulse {
	animation: pulse 0.7s infinite;
	margin: 0 auto;
	display: table;
	margin-top: 0px;
	animation-direction: alternate;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes pulse {
	0% {
	-webkit-transform: scale(1);
}
100% {
	-webkit-transform: scale(1.1);
}
} @keyframes pulse {
	0% {
	transform: scale(1);
}
100% {
	transform: scale(1.1);
}/* End custom CSS */