
.ph-redirection-popup-wrapper .ph-redirection-popup-title-main .ph-redirection-popup-title {
  font-size: 42px;
  font-family:"Dirty-Headline";
  font-weight: 400;
  line-height: 1.24;
}
.ph-redirection-popup-text p {
  font-family: 'Lato';
  font-weight: 400;
  line-height: 1.34;
}

.ph-redirection-wrapper .ph-redirection-btn {
  font-size: 18px;
  background-color: #D41F72;
  border: 2px solid #D41F72;
  font-family: 'Lato';
  font-weight: 700;
  line-height: normal;
}

.ph-redirection-wrapper .ph-redirection-btn:hover,
.ph-redirection-wrapper .ph-redirection-btn:focus {
  color: #D41F72 !important;
}
/* end popup */


/* responsive */
@media screen and (max-width:767.98px) {
  .ph-redirection-popup-wrapper .ph-redirection-popup-bg{
    padding: 30px 30px;
  }
  .ph-redirection-popup-wrapper .ph-redirection-popup-title-main .ph-redirection-popup-title{
    padding: 0;
    font-size: 30px;
    line-height: 1.34;
  }
  .ph-redirection-wrapper .ph-redirection-btn{
    padding: 15px  18px;
  }
}
@media screen and (max-width: 479.98px) {
  .ph-redirection-popup-wrapper .ph-redirection-popup-bg{
    padding: 30px 20px;
  }
  .ph-redirection-wrapper .ph-redirection-btn{
    font-size: 14px;
  }
}

@media screen and (max-width: 374.98px) {
  .ph-redirection-popup-wrapper .ph-redirection-popup-title-main .ph-redirection-popup-title{
    font-size: 24px;
  }
}

/* end responsive */