.poupanca-kids-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}

.poupanca-kids-description {
    max-width: 800px;
    margin-top: 300px !important;
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    padding-bottom: 50px;
}

.poupanca-kids-internal-class {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 25px;
    flex: 1 1 250px;
    box-sizing: border-box;
    text-align: center;
    max-width: 375px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.poupanca-kids-internal-class h3 {
    color: #ff0000;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.content_sub_title:has(.poupanca-kids-wrapper) {
    width: 100%;
    margin: 0 auto !important;
    padding: 0 50px !important;
}

.poupanca-kids-cta-container {
    width: 100%;
    text-align: center;
    margin-top: 24px;
}

.poupanca-kids-cta-button {
    display: inline-block;
    background-color: #ff0000;
    color: #ffffff !important;
    padding: 12px 24px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 600;
}

.content_title_container:has(.poupanca-kids-wrapper) {
    margin-bottom: 0;
    padding-bottom: 0;
}

.alternate_img_text_container:has(.poupanca-kids-footercards-ujh9lkio0867) {
    margin: 0 auto !important;
}

@media screen and (max-width: 992px) {
    .poupanca-kids-description {
        margin-top: 0 !important;
    }
}