div.custom-logos-home {
	background-color: white;
	padding-block: 2rem;
	margin-bottom: 4rem;
}

div.custom-logos-home h2 {
	margin-bottom: 2rem;
}

div.custom-logos-home ul{
	margin: 0;
	width: 100%;
}

div.custom-logos-home ul li{
	padding-block: 1.25rem;
}

div.custom-logos-home img {
	display: inline-block;
}

.custom-logos-home-l1 img {
	width: 110px;
	height: auto;
}

.custom-logos-home-l2 img {
	width: 100%;
	max-width: 480px;
	height: auto;
}

div.custom-logos-home a, div.custom-logos-home span {
	display: block;
	text-align: center;
}

div.custom-logos-home ul li span.custom_logos_text {
	padding-block: .875rem;
	font-size: 1.25rem;
	color: black;
}

div.custom-logos-footer {
	/*padding-block:1.25rem;*/
	text-align: center;
}

div.custom-logos-footer ul {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 2rem;
	padding-inline: 1rem;
}

div.custom-logos-footer ul li img.custom-logos-footer-l1 {
	display: inline-block;
	height: auto;
	/*max-width: 90px;*/
	max-width: 100%;
}

div.custom-logos-footer ul li img.custom-logos-footer-l2 {
	display: inline-block;
	height: auto;
	/*max-width: 230px;*/
	max-width: 100%;
}

@media (min-width: 992px) {
	div.custom-logos-home ul{
		display: flex;
		align-items: start;
		justify-content: center;
		column-gap: 4rem;
	}

	div.custom-logos-home ul li{
		padding-block: 0;
	}

	.custom-logos-home-l1 img, .custom-logos-home-l2 img {
		display: inline-block;
		height: 140px;
		width: auto;
	}

	div.custom-logos-footer ul {
		justify-content: start;
		padding-inline: 0;
	}

	
	/*div.custom-logos-footer ul li img.l1 {
		width: 50%;
	}*/

}

/*PRODUCT*/
#product .blockreassurance_product div.custom-logos-product ul {
	display: block;
	/*display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 1.25rem;*/
}

#product .blockreassurance_product div.custom-logos-product ul li {
	padding-left: 0;
}

div.custom-logos-product ul li img.custom-logos-product-l1 {
	display: inline-block;
	height: auto;
	max-width: 90px;
}

div.custom-logos-product ul li img.custom-logos-product-l2 {
	display: inline-block;
	height: auto;
	width:100%;
	max-width: 460px;
}

a.custom-logos-product-action {
	display: inline-block;
	padding-left: 1rem;
}

a.custom-logos-product-action img {
	height: 80px;
	width: auto;
}


@media (min-width: 992px) {
	.custom-logos-reassurance {
		display: flex;
		align-items: center;
	}

	.custom-logos-product {
		flex-basis: 50%;
	}

	.PaymentLogoGrid {
		flex-basis: 50%;
	}

}

@media (min-width: 1200px) {
	.custom-logos-product ul {
		padding-left: 0;
		padding-right: 1rem;
	}
}