.hero-banner{
    background: url(https://wallpapercrafter.com/desktop3/973418-bookcase-books-collection-cover-culture-education.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
}

.bg-dark-blur{
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50px 0 0 0 !important;
}
p{
    transition: all 0.5s;
}
.hover-effect:hover p{
    color: rgb(0, 55, 255) !important;
    text-decoration: underline;
}