/* Adjust padding for smaller screens (mobile devices) */
@media (max-width: 480px) { 
    .col-md-4.padd-021 {
        padding-top: 45px;
    }
}

/* Placeholder for styles targeting screens up to 768px */
@media (max-width: 768px) { 
    /* Add responsive styles here for tablets and small screens */
}

/* Styles for medium-sized screens between 768px and 1023px */
@media (min-width: 768px) and (max-width: 1024px) { 
    .navbar-nav .nav-link {
        font-size: 15px;
    }
}

/* Placeholder for screens up to 640px (small devices) */
@media (max-width: 640px) { 
    /* Ensure mobile-friendly design adjustments */
}
