.home-banners {
  height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 6.5rem;
  background-color: var(--kfc-white);
  container-type: inline-size;
}

.home-banners>.home-banners-content {
  width: 100%;
  max-width: 900px;
  height: 100%;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.home-banners>.home-banners-content .item {
  height: 100%;
  max-height: 300px;
  margin: 0;
}

.home-banners>.home-banners-content .image-card,
.home-banners>.home-banners-content .image-card>.image {
  height: 100%;
}

@container (max-width: 360px) {
  .home-banners {
    height: 195px;
    padding: 1.5rem 1rem;
  }
}

@media screen and (max-width: 768px) {
  .home-banners {
    height: 195px;
    padding: 1.5rem 1rem;
  }
}