.custom-title-wrapper {
    text-align:center;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
}
.custom-title {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #333;
}
.custom-breadcrumb {
    background: #f4f4f4;
    margin-top:30px;
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
    font-size: 14px;
    color: #777;
}
.custom-breadcrumb a {
    
     
    color: #003366;
    text-decoration: none;
}


p {
    text-align: justify !important;
}