/* General Styles for Mobile Text Responsiveness */
@media (max-width: 768px) {

    /* Container for Work Box (Ensuring proper alignment) */
    .work2 .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Heading Text Styles for Mobile */
    .heading1 h2 {
        font-size: 28px;
        line-height: 1.4;
        padding-bottom: 10px;
    }

    .heading1 p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    /* Work Box Section */
    .work-box2 {
        padding: 20px;
        margin-bottom: 20px;
        border: 1px solid #f1f1f1;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }

    /* Work Box Title Styling */
    .work-box2 h4 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #333;
    }

    /* Work Box Description Styling */
    .work-box2 p {
        font-size: 14px;
        color: #555;
        line-height: 1.5;
    }

    /* Number (01, 02, etc.) inside Icon Area */
    .work-box2 .icon-area h6 {
        font-size: 24px;
        font-weight: bold;
        color: #FA7D3C;
        margin-bottom: 10px;
    }

    /* Button Styles */
    .buttons .theme-btn3 {
        font-size: 16px;
        padding: 12px 25px;
        background-color: #FA7D3C;
        color: #fff;
        border-radius: 5px;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: background-color 0.3s ease;
    }

    .buttons .theme-btn3:hover {
        background-color: #0056b3;
    }

    /* Adjust spacing for the individual columns */
    
    /* Space between sections for mobile */
     

    /* Mobile Heading Adjustments */
    .heading1 h4 {
        font-size: 16px;
    }

    /* Adjust the "Start Your Facebook Ads Campaign" button */
    .buttons {
        padding-top: 20px;
    }

    /* Adjust spacing for columns on mobile */
    
}