.tabsScroll a {
    text-decoration: none;
}

.modal section {
    display: flex;
    flex-direction: column;
}

.img-bradesco-modal {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.img-bradesco-modal img {
    position: unset;
}

@media only screen and (max-width: 479px) {
    .tipoPag {
        width: 100% !important;
    }
}