body {
	background-color: #fff;
}

.t-primary-bgcolor {
	background-color: #042a7d;
}

a {
	color: #7DA71D;
}

.container {
	width: 1050px;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5rem;
}

.header__logo {
	max-height: 100px;
}

.easy__logo {
	display: flex;
	align-items: center;
	column-gap: 0.5rem;
}

.easy__logo:hover {
	text-decoration: none;
}

.easy__logo span {
	color: #333;
	font-size: 16px;
}

.easy__logo img {
	max-height: 100px;
}

p.ls-layer {
	font-size: 18px !important;
}