.grid_logo_with_header p:first-of-type{
  display: grid;
  grid-template-columns: 0.25fr 0.75fr;
  align-items: center;
  gap: 25px;
}
