.brand-container {
	position: relative;
	border-radius: 1.5rem;
	overflow: hidden;
}
.brand-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
	object-position: center center;
}
.brand-wrapper {
	position: relative;
	z-index: 2;
	padding: 3rem 1.5rem 9.1rem 1.5rem;
	max-width: 50rem;
	width: 100%;
}
.brand-title {
	color: #fff;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 111%;
	margin-bottom: 0.75em;
}
.brand-subtitle {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 111%;
	margin-bottom: 1.44em;
}
.brand-content p {
	margin-bottom: 0.94rem;
	color: rgba(255, 255, 255, 0.7);
	font-size: 1rem;
	font-weight: 400;
	line-height: 125%;
}
.brand-btn {
	margin-top: 2.25rem;
	padding: 1rem 4rem;
	width: 100%;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.brand-wrapper {
		padding: 4.6rem 6.5rem 4.75rem 6.5rem;
	}
	.brand-bg {
		object-position: right bottom;
	}
	.brand-btn {
		width: fit-content;
	}
}
