/* Agency Page Specific Styles */
/* Depends on style.css for CSS variables and base styles */

/* Additional agency-specific styles can go here */

/* Card Images with rounded corners */
.card-img-rounded {
    border-radius: 15px;
}
