{“@context”:”https://schema.org;,”@type”:”FAQPage”,”mainEntity”:[{“@type”:”Question”,”name”:”What are some common attitude diseases that can hinder success?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Common attitude diseases include indifference, indecision, doubt, worry, overcaution, pessimism, and complaining. Each of these can significantly impact your ability to achieve your goals and live a fulfilling life.”}},{“@type”:”Question”,”name”:”How can I overcome self-doubt and build self-belief?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”To overcome self-doubt, focus on recognizing your self-worth and believing in your abilities. Surround yourself with positive influences and engage in activities that reinforce your confidence, allowing you to take bold steps towards your goals.”}},{“@type”:”Question”,”name”:”What practical steps can I take to stop worrying and start living a more fulfilling life?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”To reduce worry, practice mindfulness and focus on the present moment rather than future uncertainties. Additionally, set aside time to address your concerns through problem-solving, and gradually train your mind to let go of negative thoughts.”}}]}
.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;
}
