
.side-and-bottom-image {
	background: #c1c9dd;
	padding-bottom: 100px;
	padding-top: 42px;
	position: relative;
	z-index: 2;
}

.side-and-bottom-image .side-and-bottom-image-inner {
	background: #fff;
	margin: 0 auto;
	max-width: 1200px;
	padding-bottom: 60px;
}

@media only screen and (max-width:991px) {
	.side-and-bottom-image .side-and-bottom-image-inner {
		max-width: 90%;
	}
}

@media only screen and (max-width:767px) {
	.side-and-bottom-image .container {
		max-width: 90%;
	}
}

.side-and-bottom-image h3 {
	color: #1c146b;
}

.side-and-bottom-image .section-heading {
	margin: 0 20px;
	padding: 46px 0 32px;
}

@media only screen and (min-width:768px) {
	.side-and-bottom-image .section-heading {
		margin: 0 88px;
	}
}

@media (max-width:1100px) {
	.side-and-bottom-image .text p br {
		display: none;
	}
}

.side-and-bottom-image .text ul {
	margin-top: 10px;
}

.side-and-bottom-image .text-and-images-item.no-top-border .text-and-image-inner {
	border-top: 0;
}

.side-and-bottom-image .text-and-images-item:last-of-type .text-and-image-inner {
	padding-bottom: 0 !important;
}

.side-and-bottom-image .text-and-image {
	margin: 0 20px;
}

@media only screen and (min-width:768px) {
	.side-and-bottom-image .text-and-image {
		margin: 0 88px;
	}
}

.side-and-bottom-image .text-and-image-inner {
	align-items: flex-start;
	border-top: 1px solid #939396;
	display: flex;
	gap: 42px;
	justify-content: space-between;
	padding-bottom: 35px;
	padding-top: 35px;
}

@media only screen and (max-width:767px) {
	.side-and-bottom-image .text-and-image-inner {
		flex-direction: column-reverse;
	}
}

.side-and-bottom-image .image {
	box-shadow: 2px 2px 10px -3px #000;
	flex-shrink: 0;
	max-width: 230px;
	padding: 6px;
	position: relative;
}

.side-and-bottom-image .image .shape-image {
	left: 0;
	bottom: 0;
	position: absolute;
	width: 44%;
}

.side-and-bottom-image .image .shape-image img {
	width: 100%;
}
