.common_wrapper {
  width: 900px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.main_wrapper {
  min-width: 1200px;
  overflow: hidden;
}

.flex_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex_align_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .common_wrapper {
    width: 95%;
  }
  .main_wrapper {
    min-width: 100%;
  }
  .lower_conteiner {
    width: 95% !important;
    margin-bottom: 60px !important;
  }
  .lower_conteiner .kv {
    width: 100%;
  }
  .lower_conteiner .kv .pic {
    height: 250px;
  }
  .lower_conteiner .kv .pic img {
    border-radius: 20px;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lower_conteiner .kv .title {
    width: 90% !important;
  }
}/*# sourceMappingURL=layout.css.map */