diff --git a/app/globals.css b/app/globals.css
index d8928023d..f4dec9ed1 100644
--- a/app/globals.css
+++ b/app/globals.css
@@ -109,6 +109,8 @@
--header-z-index: 10;
--menu-overlay-z-index: 10;
+
+ --hotel-page-map-desktop-width: 23.75rem;
}
* {
diff --git a/components/ContentType/HotelPage/Rooms/RoomCard/index.tsx b/components/ContentType/HotelPage/Rooms/RoomCard/index.tsx
index bcc363f15..158fb05ad 100644
--- a/components/ContentType/HotelPage/Rooms/RoomCard/index.tsx
+++ b/components/ContentType/HotelPage/Rooms/RoomCard/index.tsx
@@ -6,7 +6,7 @@ import { ChevronRightIcon, ImageIcon } from "@/components/Icons"
import Image from "@/components/Image"
import Button from "@/components/TempDesignSystem/Button"
import Body from "@/components/TempDesignSystem/Text/Body"
-import Title from "@/components/TempDesignSystem/Text/Title"
+import Subtitle from "@/components/TempDesignSystem/Text/Subtitle"
import styles from "./roomCard.module.css"
@@ -57,9 +57,14 @@ export function RoomCard({
-
+
{title}
-
+
{subtitle}