.other-page-banner{
    width: 100%;
    height: 200px;
    background-image: url(../images/other-banner1.jpg);
    background-size: cover;
    background-color: rgb(124, 124, 124);
    background-blend-mode: multiply;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.other-page-banner h2{
    color: white;
    font-weight: 600;


}