header img[alt="Shoji Screens & Doors"] {
  height: clamp(5.25rem, 9vw, 7rem) !important;
  width: auto !important;
}

#home {
  align-items: flex-start !important;
  padding-top: clamp(12.5rem, 24vh, 16rem) !important;
}

#home .container-main [class~="max-w-3xl"] {
  margin-left: clamp(2rem, 8vw, 7rem) !important;
}

@media (max-width: 900px) {
  header img[alt="Shoji Screens & Doors"] {
    height: 6rem !important;
  }

  #home {
    padding-top: 11.5rem !important;
  }

  #home .container-main [class~="max-w-3xl"] {
    margin-left: 0 !important;
  }
}
