.</span></p>%0A<p><strong>Send%20us%20a%20message<br><meta%20charset=)
.page-width {
padding-top: 10px !important;
}
#egc-contact {
width: 100%;
max-height: 600px;
object-fit: cover;
object-position: top;
}
main {
display: flex;
flex-direction: row-reverse;
gap: 32px;
justify-content: center;
}
.main-page-title {
text-align: center;
margin: 20px 0 20px;
}
@media only screen and (max-width: 767px) {
main {
flex-direction: column;
gap: 0;
padding: 0 20px;
}
}
.contact__button {
margin-top: 0 !important;
}
document.addEventListener('DOMContentLoaded', function() {
// Your script code here, all DOM elements are available
document.querySelector(".rte.scroll-trigger.animate--slide-in").after(document.querySelector(".contact"));
document.querySelector('main .shopify-section').after(document.querySelector("#toMoveEGC"));
document.querySelector('main').before(document.querySelector('#egc-contact'))
document.querySelector('main').before(document.querySelector('.main-page-title'))
});