 .text2 {
  color: #000;
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 10px 0px 20px;
}
.subtitle2 {
  color: #000;
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  margin: 30px 0 20px;
}

.insert2 {
  max-width: 540px;
  color: #fff;
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  font-size: 17px;
  font-weight: 400;
  background: #87785f;
  text-align: center;
  padding: 6px 20px;
  margin: 30px auto;
  border-radius: 5px;
  width: 80%;
}
.info-text2 {
  color: #333;
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  margin: 40px 0px 0px 40px;
  padding-left: 60px;
  background: url('../img/aboutpage-info_bg.png') left top no-repeat;
  line-height: 22px;
}

.popup-outer-box {
    display: none;
    padding: 10px;
/*    animation: a ease .2s;*/
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 100;
    background: rgba(0, 0, 0, .4);
    left: 0;
    right: 0;
    top: auto;
    bottom: 0px;
    background: transparent;
    font-size: 12px;
}
.popup-outer-box {
    background: none;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 10px;
}
  .popup-outer-box .popup-box {
   padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
   border-radius: 0px;
    max-width: -webkit-fill-available;
    max-height: 100%;
    background-color: #fff;
    z-index: 20;
}
.popup-box .popup-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.popup-box .popup-action-wrap, .popup-box .popup-inner-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.popup-box .popup-text-wrap {
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px 0 0;
    
/*    font-weight: 600;*/
    text-align: left;
}
@media (max-width:992px){
    .popup-outer-box{
        margin-right:85px;
    }
    .popup-box .popup-inner-wrap{
        flex-direction:column;
        align-items:flex-start;
    }
}