body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #E8F5E9;
}

.container, .page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    background-color: #E8F5E9;
}

.logo {
    font-weight: bold;
    font-size: 24px;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #388E3C;
}

.center-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    max-height: 400px;
    overflow: hidden;
}

.center-image img {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
}

.cta-button {
    background-color: #388E3C;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
}

.hero-rectangle {
    width: 100%;
    height: 200px;
    background-color: #A5D6A7;
    margin-bottom: 40px;
}

.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
}

.hero-text {
    width: 60%;
}


.hero-image {
    width: 45%;
}

h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
}

.section {
    margin-bottom: 60px;
}

.grey-box {
    background-color: #C8E6C9;
    margin-bottom: 20px;
}

.two-column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.two-column .content {
    width: 55%;
    padding-right: 5%;
}

.two-column .image {
    width: 40%;
}

.hero-image, .section-image, .image {
    width: 40%;
    max-height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image img, .section-image img, .image img {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
}

.main-image {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.thumbnail {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-right: 20px;
    flex-shrink: 0;
}

.search-results article {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
}

.search-results article:last-child {
    border-bottom: none;
}

.thumbnail-article {
    display: flex;
}

.content {
    flex-grow: 1;
}

.search-results h2 a {
    color: #2E7D32;
    text-decoration: none;
}

.search-results p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 20px;
}

.enhanced-brand, .marketing-potential, .acquisition-opportunity {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
}

.section-content {
    width: 60%;
}

.image-right {
    order: 2;
}

.image-left {
    order: -1;
}

.image-center {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-center img {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
}

.acquisition-opportunity {
    flex-direction: column;
}

.acquisition-opportunity .section-content {
    width: 100%;
}

footer {
    background-color: #1B5E20;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
}

.bottom-cta {
    text-align: center;
    margin-top: 40px;
}


.final-cta p {
    margin-bottom: 20px;
    font-size: 18px;
}

.hero-content,
.enhanced-brand,
.marketing-potential {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.section-content,
.hero-text {
    width: 55%;
}

.section-image,
.hero-image {
    width: 40%;
}

.section-image img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
}

.marketing-potential .section-image {
    order: -1;
}

.acquisition-opportunity {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.acquisition-opportunity .section-content {
    width: 100%;
    margin-bottom: 30px;
}

.acquisition-opportunity .section-image {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}



