@media only screen and (max-width:768px){
  .modal .newsletter .rte p{
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
  }
  
  .modal .newsletter .modal--mobile-friendly input{
    padding-left: 0;
    font-size: 18px !important;
  }
}