.elementor-1011 .elementor-element.elementor-element-fc75167{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-9fb8386 */.sstext {
            font-weight: bold;
            text-decoration: underline;
            cursor: pointer;
            color: blue; 
        }

.card {
            border: 1px solid #ddd;
            padding: 10px;
            margin: 10px;
            max-width: 500px; 
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .card h2 {
            margin: 0 0 10px;
        }

        .card a {
            color: #732cff;
            text-decoration: none;
        }

        .card p {
            margin: 5px 0;
        }
        
        .card span {
            color: #FF6666;
        }/* End custom CSS */