.cta-reduza-seus-gastos {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10%;
    padding-right: 10%;
    height: 50vh;
    background-image: url('../../../images/cta/bannerCta.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
   
}

*{
    text-decoration: none;
    
}

.box-cta{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.title-cta{
    font-size: 2.5rem;
    text-align: center;
    color: #FFF;
    line-height: 120%;
}
.description-cta{
    font-size: 0.8rem;
    color: #FFF;
}
.box-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2%;
    width: 100%;
    gap: 2%;
}
.box-buttons > button{
    padding: 0.8%;
    color: #FFF;
    border: 0;
    border-radius: 100px;
    width: 20%;
    font-size: 16px;
}
.box-buttons > button > a{
    text-decoration: none;
        color: #FFF;
}

.button-two{
    background-color: #000;
}
.button-two:hover{
    background-color: #0074ff;
    transition: 0.5s;
    color: #FFF;
}
.button-one{
    display: flex;
    justify-content: center;
    padding: 0.8%;
    background-color: #0074ff;
    border-radius: 100px;
    width:20%;
}
.button-one > button{
    border: none;
    background-color: rgba(0, 115, 255, 0);
    color: #FFF;
}
.button-one:hover{
    background-color: #000;
    transition: 0.5s;
    color: #FFF;
}

button{
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .cta-reduza-seus-gastos{
        height: 55vh;
        background-image: url('../../../images/cta/mobile.svg');
        padding-left: 10%;
        padding-right: 10%;
    }
    .title-cta{
        font-size: 1.9rem;
        line-height: 40px;
        text-align: left;
        width: 100%;
    }
    .description-cta{
        font-size: 16px;
    }

    .button-one{
        width: 100%;
        padding: 0%;
    }
    .button-one > button{
        width: 100%;
        padding: 3%;
    }

    .box-buttons{
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding-top: 15px;
    }
    .box-buttons > button{
       width: 100%;
       padding: 3%;
       
    }
    .box-buttons > button > a{
        text-decoration: none;
        color: #FFF;
     }
    
}

@media (max-width: 400px) {
    .cta-reduza-seus-gastos{
        padding-top: 10%;
        padding-bottom: 10%;
        height: 95vh;
    }
}
@media (max-width: 667px) {
    .cta-reduza-seus-gastos{
        padding-top: 10%;
        padding-bottom: 10%;
        height: 95vh;
    }
}