svg:not([height]) {
min-height: unset;
}
svg:not([width]) {
min-width: unset;
}
.mega__rechtsgebiete__arrow,
.mega__rechtsgebiete__sub-link__arrow,
.home__rechtsgebiete__arrow,
.home__rechtsgebiete__subtopic__arrow,
.law__topic__arrow,
.lawyer__schwerpunkt__arrow,
.rechtsgebiete__arrow,
.lawyer__gridItem__arrow,
.rechtsgebiete__subtopic__arrow {
display: none !important;
}
.lawyer__gridItem__info {
flex-direction: column !important;
}
@media (min-width: 1024px) {
.mega__rechtsgebiete__link,
.home__rechtsgebiete__category,
.rechtsgebiete__category {
justify-content: center !important;
column-gap: 15px;
}
.mega__rechtsgebiete__title,
.home__rechtsgebiete__title,
.rechtsgebiete__title {
flex-grow: 0 !important;
width: auto !important;
}
}