body .elementor-widget-text-editor{
	line-height: 1.5;
    font-family: var(--tt-body-font);
    font-size: 19px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    color: var(--tt-text-color);
}
.elementor-widget-text-editor p{
	font-family:unset;
	color:unset;
	font-size:unset;
	font-weight: unset;
    line-height: unset;
}

.pgi-title-ex-off.pgi-title {
    white-space:unset;
}
@media (min-width: 1025px) {
    .tt-image.tti-full-height-alt {
		height:70vh;
		position: relative;
		overflow: hidden;
    }
	.tt-image.tti-full-height-alt img{
		position: absolute;
    	top: 0;
   	 left: 0;
   	 width: 100%;
   	 height: 100%;
   	 object-fit: cover;
   	 object-position: 50% 50%;
	}
	.tt-image.tti-full-height-alt figure,
	.tt-image.tti-full-height-alt .tt-image-img,
	.tt-image.tti-full-height-alt .tt-image-img-inner,
	.tt-image.tti-full-height-alt .tt-anim-zoomin-wrap {
		position: absolute;
		inset: 0;
	}

}