.m_top_banner {
  height: 75vh;
  position: relative;
}

.m_top_txt {
  position: absolute;
  bottom: 10%;
  left: 10%;
  color: #fff;
  width: 80%;
  transition: all 0.3s ease-in-out;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8), 0 0 10px rgba(16, 124, 201, 0.5);
}

.m_top_txt h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
}

.m_top_txt p {
  font-size: 1rem;
  line-height: 1.5;
}

.m_con_main_box {
  padding: 2rem 1rem;
}

.m_con_main_tit {
  padding: 1rem 0;
  text-align: center;
}

.m_con_main_tit h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  color: #333333;
}

.m_con_main_tit h3 {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #999999;
}

.m_con_main_img {
  border-radius: 0.5rem;
  overflow: hidden;
  display: block;
  box-shadow: 1px 1px 8px #cccccc;
  position: relative;
  display: block;
  width: 100%;
  height: 30vh;
  background: url(/static/images/contact_map.jpg);
  background-position: calc(100% + 180px) center;
  background-repeat: no-repeat;
  margin: 2rem 0;
}
.m_con_main_txt {
  padding: 1rem 0;
}
.m_con_main_txt h2 {
  font-size: 1.3rem;
    font-weight: 500;
  line-height: 1.5;
}
.m_con_info_txt{
  padding-top: 2rem;
}
.m_con_info_txt h3{
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
}
.m_con_info_txt p{
  font-size: 1.2rem;
  color: #666666;
  line-height: 1.5;
}