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

.ph-redirection-popup-text p {
  font-size: 16px;
  font-family: 'Obviously-ragu';
  line-height: 1.8;
}
.ph-redirection-popup-text p a {
  color: #EB0000;
}  

.ph-redirection-wrapper .ph-redirection-btn {
  background-color: #EB0000;
  border: 2px solid #EB0000;
  font-family: 'Obviously-semi';
  padding: 15px 40px;
  font-size: 14px;
  line-height: 1.72;
}

.ph-redirection-wrapper .ph-redirection-btn:hover,
.ph-redirection-wrapper .ph-redirection-btn:focus {
  color: #EB0000 !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.42;
    max-width: 365px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 479.98px) {
  .ph-redirection-popup-wrapper .ph-redirection-popup-bg{
    padding: 30px 20px;
  }
  .ph-redirection-popup-text p{
    font-size: 16px;
  }
}

@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 */