{“@context”:”https://schema.org;,”@type”:”FAQPage”,”mainEntity”:[{“@type”:”Question”,”name”:”How can I find a balance between work and personal life as an entrepreneur?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Finding balance as an entrepreneur often requires prioritizing your passions and understanding that early stages may demand more time and energy. As your business grows, consider delegating tasks to others, which can free up time for personal pursuits that rejuvenate your creativity and well-being.”}},{“@type”:”Question”,”name”:”When does valuing my time become counterproductive?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Valuing your time is essential, but it can become counterproductive if it leads to excessive deliberation over small expenses or opportunities. It’s important to recognize when the time spent calculating value outweighs the actual benefit, allowing you to make quicker, more intuitive decisions.”}},{“@type”:”Question”,”name”:”What should I focus on when investing my time and money?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Focus on opportunities that align with your interests and have the potential for significant returns, whether in business or personal growth. Always assess the long-term value of your investments, whether they are financial or time-related, and ensure they contribute positively to your overall goals.”}}]}
.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;
}
