diff --git a/web/components/src/Accordion/Item.tsx b/web/components/src/Accordion/Item.tsx
index d2a12c27b..54d69b8df 100644
--- a/web/components/src/Accordion/Item.tsx
+++ b/web/components/src/Accordion/Item.tsx
@@ -1,9 +1,5 @@
-import styled from 'styled-components'
import { AccordionItem } from '@chakra-ui/react'
-const StyledItem = styled(AccordionItem)`
- border-bottom: 1px solid var(--grey-40);
-`
export type AccordionItemProps = {
id: number
children: React.ReactNode
@@ -11,8 +7,8 @@ export type AccordionItemProps = {
export const Item = ({ id, children, ...rest }: AccordionItemProps) => {
return (
-
{intl.formatMessage({
id: 'career_fair_form_visit_equinor_helper_text',
defaultMessage:
'Please be aware that we only offer visits to a few selected locations. Please specify your preferred location and we will revert to you as soon as we can.',
})}
-