.seloGPTW {
    height: 160px;
    width: 108px;
    max-width: initial;
    margin: 0 auto;
    display: block;
}

.payment-icon {
    height: 38px;
    width: 38px;
}

.container-formasPagamento {
    height: 141px;
    background: white;
    padding: 10px 17px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 9px;
    border-radius: 10px;
    margin-bottom: 30px;
}


@media (max-width: 600px) {
    .seloGPTW {
        height: 160px;
        margin-top: 2rem;
    }

    .payment-icon {
        height: 43px;
        width: 61px;
    }

    .container-formasPagamento {
        height: 151px;
        max-width: 300px;
        margin: 0 auto 30px auto;
    }
}

.seloTUV {
    height: 51px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 195px;
    display: block;
}

.parcela {
    background-color: #a1dda0;
    color: #106d0f;
    margin: 0;
    padding: 2px 12px;
    font-size: 14px;
    border-radius: 6px;
}

.buyNow {
    background-color: #03C101 !important;
    color: #fff;
    font-size: 18px;
    width: 300px;
    padding: 10px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 6px;
    margin: 0;
}

.container-columnFooter {
    display: flex;
    flex-direction: column;
}