.customer-stor_wrap .video-col {
  width: 641px;
  float: left;
  height: auto;
}

.customer-stor_wrap .content-col {
  width: 344px;
  float: left;
}

.customer-stor_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.customer-stor_wrap .content-col {
  position: relative;
}

.customer-stor_wrap .container-bg {
  background-color: rgb(43,43,60);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.customer-stor_wrap .inner {
  position: relative;
}

.customer-stor_wrap .rich_text {
  margin: 79px 0px 24px 0;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  min-height: 144px;
}

.customer-stor_wrap .rich_text h2 {
  margin: 0;
  font-size: 23px;
  font-family: wfont_da5790_b97d9b6e190049a1beceb9df5619680b,wf_b97d9b6e190049a1beceb9df5,'orig_avenir_lt_std_95_black';
  line-height: 1.2em;
}

.customer-stor_wrap .divider_wrap {
  display: none;
}

.customer-stor_wrap .content-col:before {
  content: '';
  width: 3px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #5bbb57;
  z-index: 5;
}

.customer-stor_wrap .btn_wrap {
  max-width: 147px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.customer-stor_wrap .btn_wrap a {
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 39px;
  min-width: 100%;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}

.customer-stor_wrap .btn_wrap a span {
  font: normal normal normal 15px/1.4em avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;
  transition: color 0.4s ease 0s;
  color: #5bbb57;
}

.customer-stor_wrap .btn_wrap a:hover {
  border-color: rgb(91,187,87);
}

.customer-stor_wrap .btn_wrap a:hover span {
  color: #fff;
}

.customer-stor_wrap .title h2 {
  font-size: 70px;
  font-weight: bold;
  margin: 0;
  font-family: wfont_da5790_b97d9b6e190049a1beceb9df5619680b,wf_b97d9b6e190049a1beceb9df5,orig_avenir_lt_std_95_black;
  color: #5BBB57;
  line-height: 1em;
  text-align: center;
}

.customer-stor_wrap .title {
  margin-bottom: 17px;
  width: 100%;
  text-align: center;
}

.customer-stor_wrap .subtite {
  margin-bottom: 70px;
  width: 100%;
  padding-left: 13.9%;
}

.customer-stor_wrap .subtite p {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.03em;
  color: #000000;
  font-family: avenir-lt-w01_35-light1475496,sans-serif;
}

.customer-stor_wrap .divider {
  transform: rotate(270deg);
  width: 368px;
  position: absolute;
  left: 450px;
  top: 182px;
  height: 5px;
  border-top: 3px solid rgb(91,187,87);
}

.customer-stor_wrap .video-col .video_wrap {
  width: 100%;
  height: 100%;
}

.customer-stor_wrap .main_wrap {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
}

.customer-stor_wrap .video-col video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.customer-stor_wrap.bottom_divider {
  margin-top: 80px;
  position: relative;
}

.customer-stor_wrap.bottom_divider .inner {
  width: 764px;
  height: 5px;
  margin-bottom: 10px;
  border-top: 1px solid rgb(91,187,87);
  left: 11%;
}

.customer-stor_wrap .content-col {
  padding-bottom: 20px;
}

.customer-stor_wrap.not_video .content-col {
  width: 100%;
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
}

.customer-stor_wrap.not_video .content-col .rich_text {
  max-width: 80%;
  width: 100%;
  text-align: center;
}

.customer-stor_wrap.not_video .content-wrapper {
  width: 100%;
}


@media (max-width: 1024px) {
  .customer-stor_wrap .video-col {
    width: 65.2%;
  }

  .customer-stor_wrap .content-col {
    width: 35%;
  }

  .customer-stor_wrap .rich_text {
    width: auto;
    padding: 0 10px;
  }

  .customer-stor_wrap .bottom_divider .inner {
    left: 0;
    width: 100%;
  }

  .customer-stor_wrap .divider {
    display: none;
  }

  .customer-stor_wrap .content-col {
    padding-top: 00px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .customer-stor_wrap .btn_wrap a {
    min-height: 35px;
  }

  .customer-stor_wrap .rich_text h2 {
    font-size: 22px;
    line-height: 1.24em;
  }

  .customer-stor_wrap .bottom_divider {
    margin-top: 22px;
  }

  .customer-stor_wrap .main_wrap {
    flex-wrap: wrap;
    width: 100%;
  }

  .customer-stor_wrap .video-col {
    width: 100%;
  }

  .customer-stor_wrap .content-col {
    width: 100%;
    padding: 0 15px;
  }

  .customer-stor_wrap .bottom_divider .inner {
    width: 100%;
    left: 0;
  }

  .customer-stor_wrap .rich_text {
    margin-top: 18px;
    margin-bottom: 26px;
    text-align: center;
    min-height: unset;
    width: 100%;
  }

  .customer-stor_wrap .btn_wrap {
    margin-bottom: 42px;
    max-width: 120px;
  }

  .customer-stor_wrap .subtite {
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .customer-stor_wrap .title h2 {
    font-size: 30px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 8px;
  }

  .customer-stor_wrap .title {
    margin-bottom: 8px;
  }

  .customer-stor_wrap .subtite {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    text-align: center;
  }

  .customer-stor_wrap .subtite p {
    font-size: 17px;
    line-height: 1.3em;
  }

  .customer-stor_wrap .content-col:before {
    display: none;
  }


}

@media (max-width: 400px) {
  .customer-stor_wrap .subtite {
    max-width: 220px;
  }
}
