.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}

div[class*="global_"] {
    display: none;
}

.global_3191,
.global_18862 {
    display: block !important;
}

.home-right-header {
display: flex;
flex-flow: row wrap-reverse;
gap: 15px;
}

.home-right-header h2,
.home-right-header img {
max-width: 47%;
}

@media (max-width: 800px) {
.home-right-header {
justify-content: center;
}

.home-right-header h2,
.home-right-header img {
max-width: 85%;
}

}