@media screen and (width <= 480px) {
  html {
    font-size: 14px;
  }
  body {
    background-color: #f3eee3;
    width: 100%;
    min-height: 100vh;
  }
  .container {
    padding: 4rem 0;
  }
  .logo-pic {
    width: 50%;
  }
  .navbar .navbar-brand img {
    width: 60%;
    margin: 8px 0;
  }
  #Hero {
    height: 70vh;
  }
  #Hero .container {
    width: 90%;
  }
  #Hero .title {
    gap: 8px;
  }
  #Hero .title h1 {
    line-height: 3.5rem;
  }
  .download a:nth-child(1) {
    margin-left: 1rem;
  }
  .download a:nth-child(2) {
    margin-left: -2rem;
  }
  .download img {
    width: 75%;
  }
  #BGI {
    height: 20rem;
    background-color: #f3eee3;
    background-image: url("../images/BGI.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #Feature .title {
    justify-content: center;
    gap: 8px;
  }
  #Gallery .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  #Gallery .container h2, #Gallery .container h6, #Gallery .container p {
    text-align: center;
  }
  #Gallery .container h6 {
    margin-bottom: 20px;
  }
  #Gallery .grid-container {
    grid-template-rows: auto;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 1rem;
  }
  #Gallery .grid-container .item2, #Gallery .grid-container .item4, #Gallery .grid-container .item5, #Gallery .grid-container .item6, #Gallery .grid-container .item7, #Gallery .grid-container .item9, #Gallery .grid-container .item10 {
    grid-area: unset;
  }
  #Service .title {
    margin-bottom: 3rem;
    justify-content: center;
  }
  #Service .steps ol {
    flex-wrap: wrap;
    width: 75%;
    margin: auto;
  }
  #Service .steps .step-item {
    width: 100%;
    margin: auto;
    gap: 12px;
  }
  #Service .steps .step-item img {
    width: 20%;
    margin: auto;
  }
  #Service .steps .step-item p {
    text-align: center;
  }
  #Service .steps .step-item h5 {
    width: 100%;
    text-align: center;
  }
  #CallToAction {
    height: 50vh;
  }
  #CallToAction .container {
    width: 90%;
  }
  #CallToAction .title {
    padding-bottom: 70px;
    width: 100%;
    gap: 12px;
  }
  footer .logo-pic {
    width: 50%;
  }
}/*# sourceMappingURL=style480.css.map */