.cc-block--fixedtextandimage + .cc-block--fixedtextandimage {
	padding-top: 0 !important;
}

.block--fixedtextandimage__col {
	display: flex;
	flex-direction: column;
	font-family: Arial, sans-serif;
	line-height: 1.5;
}

.cc-block--fixedtextandimage .field-title {
	font-family: Arial, sans-serif;
	font-weight: 600;
	font-size: 30px;
	text-transform: uppercase;
}

.cc-block--fixedtextandimage .field-title span {
	color: #cfbca6;
}
@media screen and (min-width: 768px) {
	.block--fixedtextandimage_container {
		display: flex;
		justify-content: space-between;
	}
	.block--fixedtextandimage__col > div:first-child {
		flex-grow: 5;
	}
	.block--fixedtextandimage__col > div:first-child .block--fixedtextandimage__fixed-image img {
		max-width: 100%;
		width: 315px; 
	}
	.block--fixedtextandimage__fixed-image {
		position: sticky;
		top: 15px;
	}
	.block--fixedtextandimage__fixed-image .image  {
		margin-top: 0;
	}
	.block--fixedtextandimage__col {
		width: 43.75%;
		margin: 0 3.125%;
	}
	.last-image-mobile {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.block--fixedtextandimage__col {
		width: 37.5%;
		margin: 0 3.125%;
	}
}

@media screen and (max-width: 767px) {
	.last-image-desktop {
		display: none;
	}
}