.form {
    width: 96%;
    border-bottom:1.5px solid #d3d2d1;
}
.buscar-artigo_container {
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1.5rem;
    border-bottom: 1px #d3d2d1;
}

.buscar-artigo_container > .mb-4 {
    margin-bottom: 0 !important;
}
.termo-suffix svg {
    width: 26px !important;
    height: 26px !important;
}
@media (max-width: 768px) {
    .buscar-artigo_container {
        padding-bottom: 1rem;
        gap: 0.75rem;
    }
}