@media (min-width: 768px) {
#PageMain h1 {font-size: 8rem!important;
}
.hero-section {
 min-height: 450px;
 display: flex;
 justify-content: center;
 align-items: center;
 background-position: bottom !important;
}
}

.hero-section {
background-position: bottom !important;
}

.hero-section .editContent {
padding: 0 !important;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.2-col-center {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.2-col-center:nth-child(2) {
text-align: right;
}






