/*------------ Solutions Page CSS ------------*/

/*------ Hero Header ------*/
#sol-hero {
	background: rgb(18,0,12);
	background: linear-gradient(70deg, rgba(18,0,12,1) 0%, rgba(18,0,12,1) 30%, rgba(89,0,64,0.05) 100%), url("../images/banners/bv-inner-hero-bg-Solutions.jpg") no-repeat center center /cover;
}

/*------ Intro Section ------*/

.intro {
	margin-bottom: 4.375rem;
}
.intro p {
	font-size:1.125rem;
	line-height: 1.625rem;
	margin: 2rem auto 4.313rem;
}
.intro h3 {
	margin: 4.313rem 0 2.438rem;
}
#sol-intro img {
	max-width: 55rem;
	height: auto;
	margin-bottom: 7rem;
}

/*------ Sol Check Section ------*/

.sol-check {
	margin-bottom: 4.875rem;
}
.sol-check h4 {
	padding-left: 3.5rem;
	background: url("../images/mark.svg") no-repeat center left;
	margin-bottom: 0.875rem;
	line-height: 35px;
}
.sol-check p {
    padding-left: 3.5rem;
    margin: 0 0 2.5rem;
}

/*------ Grey Section ------*/

.grey-section {
	padding: 4.313rem 0;
}
.grey-section h3 {
	padding-top: 2.875rem;
	margin-bottom: 2.5rem;
}
.grey-section h4 {
	margin-bottom: 0.8rem;
}
.grey-section p {
	padding-left: 0;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.75rem;
}
#sol-boxes {
	display: grid;
	grid-template-columns: repeat(3, 32%);
	max-width: 100%;
	text-align: left;
	justify-content: space-between;	
}
.sol-box {
	padding: 1.813rem 2.188rem;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background: #9E2064;
	background: url("../images/3type-bg.png") no-repeat top left /cover;
	width: 100%;
	height: auto;	
	color: #fff;
}
.sol-box h4,
.sol-box p {
	padding-left: 0;
}
.sol-box h4 {
	background: none;
}
.sol-box h4,
.sol-box img {
	margin-bottom: 1.875rem;
}
.sol-box img {
	max-width: 64px;
	height: auto;
}
.sol-box p {
	margin-bottom: 0;
}

/*------ Icon List Section ------*/

.icon-list-intro h2 {
	margin-bottom: 2.875rem;
}


/*------------ Responsive ------------*/

/* RETINA */
@media (-webkit-min-device-pixel-ratio: 2),(-moz-device-pixel-ratio: 2), (min-resolution: 192dppx) { 
	#sol-hero {
		background-image: linear-gradient(70deg, rgba(18,0,12,1) 0%, rgba(18,0,12,1) 30%, rgba(89,0,64,0.05) 100%), url("../images/banners/bv-inner-hero-bg-Solutions@2x.jpg");
	}	
	.sol-box {
		background-image: url("../images/3type-bg@2x.png");
	}
}

/* max-width: 992px */
@media (max-width: 992px) {
	#sol-intro img {
		max-width: 85%;
	}
	#sol-boxes {
		grid-template-columns: repeat(1, 100%);
		row-gap: 2.5rem;
	}
	.sol-box {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
	.inner-cta-start .col-8, .inner-cta-start .col-4 {
		width: 100%;
	}
	.inner-cta-start .col-8, .inner-cta-start .text-end {
		text-align: center !important;
	}
}
/* max-width: 768px */
@media (max-width: 768px) {	
	.intro p {
		margin-bottom: 4.5rem ;
	}
	.sol-box {
		width: 70%;
	}
}
/* max-width: 600px */
@media (max-width: 600px) {	
	.inner-hero {
		background-position: 85% center !important;
	}
	.grey-section p {	
		width: 100%;
	}
	.sol-box {
		width: 100%;
	}
}
/* max-width: 480px */
@media (max-width: 480px) {	
	.inner-hero {
		background-position: 90% center !important;
	}
	.intro p {
		margin-bottom: 5rem;
	}
	.sol-box h4 {
		margin-bottom: 1rem;
	}
}
