The store will not work correctly when cookies are disabled.
Your Heading
Your paragraph text here
Your H2 Heading
Section Heading
Section text here
Your H2 Heading
Section Heading
Section text here
Your H2 Heading
Section Heading
Section text here
.main-banner {
display: flex;
width: 100%;
}
.banner-left {
display: flex;
width: 66.66%;
background-image: url('your-url-here'); /* replace with your image URL */
background-size: cover;
}
.image-container {
width: 33.33%;
}
.text-container {
width: 66.66%;
}
.banner-right {
width: 33.33%;
}
.column-container {
display: flex;
}
.left-column {
width: 50%;
}
.right-column {
width: 50%;
}
.mailing-list {
width: 100%;
height: /* adjust as needed */;
}