.climate-adaptation-section {
    margin-top: 0;
    margin-bottom: 0;
}

.climate-adaptation-first {
    margin-bottom: 40px;
}

.climate-adaptation-section .content-wrapper {
    display: flex;
    width: 100%;
    gap: 5%;
    align-items: center;
}

.climate-adaptation-section .text-content {
    width: 55%;
    text-align: left;
    order: 1;
}

.climate-adaptation-section .text-content h2 {
    font-weight: bold;
    font-size: 2.5rem;
}

.climate-adaptation-section .text-content h2 span {
    color: #EE2429;
    font-weight: bold;
}

.climate-adaptation-section .text-content p {
    text-align: left;
}

.climate-adaptation-section .cta-container {
    display: flex;
    gap: 16px;
    margin-top: 20px;
    max-width: 420px;
    width: 100%;
}

.climate-adaptation-section .cta-button a {
    display: block;
    background-color: #EE2429;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

.climate-adaptation-section .cta-button a:hover {
    background-color: #c01e24;
}

.climate-adaptation-section .image-div {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 2;
}

.climate-adaptation-section .image-div img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* Responsividade */
@media only screen and (max-width: 846px) {
    .climate-adaptation-section .content-wrapper {
        flex-direction: column;
    }

    .climate-adaptation-section .text-content {
        width: 100%;
        order: 2;
    }

    .climate-adaptation-section .image-div {
        width: 100%;
        margin-bottom: 20px;
        order: 1;
    }
}

@media only screen and (max-width: 452px) {
    .climate-adaptation-section .cta-container {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }

    .climate-adaptation-section .cta-button {
        width: 100%;
        max-width: 300px;
    }
}

.content_title_container span.content_sub_title {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: none !important;
}

