p {
  font-size:18px;
}



.gaco-container {
  padding:0 8%;
}

.gaco-card-container {
  padding:0 20px;
  text-align:center;
}

.gacoButton {
        margin-top:20px;
	background-color:#dda882;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.gacoButton:hover {

	background-color:#EBB28A;
}
.gacoButton:active {
	position:relative;
	top:1px;
}

.hero-content {
  max-width:600px;
  color:white;
}

.side-lines{
    display:flex;
    justify-content:center;
}


.side-lines h2{
    position:relative;
    display:inline-block;
    color:black;
    padding:20px 0;
}
.side-lines h2::before {
    content: '';
    position:absolute;
    display:block;
    height:100%;
    background: white;
    left:-20px;
    right:-20px;
    z-index: -1;
}
.side-lines h2::after {
    content: '';
    position:absolute;
    display:block;
    width:60vw;
    height:2px;
    background: black;
    left: 50%;
    top:50%;
    transform: translateX(-50%);
    z-index:-2 ;
}

.gaco-card-container {
  background-image:url("/imageserver/Reusable/gaco2021/structure.jpg");
background-repeat:no-repeat;
background-size:cover;
padding:30px 0;
}

.gaco-card {
  text-align:center;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  max-width:300px;
  margin-bottom:10px;
  padding: 5px;
  background-color:white;
}


.gaco-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}


.card-container {
  padding: 2px 16px 10px 16px;
}