@font-face {
	src: url(acumin.woff2);
	font-family: "acumin";
}

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

a {
	color: #72be44;
}

.container {
	width: 1170px;
}

body {
	background-color: #fff;
}

.header {
	font-family: "acumin", sans-serif;
	width: 100%;
}

.header__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 94px;
	padding: 0 34px;
}

.header__logo img {
	max-width: 184px;
}

.header__nav {
	font-size: 0;
}

.header__nav .active {
	color: #72bf44;
}

.header__nav a {
	font-size: 15px;
	font-weight: 500;
	color: #231f20;
	text-transform: uppercase;
	margin-left: 22px;
	transition: all 0.4s ease-in-out;
}

.header__nav a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.header__banner {
	background-size: initial;
	background-repeat: repeat;
	background-position: center;
	background-image: linear-gradient(90deg, rgba(114, 190, 68, 0.7) 0%, rgba(175, 207, 153, 0.7) 100%), url(banner-bg.jpeg) !important;
	padding: 55px 100px 62px;
}

.header__banner h1 {
	font-size: 47px;
	color: #231F20;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 300;
}

.main {
	padding-top: 3rem;
}

.sidebar {
	margin-right: 3rem;
}