/* Custom Styles */
.hero-section {
    background: linear-gradient(to right, #6a11cb, #2575fc);
    height: 100vh;
}

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