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

.header .links {
	display: flex;
	justify-content: end;
	gap: 1rem;
}

*{
margin: 0;
padding:0;
}

.hero{
 background: url("https://wallpapers.com/images/hd/awesome-football-azlsf3dy226e74jm.jpg");
 background-size:cover;   
  height: 500px;
   
  
  
  
  
}
* {
	margin: 0px;
	padding: 0px;
	font-family: "Jost", sans-serif;
}

.wrapper {
	padding: 2rem 2rem;
}

.heading {
	text-transform: uppercase;
	margin-bottom: 2rem;
}

.heading p {
	color: #232323;
}

.heading h1 {
	font-weight: 800;
	font-size: 2.5rem;
	color: #9e2222;
}

.grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2rem;
}

.card {
	width: 100%;
	background: #f5f5f5;
	border-radius: 10px;
	overflow: hidden;
}

.content {
	padding: 20px;
}

.content h2 {
	padding-bottom: 0.5rem;
	text-transform: uppercase;
}

.content p {
	padding-bottom: 1.5rem;
}

.content a {
	padding: 6px 20px;
	background: #9e2222;
	border-radius: 10px;
	color: white;
	text-transform: uppercase;
}

.img-container {
	width: 100%;
	height: 150px;
	display: flex;
	align-items: end;
	overflow: hidden;
}

.img-container img {
	width: 100%;
	height: auto;
}

/* qb.html */

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

.qb .header .links {
	display: flex;
	justify-content: end;
	gap: 1rem;
}

*{
margin: 0;
padding:0;
}

.qb .hero{
 background: url("https://media.istockphoto.com/id/868560768/photo/american-football-player-man-isolated.jpg?s=612x612&w=0&k=20&c=Aswrq0-kJxSI05gDGudk_Pl3r2gM4w01cCk-NOPGDj4=");
 background-size:cover;   
  height: 500px;
   
  
  
  
  
}


.qb .wrapper {
	padding: 2rem 2rem;
}

.qb .heading {
	text-transform: uppercase;
	margin-bottom: 2rem;
}

.qb .heading p {
	color: #232323;
}

.qb .heading h1 {
	font-weight: 800;
	font-size: 2.5rem;
	color: #9e2222;
}

.qb .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2rem;
}

.qb .card {
	width: 100%;
	background: #f5f5f5;
	border-radius: 10px;
	overflow: hidden;
}

.qb .content {
	padding: 20px;
}

.qb .content h2 {
	padding-bottom: 0.5rem;
	text-transform: uppercase;
}

.qb .content p {
	padding-bottom: 1.5rem;
}

.qb .content a {
	padding: 6px 20px;
	background: #9e2222;
	border-radius: 10px;
	color: white;
	text-transform: uppercase;
}

.qb .img-container {
	width: 100%;
	height: 150px;
	display: flex;
	align-items: end;
	overflow: hidden;
}

.qb .img-container img {
	width: 100%;
	height: auto;
}

/* wr.html */

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

.wr .header .links {
	display: flex;
	justify-content: end;
	gap: 1rem;
}

*{
margin: 0;
padding:0;
}

.wr .hero{
 background: url("https://media.gettyimages.com/id/529662610/photo/football-player-runs-with-the-ball.jpg?s=612x612&w=gi&k=20&c=SGk4YtUdpbg1nVVK26-g_8ieJ2LvA1UZ5htAlDe1Z-I=");

 background-size: cover;   
  height: 500px;
   
  
  
  
  
}
* {
	margin: 0px;
	padding: 0px;
	font-family: "Jost", sans-serif;
}

.wr .wrapper {
	padding: 2rem 2rem;
}

.wr .heading {
	text-transform: uppercase;
	margin-bottom: 2rem;
}

.wr .heading p {
	color: #232323;
}

.wr .heading h1 {
	font-weight: 800;
	font-size: 2.5rem;
	color: #9e2222;
}

.wr .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2rem;
}

.wr .card {
	width: 100%;
	background: #f5f5f5;
	border-radius: 10px;
	overflow: hidden;
}

.wr .content {
	padding: 20px;
}

.wr .content h2 {
	padding-bottom: 0.5rem;
	text-transform: uppercase;
}

.wr .content p{
	padding-bottom: 1.5rem;
}

.wr .content a {
	padding: 6px 20px;
	background: #9e2222;
	border-radius: 10px;
	color: white;
	text-transform: uppercase;
}

.wr .img-container {
	width: 100%;
	height: 150px;
	display: flex;
	align-items: end;
	overflow: hidden;
}

.wr .img-container img {
	width: 100%;
	height: auto;
}



/* rb.html */

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

.rb .header .links {
	display: flex;
	justify-content: end;
	gap: 1rem;
}

*{
margin: 0;
padding:0;
}

.rb .hero{
 background: url("https://media.gettyimages.com/id/529662610/photo/football-player-runs-with-the-ball.jpg?s=612x612&w=gi&k=20&c=SGk4YtUdpbg1nVVK26-g_8ieJ2LvA1UZ5htAlDe1Z-I=");

 background-size:cover;   
  height: 500px;
   
  
  
  
  
}
* {
	margin: 0px;
	padding: 0px;
	font-family: "Jost", sans-serif;
}

.rb .wrapper {
	padding: 2rem 2rem;
}

.rb .heading {
	text-transform: uppercase;
	margin-bottom: 2rem;
}

.rb .heading p {
	color: #232323;
}

.rb .heading h1 {
	font-weight: 800;
	font-size: 2.5rem;
	color: #9e2222;
}

.rb .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2rem;
}

.rb .card {
	width: 100%;
	background: #f5f5f5;
	border-radius: 10px;
	overflow: hidden;
}

.rb .content {
	padding: 20px;
}

.rb .content h2 {
	padding-bottom: 0.5rem;
	text-transform: uppercase;
}

.rb .content p {
	padding-bottom: 1.5rem;
}

.rb .content a {
	padding: 6px 20px;
	background: #9e2222;
	border-radius: 10px;
	color: white;
	text-transform: uppercase;
}

.rb .img-container {
	width: 100%;
	height: 150px;
	display: flex;
	align-items: end;
	overflow: hidden;
}

.rb .img-container img {
	width: 100%;
	height: auto;
}

