.page-title{
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),  url('/images/background.jpg');
    width: 100%;
    height: 20%;
}

.page-title-heading h2{
    padding-left: 20px;
    margin-bottom: 12px;
    color: #d5d5d5;
}

.page-title-heading h2:before{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: dodgerblue;
}

/*---Media Queries --*/
@media (max-width: 1200px){

}

@media (max-width: 992px) {
    
}

@media (max-width: 768px) {

}

@media (max-width: 576px) {
    .themap{
        height: 100%;
        margin-bottom: 10%;
    }
}