{“@context”:”https://schema.org;,”@type”:”FAQPage”,”mainEntity”:[{“@type”:”Question”,”name”:”What is the main focus of David Senra’s new podcast?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”David Senra’s new podcast aims to explore the lives and lessons of history’s greatest entrepreneurs, emphasizing the importance of their stories and insights. It seeks to inspire listeners by sharing valuable knowledge that can help them in their own entrepreneurial journeys.”}},{“@type”:”Question”,”name”:”How does David Senra differentiate his podcast from others?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”David Senra differentiates his podcast by focusing on deep, meaningful conversations with successful entrepreneurs, rather than just surface-level interviews. He emphasizes storytelling and the lessons learned from history, aiming to provide listeners with actionable insights and inspiration.”}},{“@type”:”Question”,”name”:”What does David Senra believe is essential for success in entrepreneurship?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”David Senra believes that focus and a relentless pursuit of improvement are essential for success in entrepreneurship. He emphasizes the importance of being deeply engaged in one’s work and continuously learning from both successes and failures.”}}]}
.card {
position: relative;
border: 1px solid rgba(0,0,0,.125);
border-radius: 0.75rem;
padding-top: 10px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 10px;
width: 94% !important;
max-width: 518px;
min-width: 0px;
margin-top: 1rem;
margin-bottom: 1rem;
margin-left: 0px;
margin-right: 2px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Ubuntu, “Helvetica Neue”, sans-serif;
}
.card:hover {
transform: scale(1.02);
transition: all 0.1s ease;
box-shadow: 2px 2px 5px #888;
z-index: 1;
background-color: #f0f0f0 !important;
}
.faq-section {
max-width: 800px;
}
.faq-item:hover {
background: #f0f8ff !important;
transition: background 0.2s ease;
}

