@media (max-width: 768px) {
  p {
    text-align: center !important;
  }
    h1 {
    text-align: center !important;
  }
    h2 {
    text-align: center !important;
  }
  h4 {
    text-align: center !important;
  }
   h3 {
    text-align: center !important;
  }
    h5 {
    text-align: center !important;
  }
   h6 {
    text-align: center !important;
  }
  .header__logo{
          flex-basis: 70% !important;
  }
}
.header__logo{
          flex-basis: 50% !important;
  }
