@charset "utf-8";
/* CSS Document */

.a7t-ul	{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.a7t-ul li	{
	display: inline-block;
	font-family: var(--default-font);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4 !important;
	color: var(--primary-color);
}
.a7t-h3	{
    font-size: 28px;
    font-weight: 700;
    color: #477593;
    margin-bottom: 20px;
    line-height: 1.3;
}
.a7t-h2	{
    font-size: 32px;
    font-weight: 700;
    color: #477593;
    margin-bottom: 20px;
    line-height: 1.3;
}
.a7t-white	{
    color: #FFFFFF !important;
}

