.elementor-property-terms {
    gap: 0;
    display: flex;
    flex-direction: column;
}

.elementor-property-terms .property-fact-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(56, 73, 73, 0.2);
    align-items: center;
    padding: 5px 0;
	line-height: 1.2;
}

.elementor-property-terms .property-fact-item:first-child {
	padding-top: 0;
}

.elementor-property-terms .property-fact-item span {
/*     font-size: 14px; */
	font-family: var( --e-global-typography-text-font-family );
}

.single-investment .elementor-property-terms .property-fact-item span {
/*     font-size: inherit; */
}

.elementor-property-terms .property-fact-item span:first-child {
    font-weight: 700;
	color:#1f3895;
	
}

.elementor-image-carousel-wrapper-main .elementor-swiper-button {
    font-size: 18px !important;
    padding: 15px;
    border-radius: 30px;
    background-color: #384949;
}


.elementor-image-carousel-thumbs {
	margin-top: 10px;
}

.elementor-image-carousel-thumbs .swiper-slide {
    opacity: 0.5;
    transition: opacity 0.5s ease;
}

.elementor-image-carousel-thumbs .swiper-slide.swiper-slide-thumb-active,
.elementor-image-carousel-thumbs .swiper-slide:hover {
    opacity: 1;
}

.elementor-image-carousel-thumbs .swiper-slide img {
	height: 100px;
	object-fit: cover;
}
.elementor-image-carousel-wrapper-main .swiper-slide img {
	height: 500px;
	object-fit: cover;
}

@media (max-width: 1024px) {
	.elementor-image-carousel-thumbs .swiper-slide img {
		height: 50px;
	}
	
	.elementor-image-carousel-wrapper-main .swiper-slide img {
		height: 300px;
	}
}

@media (max-width: 767px) {
	.elementor-property-terms .property-fact-item {
        flex-direction: column;
        align-items: start;
    }

    .elementor-property-terms .property-fact-item span,
	.single-investment .elementor-property-terms .property-fact-item span{
        font-size: 21px;
    }

    .elementor-property-terms .property-fact-item span:first-child {
        font-size: 14px;
    }
	
}