cards
.common-questions {
text-align: center;
padding: 20px;
}
.flip-card-container {
display: flex;
justify-content: center;
gap: 16px;
flex-wrap: wrap;
margin-top: 20px;
}
.flip-card {
width: 200px;
height: 250px;
perspective: 1000px; /* Enables 3D perspective */
}
.card-inner {
width: 100%;
height: 100%;
position: relative;
transform-style: preserve-3d;
transition: transform 0.6s;
}
.flip-card:hover .card-inner {
transform: rotateY(180deg);
}
.card-front,
.card-back {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.card-front {
background-color: #f0f4ff; /* Adjust for each card */
}
.card-back {
background-color: #ffffff; /* Adjust for each card */
transform: rotateY(180deg);
padding: 16px;
}
.icon img {
width: 36px;
height: 36px;
}
.text {
font-size: 16px;
font-weight: bold;
color: #333;
margin: 10px 0;
text-align: center;
}
.arrow {
margin-top: auto;
font-size: 18px;
color: #333;
}
.back-text {
font-size: 14px;
color: #555;
text-align: center;
}
Common questions

What’s the treatment duration?
→
Plans are customized for users - the duration can vary depending on diagnosis. Users have seen improvements by week 3 with results seen in 2-12 weeks.

Will this work for me?
→
Yes, holistic treatment is the right approach to treating ED. 89% of users have seen improvements within 4-6 weeks.