Content 18

Home » Components » Content » Content 18

Content 18

Building Brands

We Can Expand Your Business in 10 Days

Learn More


Building Brands

We Can Expand Your Business in 10 Days

Learn More

/* ===== Content 18 ===== */

#content-18 .bg {
	content: '';
	background: #183F90;
	position: absolute;
	width: 80%;
	height: 80%;
	bottom: -50px;
	left: 20%;
        z-index: 5;
}

#content-18 h2 {
	font-weight: 900;
}

#content-18 h4 {
	color: #183F90;
	font-weight: 300;
}

#content-18 .card {
	margin-top: 40px;
	border-radius: 0;
	margin-left: -50px;
	max-width: 80%;
}

#content-18 .btn {
	background: rgba(24, 62, 144, 1);
	border: none;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3px
}

#content-18 .btn:hover {
	background: rgba(24, 62, 144, 0.9);
}

@media(max-width: 992px) {
	
	#content-18 .bg {
		content: '';
		background: #183F90;
		position: absolute;
		width: 100%;
		height: 80%;
		bottom: -50px;
		left: 0%;
	}
	
	#content-18 .card {
		margin-top: 0;
		border-radius: 0;
		margin-left: 0;
		max-width: 100%;
	}
}