/* Bottom1 services section */
#bottom1 {
	height: auto !important;
	min-height: 0;
	padding-bottom: 50px;
	background-position: center center !important;
	background-attachment: fixed;
}

.btm1_con {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	align-items: start;
	gap: 0 10px;
	min-height: 0;
	overflow: visible;
	padding-bottom: 30px;
}

.btm1_img {
	position: static !important;
	top: auto !important;
	left: auto !important;
	padding-top: 80px;
	z-index: 2;
}

.btmcont_box {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	position: relative;
	min-width: 0;
}

.btmcont_box h2 {
	padding: 95px 220px 15px 33px;
}

.btmcont_link {
	right: 0;
}

.btm1_boxes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
	margin-top: 15px;
	padding: 0 0 0 33px;
	box-sizing: border-box;
}

.btm1_boxes section {
	width: 100%;
	min-width: 0;
	min-height: 0;
	height: auto;
	margin: 0 !important;
	padding: 0;
	box-sizing: border-box;
	display: block;
}

.btm1_boxes .btm1_card_link {
	display: block;
	height: 100%;
	padding: 24px 16px 40px;
	color: inherit;
	text-decoration: none;
	box-sizing: border-box;
	transition: box-shadow 0.2s ease;
}

.btm1_boxes .btm1_card_link:hover,
.btm1_boxes .btm1_card_link:focus {
	color: inherit;
	text-decoration: none;
}

.btm1_boxes section:hover {
	box-shadow: inset 0 0 0 2px rgba(123, 9, 173, 0.18);
}

.btm1_boxes .btm1_card_link:hover h3,
.btm1_boxes .btm1_card_link:focus h3 {
	color: #7b09ad;
}

.btm1_boxes section h3 {
	font-size: 16px;
	line-height: 22px;
	padding: 6px 0 0 66px;
	min-height: 57px;
	margin-bottom: 17px;
}

.btm1_boxes section h3:after {
	width: 57px;
	height: 57px;
	background-size: 32px auto;
}

.btm1_boxes section p {
	font-size: 14px;
	line-height: 20px;
}

.btm1_boxes section:after {
	display: none !important;
	content: none !important;
}

.btm1_boxes section:before {
	width: 75%;
	max-width: 194px;
}

@media only screen and (max-width: 1000px) {
	.btm1_con {
		display: block;
	}

	.btm1_img {
		position: relative !important;
		padding-top: 0;
		text-align: center;
	}

	.btm1_img:before,
	.btm1_img img {
		display: none;
	}

	.btmcont_box h2 {
		padding: 0;
		text-align: center;
	}

	.btmcont_box span {
		display: block;
		padding: 0;
		text-align: center;
	}

	.btmcont_link {
		position: relative;
		top: 0;
		right: 0;
		margin: 15px auto 0;
	}

	.btm1_boxes {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 25px;
		padding: 0;
	}
}

@media only screen and (max-width: 750px) {
	.btm1_boxes {
		grid-template-columns: 1fr;
	}

	.btm1_boxes section {
		min-height: 0;
	}
}
