/*enquete*/
.enq_txt{
	display: block;
    margin-top: 25px;
    font-size: 12px;
}
.enq_txt > p{
	margin-bottom: 15px;
}
.enq_txt > h5{
	font-weight: bold;
	line-height: 1.2;
}
.lightbox > div > div > img{
	width: 100%;
}
@media (max-width: 767px) {
	.enq_txt{
		margin-bottom: 25px;
}
	.enq_txt > button{
		padding: 25px;
		border: 1px solid gray;
    background-color: white;
    border-radius: 10px;
	}
}