﻿@media (max-width: 767px) {
    .contactbtn {
        text-align: center; /* Center the button on mobile */
    }

        .contactbtn button {
            width: 80%; /* You can adjust the width as needed */
            margin: 0 auto; /* Center the button */
                    
        }
}
