
#cotacao{
    margin: 10px 0px 40px 0px;
}

#cotacao h1{
    text-align: center;
    font-size: 48px;
    line-height: 48px;
}

.cotacao__text{
    margin: 20px 0px;
    width: 100%;
    
}


.cotacao__frame{
    display: flex;
    justify-content: center;
    align-items: center;
}

.title_auto{
    background: url(../images/banner_cotacao.webp);
    width: 100%;
    background-size: cover;
    background-position: left center;
    position: relative;
    z-index: 1;
}

@media screen and (max-width:502px){
    .title_auto{
        background-position: 60%;
    }
}