{“@context”:”https://schema.org;,”@type”:”FAQPage”,”mainEntity”:[{“@type”:”Question”,”name”:”How can I stop comparing myself to others on social media?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Start by limiting your time on social media and focus on your personal journey instead. Shift your mindset to view others’ success as inspiration rather than a benchmark, and engage in activities that spark your curiosity and joy.”}},{“@type”:”Question”,”name”:”What is an experimental mindset and how can I cultivate it?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”An experimental mindset involves embracing curiosity and viewing failures as learning opportunities. You can cultivate it by designing small experiments or ‘pacts’ that allow you to explore new interests without the pressure of a fixed outcome.”}},{“@type”:”Question”,”name”:”How can I manage procrastination effectively?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Use the triple check method: ask yourself if your procrastination stems from a rational doubt (head), emotional disinterest (heart), or lack of resources (hand). This reflection can help you identify the root cause and take appropriate action to overcome it.”}}]}
.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;
}
