.sidebar_{
    width: 100%;
}
.encontre-veiculo {
    border: 1px solid #DCDCDC;
    padding: 2rem 5%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem auto;
    position: initial !important;
    width: 100% !important;
}
.encontre-veiculo h2{
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: bold;
    color: var(--secundary_color);
}

.encontre-veiculo-msg{
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}
.encontre-veiculo-msg .box-whatsapp{
    width: 100%;
    max-width: 400px;
}
.box-msg{
    display: flex;
    align-items: center;
    gap: 1rem;
}

.box-msg svg{
    width: 40px;
    height: 40px;
    color: #787677;
}
.box-msg p{
    width: 100%;
    max-width: 700px;
    color: var(--secundary_color);
}
.svg-branco{
    color:#FFF !important;
}

@media screen and (max-width: 768px){
    .encontre-veiculo-msg{
        flex-direction: column;
    }
    .encontre-veiculo h2{
        text-align: center;
    }
}