#section__page {
	max-width: 100vw;
	overflow: hidden;
}

@media (max-width: 575px) {
	.salesmanago-horizontal-form iframe {
		height: 570px !important;
	}
}

@media (min-width: 576px) and (max-width: 919px) {
	.salesmanago-horizontal-form iframe {
		height: 520px !important;
	}
}

@media (min-width: 920px) {
	.salesmanago-horizontal-form iframe {
		height: 350px !important;
	}
}

@media (max-width: 575px) {
	.salesmanago-home-form iframe {
		height: 340px !important;
	}
}

@media (min-width: 576px) and (max-width: 919px) {
	.salesmanago-home-form iframe {
		height: 280px !important;
	}
}

@media (min-width: 920px) {
	.salesmanago-home-form iframe {
		height: 280px !important;
	}
}

.elementor-widget-icon-header-text-button,
.elementor-widget-icon-header-text-button > .elementor-widget-container,
.elementor-widget-icon-text-button,
.elementor-widget-icon-text-button > .elementor-widget-container {
	display: flex;
	width: 100%;
}

.elementor-widget-wrap {
	align-content: stretch;
}