/* Start custom CSS for html, class: .elementor-element-c367836 *//* =========================================
   EXPLORE ALL BEGINNER SEWING MACHINES
========================================= */

.explore-btn-wrap {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;

    margin-top: 35px !important;
    padding: 0 20px 10px !important;

    box-sizing: border-box !important;
}

.explore-btn-wrap .text-btn {
    display: inline-block !important;

    width: auto !important;
    margin: 0 auto !important;

    text-align: center !important;

    color: #C5904E !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;

    text-decoration: none !important;

    transition: all 0.3s ease !important;
}

.explore-btn-wrap .text-btn:hover {
    color: #996594 !important;
    transform: translateY(-2px);
}/* End custom CSS */