
.custom-banner-home {
	margin-bottom: 2rem;
}

.custom-banner-home-content {
	position: relative;
	transform: none;
}

.custom-banner-home-title {
	font-weight: 600;
	font-size: 1.675rem;
    color: #000;
    margin-bottom: 0 auto .875rem;
	text-align:center;
	color: black;
}

.custom-banner-home h2 {
    margin: 0 auto .875rem;
}

@media (min-width: 992px) {
.custom-banner-home {
	display: block;
	margin-bottom: 4rem;
}

.custom-banner-home .container {
	position: relative;
}

.custom-banner-home-content {
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.custom-banner-home-title {
	font-weight: 600;
	font-size: 2.875rem;
    color: #000;
	text-align:center;
	color: white;
	margin: 0 auto 2rem;
	width: 80%;
}

.custom-banner-home-text {
	font-weight: 600;
	font-size: 2.875rem;
    color: #000;
    margin-bottom: 1.25rem;
	width: 40%;
}

.custom-banner-home-text p {
	color: black;
	font-size: 1.25rem;
	line-height: 1.8rem;
}

}

/*@media (min-width: 1200px) {
	.custom-logos-product ul {
		padding-left: 0;
		padding-right: 1rem;
	}
}*/