/* Lola Lovers Customer */

#customer_lola_club .block_content{
	margin-bottom: 20px;
	width: 22vw;
}

#customer_lola_club h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

#customer_lola_club h4 {
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 0.3rem;
}

#customer_lola_club .data {
    font-size: 16px;
    font-weight: 400;
}

#customer_lola_club .text_privilege{
	margin-bottom: 20px;
	width: 31vw;
	font-size: 12px;
}

#customer_lola_club p {
    margin-bottom: 1.2rem;
}

@media (max-width: 768px) {  
   
   .td_no_mobile{   
	   display: none !important;  
   }
   .td_mobile_block{
	   display: block !important;
   }
   #customer_lola_club .block_content{
	   width: min(320px, 90vw);
	}
}
	

