.icon-highlight img{
	height: 25px;
    width: 25px;
	filter: invert(78%) sepia(18%) saturate(560%) hue-rotate(175deg) brightness(96%) contrast(84%);
	margin-right: 10px;
}
.highlight-wrapper {
    display: flex;
    justify-content: flex-start;
    margin: auto;
    padding: 15px 0px;
	flex-wrap: wrap;
}
.icon-highlight {
    display: flex;
    align-items: center;
    margin-right: 30px;
	color: var( --e-global-color-accent );
}
.elementor-widget-wrap > .price-button {
    position: fixed;
    bottom: 0;
	left: 0;
    z-index: 11;
}
.elementor-widget-wrap > .price-button > div {
    border-radius: 0px;
}
@media only screen and (max-width: 767px){
	.icon-highlight {
		margin-right: 0px;
		width: 100%;
	}
	.icon-highlight img {
		width: 20px;
		height: 20px;
	}
	.bedroomsDescription {
		width: 100%;
	}
}
