.image-text__text ul {
	list-style:none;
	padding-left:0;
}

.image-text__img-full {
	height: 100%; 
}
.image-text__img picture {
	line-height: 0;
}
.image-text__text li {
	display: flex;
	align-items: flex-start !important;
}
.row {
	align-items: center;
}
.image-text__content p:last-of-type {
	margin: 0;
}
.image-text__text li:before {
	content: "";
	display: inline-block;
	background-size: 17px 17px;
	width: 17px;
	height: 17px;
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	top: 5px;
}

.image-text__img-full img {
	object-fit: cover;
	width: 100%;
	height: 100%!important;
	display: block;
}

{# ---- Tablet Breakpoint ---- #}
@media (max-width: 992px) { 
	.image-text__img-full img {
		border-radius: 0 0 0 50%;
	}
}  

{# ---- Mobile Breakpoint ---- #}
@media (max-width: 765px) {   
	.image-text__img-full img {
		border-radius: 0;
	}
}



.image-text__text li > span {
	padding-left: 8px;
}

.image-text .button svg{
	width: 10px;
	max-width: 10px;
	margin-left: 10px;
}

@media (max-width: 767px) {
	.image-text__text {
		margin: 0 auto; 
	}

	.image-text__img img {
		background-color: #fff;
	}
}

.image-text__text-wrapper {
	align-self: center;
}