.ph-redirection-popup-wrapper .ph-redirection-popup-title-main .ph-redirection-popup-title {
  font-size: 30px;
  font-family: 'Obviously-semi';
  line-height: 1.3;
}

.ph-redirection-popup-text p {
  font-family: 'Obviously-ragu';
  line-height: 1.5;
  font-size: 16px;
}

.ph-redirection-wrapper .ph-redirection-btn {
  font-size: 14px;
  background-color: #D41F72;
  border: 2px solid #D41F72;
  font-family: 'Obviously-semi';
  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: 24px;
    line-height: 1.4;
  }

  .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: 18px;
  }

  .ph-redirection-wrapper .ph-redirection-btn {
    font-size: 10px;
  }

  .ph-redirection-popup-text p {
    font-size: 14px;
  }
}

/* end responsive */