.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;
}

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

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

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

.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;
}



@media (max-width: 1024px) {

}

@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;
    }
	
}