.fechamento-section-f5t2 {
    display: flex;
    flex-direction: column-reverse;
    width: calc(100% - 16px);
    max-width: 1920px;
    margin: 8px auto 32px;
    background: #ffe600;
    border-radius: 20px;
    overflow: hidden;
}

.fechamento-image-f5t2 {
    padding: 0 8px 8px;
    width: 100%;
    flex-shrink: 0;
}

.fechamento-img-f5t2 {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.fechamento-content-f5t2 {
    width: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.fechamento-headline-f5t2 {
    font-size: 32px;
    font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
    font-feature-settings: 'salt' 1, 'calt' 0;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.28px;
    color: #282834;
    margin: 0;
}

.fechamento-button-f5t2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    min-height: 40px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    background: #4850e5;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.18s ease-out;
    width: fit-content;
}

.fechamento-button-f5t2:hover {
    background: #3d44c4;
    color: #ffffff;
}

.fechamento-button-f5t2:active {
    background: #3238a3;
    color: #ffffff;
}

@media (min-width: 768px) {
    .fechamento-section-f5t2 {
        flex-direction: row;
        gap: 8px;
        padding: 8px;
        min-height: 400px;
        overflow: hidden;
    }

    .fechamento-image-f5t2 {
        flex: 0 0 calc(50% - 4px);
        box-sizing: border-box;
        padding: 0;
        height: 100%;
        border-radius: 12px;
        overflow: hidden;
        min-width: 0;
    }

    .fechamento-img-f5t2 {
        width: 100%;
        height: 100%;
        aspect-ratio: unset;
        border-radius: 0;
        object-fit: cover;
        object-position: center top;
    }

    .fechamento-content-f5t2 {
        flex: 0 0 calc(50% - 4px);
        box-sizing: border-box;
        height: 100%;
        min-width: 0;
        background: #ffe600;
        border-radius: 12px;
        padding: 24px 48px 24px 24px;
        gap: 0;
        justify-content: space-between;
    }

    .fechamento-headline-f5t2 {
        font-size: 40px;
        letter-spacing: -1.6px;
    }
}

@media (min-width: 1024px) {
    .fechamento-section-f5t2 {
        flex-direction: row;
        gap: 8px;
        padding: 8px;
        height: calc(100vh - 68px);
        min-height: 600px;
        overflow: hidden;
    }

    .fechamento-image-f5t2 {
        flex: 0 0 calc(50% - 4px);
        box-sizing: border-box;
        padding: 0;
        height: 100%;
        border-radius: 12px;
        overflow: hidden;
        min-width: 0;
    }

    .fechamento-img-f5t2 {
        width: 100%;
        height: 100%;
        aspect-ratio: unset;
        border-radius: 0;
        object-fit: cover;
        object-position: center top;
    }

    .fechamento-content-f5t2 {
        flex: 0 0 calc(50% - 4px);
        box-sizing: border-box;
        height: 100%;
        min-width: 0;
        background: #ffe600;
        border-radius: 12px;
        padding: 32px 80px 40px 40px;
        gap: 0;
        justify-content: space-between;
    }

    .fechamento-button-f5t2 {
        min-height: 48px;
        padding: 14px 24px;
        font-size: 16px;
    }
}

@media (min-width: 1280px) {
    .fechamento-headline-f5t2 {
        font-size: 72px;
        letter-spacing: -2.88px;
    }
}

@media (min-width: 1920px) {
    .fechamento-headline-f5t2 {
        font-size: 100px;
    }
}
