.pageTitle_wrapper{
    position: relative;
    overflow: hidden;
    height: 180px;
    width: 100%;
    max-width: 1600px;
    margin:30px auto 0;
    border-radius: 12px;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    background: #000;
    z-index: 0;
}

.pageTitle_wrapper:before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;  
    opacity: .7; 
    z-index: -1;
    background: url(./hh.jpeg.jpg);
    background-size: 100%;
    background-position: center 80%;
}
.page_title{
    position: absolute;
    color:#fff;
    margin: 0;
    text-shadow: 0 0 4px rgba(0,0,0,0.8);

}
.pageTitle_wrapper img{
    width: 100%;
    transform: translateY(-200px);
    opacity: .7;
    object-fit: cover;
}
.section.papers{
    width: 100%;
    max-width: 1500px;
    display: flex;
}
.top-margin{
    margin-top: 32px;
}
#contact {
    margin: 120px auto;
}
@media screen and (max-width: 768px) {
    .pageTitle_wrapper {
        height: 150px;
    }
    #contact {
        margin: 60px auto;
    }
}
.gmap_canvas iframe{
    border-radius: 4px;
    max-width: 100%;
    width: 100%;
    height: 100%;
}
#contact .info{
    padding: 28px 36px;
    line-height: 1.6;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    height: auto;
}
#contact .info .subtitle {
    margin: 0 0 12px;
    font-size: 22px;

}
#contact .mapouter {
    position: relative;
    text-align: right;
    height: 500px;
    padding-top: 0;
    padding-bottom: 0;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 100%;
    width: 100%;
}