#mobileContact {
  position: fixed;
  width: 100%;
  height: auto;
  background: white;
  left: 0px;
  bottom: 0px;
  border: 1px solid #d8d8d8;
  padding: var(--gap-lg);
  box-shadow: 0px -6px 8px 0px #00000014;
  z-index: 9;
}
#mobileContact .wrapper-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap-md);
}
#mobileContact .btn-contact {
  background: var(--color-primary);
  color: white;
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding: 18px;
  text-decoration: none;
  font-family: "adobe-garamond-pro";
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  line-height: 1em;
}
#mobileContact .btn-phone {
  text-align: center;
  text-wrap: nowrap;
  border: 1px solid #d8d8d8;
  padding: 7px 7px;
  font-size: 8px;
  cursor: pointer;
  font-family: "Jost";
  font-weight: 500;
  text-transform: uppercase;
}
#mobileContact .btn-phone .icon svg {
  width: 22px;
  height: auto;
}
#mobileContact .wrapper-header {
  text-align: center;
  margin-bottom: var(--gap-md);
}
#mobileContact .header-title {
  font-family: "adobe-garamond-pro";
  font-weight: 600;
  font-size: 18px;
}
#mobileContact .header-sub-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-md);
  gap: var(--gap-sm);
  font-family: "Jost";
}
.scrolled #mobileContact .wrapper-header {
  display: none;
}
