/* For small devices */@media screen and (max-width: 300px) {   .dropdown__group {      padding-left: 1.5rem;   }   h2.medium {      font-family: var(--body-font), sans-serif;      font-size: 1.5rem;      line-height: clamp(1.5rem, 1.5rem, 1.75rem);      font-weight: 500;   }}