@charset "UTF-8";
/* CSS Document */
.index1 {
	margin-top: 100px;
}
.section-header {
	margin-bottom: 45px;
	padding-bottom: 27px;
	position: relative;
}
.section-header::before {
	background-image: url("../images/section-header-sep.png");
	background-repeat: no-repeat;
	content: "";
	bottom: 0px;
	left: 0;
	height: 4px;
	width: 63px;
	position: absolute;
}
.section-header h6 {
	color: #0056b7;
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
	margin-top: 0;
	text-transform: capitalize;
	letter-spacing: 1.05px;
}
.section-header h3 {
	color: #232323;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 1.28px;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	text-transform: uppercase;
}
.section-header h4 {
	color: #232323;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 1.28px;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	text-transform: uppercase;
}
.section-header.text-center::before {
	margin: 0 auto;
	right: 0;
}

.mteil {
	margin-top: 70px;
	margin-bottom: 50px;
}
.img {
    padding: 20px;
}
.products_db {
	margin-bottom: 50px;
}
.products_pd {
    padding-bottom: 20px;
}
.products_p {
    padding-top: 0px;
    font-size: 12px;
    line-height: 18px;
}
.products_images {
	border-style: solid;
	border-width: 1px;
}
.products_text {
	margin-top: 0px;
}
.products_text h4 {
	font-size: 20px;
	color: crimson;
}
.products_text p {
	padding-top: 0px;
	line-height: 26px;
}
.index_text p {
	line-height: 26px;	
}
.index img {
	width: 100%;
}

@media (max-width: 768px) {
	.index img {
		width: 80%;
		padding-bottom: 50px;
	}
}
