@media screen and (min-width: 768px) {
  footer {
    font-size: 0.41rem !important;
    font-weight: 500 !important;
    height: 1.625rem !important;
  }
}

footer {
  color: white;
  font-size: 0.636rem;
  text-align: center;
  height:2.72rem;
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 500;
  margin-top: 0rem;
  z-index: 2;
  padding: 0.95rem 0;
  margin-top: 0 !important;
  align-items: center !important;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 0.4528rem;
    height: 1.13rem;
    margin-top: 2rem;
    padding: 0.39rem 0;
    margin-top: 2rem;
 
  }
}
.call-us-footer {
  display: none;
}

@media screen and (max-width: 768px) {
  .call-us-footer {
    all: unset;
    display: flex;
    position: sticky;
    bottom: 0;
    color: white;
    background-color: var(--brandClr);
    justify-content: center;
    align-items: center;
    font-size: 0.63rem;
    font-weight: 600;
    /* padding: .9rem; */
    z-index: 2;
    padding: 0.9rem 0;
  }
  .call-us-footer img {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.25rem;
  }
}
