@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Playfair+Display&family=Yeseva+One&display=swap');
@import url("/templates/global.css");
.t-primary-bgcolor {
	background-color: #12229C;
}

a {
	color: #12229C;
}

body {
	background-color: #fff;
}

.container {
	width: 1100px;
}

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

.header__logo {
	display: grid;
	grid-template-columns: 1fr;
	place-items: center;
}

.header__logo:hover {
	text-decoration: none;
}
.header__logo img {
	max-height: 120px;
	width: auto;
}

.header__logo span {
	font-family: "Playfair Display", serif;
	font-size: 42px;
	color: #000;
}

.header__contact {
	font-family: "Open Sans", sans-serif;
	font-family: 16px;
	top: 37px;
	line-height: 30px;
}

.header-wrapper::after {
	height: 160px;
	content: "Bidding Opportunities";
	display: grid;
	background-image: url(header-bg.jpg);
	background-size: cover;
	place-items: center;
	color: #fff;
	font-size: 64px;
	font-family: "Yeseva One", serif;
}

.main {
	padding: 2rem 1.5rem;
}

.sidebar {
	margin-right: 2rem;
}