.common-banner{
    background-image: url(img/common-banner.png);
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 300px;
}
.common-hero-content h5{
    color:white;
    font-size: 18px;
}
.common-hero-content a{
    color:white;
    font-size: 20px;
}
.common-hero-content a:hover{
    color:rgb(170, 166, 166);
}
.common-hero-content .current-page::before{
    content: "/ ";
}