@media only screen and (max-width: 767px) {
  .fontaine-hide-phone {
    display: none !important;
  }

  .fontaine-first-p {
    font-size: 25px !important;
  }

  /* .fontaine-second-p {
    font-size: 45px !important;
  } */
}