/* Custom Styles */
.hero-section {
    background: url('https://picsum.photos/1920/1080') no-repeat center center;
    background-size: cover;
    height: 100vh;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}
