div.et_pb_section_x  {
    transition: opacity 0.3s ease-in-out;
}

div.et_pb_section.visible_x {
    opacity: 1; /* Fully visible when the card is in the middle of the viewport */
}