@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}
a {
	text-decoration: none;
}
.base-bg {
	background-color: #04245c;
}
.base-color {
	color: #04245c;
}
.base-bg-red {
	background-color: #ff0201;
}
.white-color {
	color: white !important;
}
.white-bg {
	background-color: white;
}
.red-color {
	color: #ff0201;
}
.display-none {
	display: none !important;
}
.text-decoration-none {
	text-decoration: none;
}
.text-align-left {
	text-align: left;
}
.gruppo-regular {
	font-family: "Gruppo", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.anton-sc-regular {
	font-family: "Anton SC", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.bilbo-swash-caps-regular {
	font-family: "Bilbo Swash Caps", cursive;
	font-weight: 400;
	font-style: normal;
}
.home-review-card-text {
	max-height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
