@media (min-width: 300px) {
  .f-page {
    margin-top: 0px;
    padding-bottom: 5px;
  }
}

@media (min-width: 576px) {
  .f-page {
    height: 318.2734px;
    background: url("../../../assets/img/Home/home-page-4.webp") center / cover;
    margin-top: 0px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .f-page {
    height: 433.266px;
    background: url("../../../assets/img/Home/home-page-1.webp") center / cover;
    margin-bottom: 10px;
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .f-page {
    height: 623.266px;
    margin-top: 0px;
    margin-bottom: 10px;
    background: url("../../../assets/img/Home/home-page-3.webp") center / cover;
  }
}

