@media (min-width:320px) and (max-width:453px) {
  /* reset alignment */
  .col-md-12.text-end {
    text-align: left !important;
  }

  /* make top UL full width */
  .col-md-12.text-end > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }

  /* turn the li into flex row */
  .col-md-12.text-end > ul > li#block-7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
  }

  /* keep Let's Talk on one line */
  #block-7 h2 {
    margin: 0;
    font-size: 14px;     /* reduce size for mobile */
    white-space: nowrap; /* prevent breaking into two lines */
  }

  /* phone + email stacked vertically on right */
  #block-7 .top-header-list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #block-7 .top-header-list li {
    margin: 0;
    padding: 0;
    line-height: 1.2;
  }

  #block-7 .top-header-list li a {
    font-size: 12px;
    white-space: nowrap;
    color: #fff; /* adjust if your background is dark */
    text-decoration: none;
  }

  #block-7 .top-header-list li + li {
    margin-top: 3px;
  }

  #block-7 .top-header-list i {
    margin-right: 4px;
    font-size: 12px;
  }
}

.bottom-header{
	padding:10px 0 0 0 !important;
}