h1 {
	font-size: 50px;
}

h2 {
	font-size: 33px;
}

h3 {
	font-size: 21px;
}

.banner-main-bg {
	background: linear-gradient(180deg, #E3F4FF 12.04%, rgba(255, 255, 255, 0.00) 100%), #FFF;
}

.banner-bg {
	width: 100%;
	height: 380px;
}

.buttons-box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-btn {
	display: flex;
	width: 160px;
	padding: 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	border: 1.5px solid var(--40, #666);
	color: var(---10, var(--10, #1A1A1A));
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-right: 20px;
	margin-top: 30px;
}

.banner-btn:hover {
	color: var(---10, var(--10, #0098FD));
	border: 1.5px solid var(--40, #0098FD);
}

.tool-box {
	display: flex;
	flex-wrap: wrap;
}

.tool-box a {
	display: flex;
	width: 304px;
	padding: 20px 16px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
	border-radius: 12px;
	background: #F7F8FA;
	margin-right: 10px;
	margin-top: 10px;
}

.tool-box-2 {
	display: flex;
	flex-wrap: wrap;
}

.tool-box-2 a {
	color: #0098FD;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	width: 204px;
	padding: 20px 16px;
	align-items: center;
}

.tool-box-2 a:hover {
	text-decoration: underline;
}


.tool-box-3 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.tool-box-3 a {
	display: flex;
	padding: 20px 16px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
	border-radius: 12px;
	background: #F7F8FA;
	margin-right: 10px;
	margin-top: 10px;
}