
.ph-redirection-popup-wrapper .ph-redirection-popup-title-main .ph-redirection-popup-title {
    font-family: 'Poppins';
    line-height: 1.24;
    font-weight: 700;
  }
  
  .ph-redirection-popup-text p {
    font-family: 'Poppins';
    line-height: 1.56;
  }
  
  .ph-redirection-popup-text p a {
    color: #025436;
  }
  
  .ph-redirection-wrapper .ph-redirection-btn {
    background-color: #006241;
    border: 2px solid #006241;
    font-family: 'Poppins';
    text-align: center !important;
    font-weight: 700;
    line-height: 1.4;
  }
  
  .ph-redirection-wrapper .ph-redirection-btn:hover,
  .ph-redirection-wrapper .ph-redirection-btn:focus {
    color: #006241 !important;
  }
  
  /* end popup */
  
  @media screen and (max-width: 767.98px){
    .ph-redirection-wrapper .ph-redirection-btn{
      padding: 15px 20px;
    }
}
@media screen and (max-width: 479.98px) {
  .ph-redirection-wrapper .ph-redirection-btn{
    padding: 15px;
  }
}