.elementor-5232 .elementor-element.elementor-element-9ac0f00{--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 *//* Import Quicksand font */
        @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600&display=swap');

        .custom-button {
            font-family: 'Quicksand', sans-serif;
            background-color: #fedd16;
            color: #000000;
            padding: 10px 25px;
            border: none;
            border-radius: 11px;
            cursor: pointer;
            font-size: 16px;
            margin-top: 20px!important;
        }

        .custom-button:hover {
            background-color: #e6cc14;
        }
        
        .custom-button:hover {
            background-color: #000000;
            color: #fedd16;
        }/* End custom CSS */