@media only screen and (max-width: 600px) {
    .button {
        width: 100%;
        text-align:center;
    }
}
    
/* homepage hero */
.block_a70abfdbba8740eaa649eebd1ea594ee p {
    padding-bottom: 0;
}

.button {
    padding: 15px 40px 15px 40px;
}

/* Equalize Simple List Blocks - Pin Buttons to Bottom*/
.items_f029cda004174c1f89906e6fe0749026 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
.items_f029cda004174c1f89906e6fe0749026 > .item {
	display: flex;
	flex-direction: column;
    position: relative;
}
.items_f029cda004174c1f89906e6fe0749026 > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px; 
}
.items_f029cda004174c1f89906e6fe0749026 > .item p {
    margin-bottom: 80px;
}

/* footer nav */
.footerContent a {
    text-decoration: none !important;
}
/* Responsive Hero Styling */