.white-popup {
  text-align: center;
  color: #ffffff;
  width: 80%;
  margin: 0 auto;
}
.white-popup .content-popup .jweb-image-popup {
  width: 50%;
  display: inline-block;
  float: center;
}
@media screen and (max-width: 767px) {
  .white-popup .content-popup .jweb-image-popup {
    width: 100%;
  }
}
.white-popup .content-popup .jweb-content-popup {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .white-popup .content-popup .jweb-content-popup {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
}
.white-popup .content-popup .jweb-content-popup h3 {
  opacity: 0.8;
  margin: 0 0 20px 0;
  color: #ffffff
}
.white-popup .content-popup .jweb-content-popup p {
  margin: 0 0 20px 0;
  color: #ffffff;
}
.white-popup .content-popup .jweb-content-popup a.jweb-lb-more {
  padding: 5px 10px;
  margin-top: 5px;
  border: 1px solid #fff;
  letter-spacing: 1px;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}
.white-popup .content-popup .jweb-content-popup a.jweb-lb-more:hover {
  color: #000000;
  background: #ffffff;
  text-decoration: none;
}
.white-popup .mfp-close {
  color: #ffffff;
}
