section.mainContent div.row.solucoes-integradas h3 {
    font-size: 16px;
    font-weight: 700 !important;
    font-family: 'Bradesco', sans-serif;
    text-align: center;
    margin-bottom: 20px;
}
.mainContent .solucoes-integradas hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 2px solid #194559;
    padding: 0;
    width: 50px;
    margin: 0 auto;
}
.servicos {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.servicos div {
    width: 45%;
    margin: 0 20px 20px 0;
    border: 1px solid #ccc;
    font-size: 0.8rem;
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-color: #fff;
}

.servicos div img {
    margin: 0 20px 0 0;
}

@media screen and (max-width: 768px) {
    .servicos {
        flex-direction: column;
        align-content: center; 
    }
    .servicos div {
        width: 90%;
        margin: 0 0 10px 0;
    }
}

.celular {
    display: flex;
    justify-content: center;
}

.celular img {
    width: 80%;
    margin-bottom: 50px;
}

.qr-code {
    width: 100%;
    padding: 30px 15px;
    background: #335973;
    display: flex;
    justify-content: center;
    align-items: center;  
    margin-bottom: 50px;      
}


.qr-code img {
    background-color: #fff;
    margin-right: 20px;    
}

.qr-code span {
    color: #fff;
    width: 300px;
}

.planos img {
    width: 33px;
}

.baixar-app span {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;

}

.baixar-app {
    flex-direction: column;
}

.qr-code::after {
    height: auto;
}

.btn__corporate_solid {
    background: #80a7b6;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    height: 42px;
    font-family: "Montserrat" sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    padding: 0 20px 0 0;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #FFF !important;
    cursor: pointer;
}

.btn__corporate_solid::before {
    content: "";
    margin: 0 10px 0 20px;
    white-space: nowrap;
    position: relative;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 50% 50%;
    width: 10px;
    height: 15px;
    background-image: url(/assets/classic/img/produtos-servicos/mais-produtos-servicos/regularizacao/icon-read-more-white.png) !important;
}