/*
 Theme Name: Your Theme Child
 Description: Child theme for chancadoraperu.com custom schema and tweaks
 Author: Yike Wei
 Template: sbm
 Version: 1.0.0
*/


.card .schema-faq-section{
	margin: 0 0 1.2rem;
}

.card-thumb {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: var(--space-3);
}

.card-thumb img {
  width: 100%;
  object-fit: cover;
  display: block;
  background: #f5f7fa;
}


.button-primary{
	color:#000;
}


.eyebrow{
	background: #000;
}

@media (max-width: 767px) {
	body.home > div#LRdiv0 > div#LRfloater0 > img{
		display:none;
	}
}