#top-info h1 {
  font-size: 28px;
}
#top-info p {
  font-size: 20px;
}

#categories h2 {
  margin-bottom: 30px;
}
#categories .list {
  display: flex;
  gap: 10px;
}
#categories .list .item {
  width: 100%;
}
#categories .list .item .img {
  width: 100%;
  height: 315px;
  border-radius: 20px;
  background-image: var(--bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
#categories .list .item .btn {
  width: 100%;
  font-size: 16px;
  font-weight: 800;
}

#rooms h2 {
  margin-bottom: 30px;
}
#rooms .list {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
#rooms .list .item {
  width: 100%;
}
#rooms .list .item .img {
  display: block;
  width: 100%;
  height: 260px;
  border-radius: 20px;
  background-image: var(--bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  text-decoration: none;
}
#rooms .list .item .img span {
  font-size: 16px;
  font-weight: 800;
  color: #6F04D9;
  background-color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}
