.colaudawards {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* Column One */
.colaudawardsone {
  background: #f9f9f9;
  color: black;
  height: 500px;
  }
  
.colaudawardsone img {
  margin: 0px !important;
  }
  
/* Column Two */
.colaudawardstwo {
  background: #f9f9f9;
  color: black;
  margin-left: 0px;
  height: 500px;
  }

.colaudawardstwo h2 {
  border-bottom: 6px solid #87735d; color: black;
  }
  
 .audawardscontent {
  height: 500px;
  display: flex;
  flex-direction: column;   /* stack h2 and p vertically */
  justify-content: center;  /* vertical centering */
  align-items: center;      /* horizontal centering */
  text-align: center;
  padding: 10px;
  }
  
/* Promotional content changes */

.widget--investment-opportunities {
	background: none !important;
}

.investment-opportunities__link:hover {
	opacity: .8 !important;
	text-decoration: none !important;
}

.widget__heading {
	display: none;
}

.investment-opportunities__content {
    margin-top: 0px !important;
    width: 100% !important;
	background-color: #755f47 !important;
	color: #f9f8eb !important;
	border: none !important;
}

.investment-opportunities__content:hover {
	background-color: #c29e76 !important;
}

.investment-opportunities__heading {
	text-align: center;
	color: #f9f8eb !important;
}

.investment-opportunities__description {
	text-align: center;
}

@media only screen and (max-width: 1024px) {
.colaudawardsone {
  background: #f9f9f9;
  color: black;
  height: 700px;
    display: flex;
  flex-direction: column;   /* stack h2 and p vertically */
  justify-content: center;  /* vertical centering */
  align-items: center;      /* horizontal centering */
  text-align: center;
  }


.colaudawardsone img {
  margin: 0px !important;
}

	
.colaudawardstwo {
  background: #f9f9f9;
  color: black;
  margin-left: 0px;
  height: 700px;
  }

.colaudawardstwo h2 {
  border-bottom: 6px solid #87735d; color: black;
  }
  
.audawardscontent {
  height: 700px;
  display: flex;
  flex-direction: column;   /* stack h2 and p vertically */
  justify-content: center;  /* vertical centering */
  align-items: center;      /* horizontal centering */
  text-align: center;
  padding: 10px;
  }
	
}

@media only screen and (max-width: 768px) {
	
.colaudawards {
  display: grid;
  grid-template-columns: 1fr;
}

.colaudawardsone {
  background: #f9f9f9;
  color: black;
  height: 500px;
    display: flex;
  flex-direction: column;   /* stack h2 and p vertically */
  justify-content: center;  /* vertical centering */
  align-items: center;      /* horizontal centering */
  text-align: center;
  }


.colaudawardsone img {
  margin: 0px !important;
}

	
.colaudawardstwo {
  background: #f9f9f9;
  color: black;
  margin-left: 0px;
  height: 500px;
  }

.colaudawardstwo h2 {
  border-bottom: 6px solid #87735d; color: black;
  }
  
.audawardscontent {
  height: 500px;
  display: flex;
  flex-direction: column;   /* stack h2 and p vertically */
  justify-content: center;  /* vertical centering */
  align-items: center;      /* horizontal centering */
  text-align: center;
  padding: 10px;
  }
	
}

@media only screen and (max-width: 340px) {
	
	.colaudawards {
  display: grid;
  grid-template-columns: 1fr;
}

.colaudawardsone {
  background: #f9f9f9;
  color: black;
  height: 300px;
    display: flex;
  flex-direction: column;   /* stack h2 and p vertically */
  justify-content: center;  /* vertical centering */
  align-items: center;      /* horizontal centering */
  text-align: center;
  }


.colaudawardsone img {
  margin: 0px !important;
}

	
.colaudawardstwo {
  background: #f9f9f9;
  color: black;
  margin-left: 0px;
  height: 750px;
  }

.colaudawardstwo h2 {
  border-bottom: 6px solid #87735d; color: black;
  }
  
.audawardscontent {
  height: 750px;
  display: flex;
  flex-direction: column;   /* stack h2 and p vertically */
  justify-content: center;  /* vertical centering */
  align-items: center;      /* horizontal centering */
  text-align: center;
  padding: 10px;
  }
	
}