/* Case advertise */
#case-advertise {
	padding: 18px 0 43px 0;
	text-align: center;
}

#case-advertise img {
	width: 332px;
	height: auto;
}

#case-advertise h2 {
	padding-top: 25px;
}

#case-advertise p {
	margin-bottom: 0;
}

#case-advertise button {
	margin: 33px 0 21px 0;
}

#case-advertise .text-link {
	padding-top: 11px;
}

#case-advertise .text-link {
	font-size: 1rem;
	line-height: 1.125rem;
	color: #192a35;
}

#case-advertise .text-link:hover,
#case-advertise .text-link:focus {
	text-decoration: none;
}

/* Responsive tablet */
@media (max-width: 992px) {

	/* Case advertise */
	#case-advertise {
		padding: 21px 0 35px 0;
	}

	#case-advertise .case-advertise-content {
		padding: 0 116px;
	}

	#case-advertise img {
		width: 240px;
	}

	#case-advertise h2 {
		padding: 16px 0 5px 0;
	}

	#case-advertise button {
		margin: 25px 0 12px 0;
	}

	#case-advertise .text-link {
		font-size: .9375rem;
		line-height: 1.0625rem;
	}
}

/* Responsive phone */
@media (max-width: 576px) {

	/* Case advertise */
	#case-advertise {
		padding: 21px 0 34px 0;
	}

	#case-advertise .case-advertise-content {
		padding: 0;
	}

	#case-advertise img {
		width: 220px;
	}

	#case-advertise h2 {
		padding: 22px 0 0 0;
	}

	#case-advertise button {
		margin: 34px 0 11px 0;
	}
	
	#case-advertise .btn-secondary {
		margin-top: 0;
	}
}