.job-desc-toggle-e209bc4a {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease-out, opacity 0.3s ease-out, margin-top 0.3s ease-out;
	opacity: 0;
	margin-top: 0 !important;
}

.job-desc-toggle-e209bc4a.is-active {
	max-height: 1000px;
	opacity: 1;
	margin-top: 15px !important;
}

.job-arrow-rotated-e209bc4a i,
.job-arrow-rotated-e209bc4a svg {
	transform: rotate(180deg);
}

.elementor-widget-icon .elementor-icon i,
.elementor-widget-icon .elementor-icon svg {
	transition: transform 0.3s ease;
}
