
.ph-redirection-popup-wrapper .ph-redirection-popup-title-main .ph-redirection-popup-title {
  font-family: 'Roboto';
  line-height: 1.234;
  font-weight: 700;
}

.ph-redirection-popup-text p {
  font-size: 18px;
  font-family: 'Roboto';
  font-weight: 400;
  line-height: 1.56;
}

.ph-redirection-wrapper .ph-redirection-btn {
  color: #ffffff !important;
  background-color: #CF4826;
  border: 2px solid #CF4826;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 19px 25px;
}

.ph-redirection-wrapper .ph-redirection-btn:hover,
.ph-redirection-wrapper .ph-redirection-btn:focus {
  color: #CF4826 !important;
}

/* end popup */

/* responsive */
@media screen and (max-width:767.98px) {
  .ph-redirection-wrapper .ph-redirection-btn{
      padding: 19px 25px;
  }
}
@media screen and (max-width: 479.98px) {
  .ph-redirection-wrapper .ph-redirection-btn{
      font-size: 16px;
      padding: 15px;
      line-height: 1.2;
  }
  .ph-redirection-popup-text p{
      font-size: 16px;
  }
}

/* end responsive */