/* Minification failed. Returning unminified contents.
(11,30): run-time error CSS1034: Expected closing parenthesis, found ','
(11,30): run-time error CSS1042: Expected function, found ','
(11,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
.page-header {
  background-image: url('/assets/Images/backgrounds/why-concrete-background.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding-top: 5vh;
  height: auto;
}

.main-container {
  background-color: rgb(0,0,0,0.5);
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 10px 60px;
  box-shadow: 1px 1px 7px 3px #27272761;
}

.main-container p {
  font-size: 16px;
  color: white;
}

.main-container h3 {
  font-weight: 600;
}

hr.hr-cmaa {
  height: 1px;
  width: 100%;
  background: #6dba3d;
  background: linear-gradient(to right, #6dba3d 0%, #bafb91 100%);
}

.btn.btn-primary {
  color: #fff;
  background-color: #429529;
  border-color: #37602B;
  box-shadow: none;
}

