.classic.mainContent h2:after {
    width: 70px;
    height: 3px;
    background: transparent linear-gradient(90deg, #E1173F 0%,  #2B469C 100%) 0% 0% no-repeat padding-box;
}
.classic.mainContent h3:after {
    width: 70px;
    height: 3px;
    background: transparent linear-gradient(90deg, #E1173F 0%,  #2B469C 100%) 0% 0% no-repeat padding-box;
}
.classic.mainContent h3 {
    font-size: 16px;
    font-weight: 700 !important;
    font-family: 'Bradesco', sans-serif;
}

.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: transparent linear-gradient(90deg, rgb(201, 0, 77) 0%,  rgb(161, 0, 175) 100%) 0% 0% no-repeat padding-box;
    display: flex;
    justify-content: center;
    align-items: center;  
    margin-bottom: 50px;      
}

.qr-code::after {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background: url('/assets/pessoajuridica/img/canais-digitais/grafismo1.png') no-repeat;
}

.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;
}