.page-title-div {
    background-image: url(../img/information1.jpg);
    height: 200px;
    background-size: cover;
}

.page-title-div-background {
    background-color: rgba(5, 37, 96, 0.8);
    height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

.page-title-div-background h1 {
    font-size: 60px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}