.wrap-main {
  position: relative; }
  .wrap-main h1 {
    left: 50%;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 58%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    z-index: 1000; }
  .wrap-main .img_main {
    bottom: 0;
    height: 100%;
    left: 0;
    width: 100%; }
    .wrap-main .img_main img {
      vertical-align: top; }

.point-title span {
  background: linear-gradient(transparent 50%, #F0E9E6 50%); }

.green_area {
  background: #DEE8E8; }

.blue_area {
  background: #E4EAF0; }

.bac_gre {
  background: #78B1B4 !important; }

.bac_blu {
  background: #92ADC7 !important; }

.bor-t_1dotbla {
  border-top: 1px dashed #ddd; }
