.main-container {
    max-width: 1440px;
    margin: 0 auto;
}
.announcements {
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    background-color: #d8e8e3;
}

.announcements span {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    max-width: 60%;
    text-align: center;
    font-size: 19px;
    line-height: 1.75px;
    font-weight: 500;
}

.left-right-section {
    display: flex;
    margin-bottom: 32px;
}

.left-right-section .text {
    width: 50%;
    color: #1e3932;
    padding: 32px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f1f8f6;
}

.left-right-section .image {
    width: 50%;
}

.left-right-section .image img {
    width: 100%;
}

.text h1, .text h3 {
    margin: 0;
    font-weight: 400;
}

.text h1 {
    margin-bottom: 24px;
    text-align: center;
}

.text h3 {
    margin-bottom: 32px;
    font-size: 19px;
    text-align: center;
}

.text a {
    padding: 7px 16px;
    border: 1px solid;
    border-radius: 50px;
    color: #1e3932;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.text a:hover {
    padding: 7px 48px;
    color: #f11a0b;
    background-color: rgba();
}

.ebooks .text h1 {
    font-weight: 700;
    line-height: 1.2;
    font-size: 40px;
}

.ebooks .text h3 {
    line-height: 1.5;
}

.downloads-support {
    display: flex;
}

.top-bottom-section {
    width: 50%;
    display: flex;
    margin-bottom: 32px;
}

.section-container {
    display: flex;
    flex-direction: column;
}

.top-bottom-section .image {
    width: 100%;
}

.top-bottom-section .image img {
    width: 100%;
}

.top-bottom-section .text{
    display: flex;
    flex-direction: column;
}

.cta-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bottom-section:first-child {
    margin-right: 16px;
}

.top-bottom-section:last-child {
    margin-left: 16px;
}

.top-bottom-section .image {
    display: flex;
}

.top-bottom-section .text {
    background-color: #d4e9e2;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 32px;
    padding-top: 16px;
    color: #1e3932;
    flex-grow: 1;
    font-size: 16px;
}

.top-bottom-section .text h1 {
    font-size: 24px;
    font-weight: 400;
}

.top-bottom-section .text h3 {
    font-size: 19px;
    line-height: 1.75;
}

.error {
    text-align: center;
    padding: 20px;
}

.error a {
    color: black;
    text-transform: uppercase;
}

.error a:hover {
    color: red;
    text-transform: uppercase;
}

.contact-us a {
    color: white;
}