.homepage-category__table {
	display: block;
}
.homepage-category__table tbody {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}
.homepage-category__table tr {
	width: 29%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	text-align: center;
	position: relative;
}
.homepage-category__table img {
	max-width: 100%;
	height: auto;
	border-radius: 8px 8px 0 0;
}
.homepage-category__table td {
	width: 100% !important;
	display: block;
}
.homepage-category__table a {
	background-color: #e6effd;
	display: block;
	padding: 15px;
	font-size: 15px;
	font-weight: 700;
	background-image: linear-gradient(0deg, #c8dafc, #f5f7fe);
	border-radius: 0 0 8px 8px;
	box-shadow: 0 -2px 0 #f5f7fe;
}
.homepage-category__table a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
}
.homepage-flags__table {
	display: block;
}
.homepage-flags__table tbody {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.homepage-flags__table tr {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 10px;
	border: 1px solid #e6effd;
	border-radius: 8px;
	position: relative;
	background-color: #fdfeff;
	background-image: linear-gradient(0deg, #f3f7fe, white);
}
.homepage-flags__table img {
	max-width: 100px;
	height: auto;
	border-radius: 8px;
}
.homepage-flags__table a {
	font-size: 15px;
	font-weight: 700;
}
.homepage-flags__table td {
	width: auto !important;
}
.homepage-flags__table a:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	display: block;
}
