#cds_reassurances {
	display:inline-block;
	padding: 20px 0;
	box-shadow: 0px 3px 10px 2px rgb(0 0 0 / 10%);
}


#cds_reassurances .reas {
	text-align: center;
	display: flex;
	line-height: 16px;
}
#cds_reassurances .text-rea {
	text-align: left;
	width: 100%;
	margin-left: 10px;
}
#cds_reassurances .reas:last-child {
	border-right: none;
}
#cds_reassurances .reas img {
	height: max-content;
}
#cds_reassurances .title{
	font-weight: bold;
	color: #424242;
	font-size: 15px;
}
#cds_reassurances .content{
	color: #777;
	font-size: 12px;
}
#cds_reassurances .iframe{
	text-decoration: none;
}
#cds_reassurances .iframe{
	text-decoration: none;
}
.content_rea{
	max-width: 600px;
}
.content_rea .title_rea{
	height: 86px;
	border-bottom: 1px solid #d8d8d8;
	font-size: 25px;
	text-transform: uppercase;
	text-align: left;
	padding: 25px 50px;
	margin-bottom: 0;
	margin-top: 0;
}
.content_rea .fancybox-close-small{
	font-weight: bold;
    width: 55px;
    right: 25px;
    top: 16px;
}
.content_rea .content{
	padding: 25px 50px;
	font-size: 12px;
	font-family: "Open Sans", Helvetica, sans-serif;
}
.content_rea .content p{
	line-height: 1.6em;
}
.content_rea .content ul li{
	list-style: disc;
}
#cds_reassurances .container {
	padding-bottom: 0px;
}
@media (max-width: 767px){
	#cds_reassurances .title{
	text-align:center;
	display: block;
	}
	#cds_reassurances .reas {
	text-align: center;
	border-right: none;
	padding: 10px 0;
	display: inline-block;
	}
	#cds_reassurances .text-rea{
		text-align: center;
	}
	#cds_reassurances {
	padding:10px;
	}
	#cds_reassurances .img_rea {
	display: block;
    text-align: center;
    margin: auto;
	}
}

@media (min-width: 767px) and (max-width: 991px){
	#cds_reassurances .reas {
		text-align: center;
		border-right: none;
		margin-bottom: 20px;
	}
}
