.banner {
    position: relative;
    height: 400px;
    background: url(../image/banner_bg.jpg) no-repeat center center;
    background-size: cover;

}
.container {
    position: relative;
}
.banner-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(0 71 129 / 74%);
}

h1.banner-title {
    position: absolute;
    top: 80px;
    right: 10px;
    color: #FFF;
    font-size: 50px;
    font-weight: normal;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    letter-spacing: 10px;
}
h3.banner-sub-title {
    position: absolute;
    top: 180px;
    right: 10px;
    color: #FFF;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 10px;
}
.page {
    margin-top: 50px;
    margin-bottom: 50px;
}
.contact {
    display: flex;
    justify-content: space-between;
    align-items: top;
}
.map {
    width: 600px;
    height: 400px;
    background-image: url(../image/map2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.contact-info {
    padding: 0 30px;
    background-color: #FEFEFE;
}
h2.page-title {
    font-size: 50px;
    color: #B30202;
    padding-bottom: 30px;
    padding-left: 15px;
    position: relative;
}
h2.page-title:before {
    position: absolute;
    display: block;
    left: 0;
    top: 15px;
    content: '';
    width: 5px;
    height: 45px;
    background-color: #B30202;


}
.page-content {
    padding: 20px;

}
.page-content > *  {
    font-size: 16px !important;
    line-height: 30px !important;
}
.page-content > img {
    width: 100%;
}