@media only screen and (max-width: 768px) {
   
    
    a.btn.btn-primary.py-3.px-4.me-2 {
    margin-bottom: 15px;
}


/*about page */

@media (max-width: 576px) {
    /*.container-fluid.header {*/
        height: 50vh !important;/* Reduced height for mobile screens */
    /*}*/

   
    
    a.btn.btn-primary.py-3.px-4.me-2 {
    margin-bottom: 20px;
}
}
