.container-feature {
    width: 144rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-feature {
    width: 144rem;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
    align-items: center;
    gap: 9.6rem;
}

@media (max-width:430px) {
    .container-feature {
        width: 100vw;
    }

    .content-feature {
        width: 144rem;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 3.2rem 1.6rem  0rem 1.6rem;
        align-items: center;
        gap: 0rem;
    }
}