@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
body {
	background-color: white;
}

.t-primary-bgcolor {
	background-color: #1A1A1A;
}

a {
	color: #003c1b;
}

.header-wrapper {
	background-image: linear-gradient(135deg, #595959 50%, white 50%);
}

.header {
	width: 100%;
	padding: 20px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header div {
	width: 40%;
}

.header__title {
	color: #FFF;
	font-size: 35px;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
}