.popupImg{
  width: 100px;
}
.popupTitle{
  font-size: 28px;
  font-weight: bold;
  margin: 20px 0;
  word-wrap: break-word;
  word-break: keep-all;
}
.popupBtn{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popupBtn div{
  width: 135px;
  height: 35px;
  line-height: 35px;
  background-color: #F6A12D;
  font-weight: bold;
  margin: 7px 0;
  cursor: pointer;
}
.popupText{
  padding: 0 19px;
  word-wrap: break-word;
  word-break: keep-all;
  margin-top: 30px;
}
.popupText a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 768px){
  .popupContainer{
    display: flex;
    height: 50vh;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  .m-modal__container{
    height: 100%;
    width: 100% !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
  }
}