@npm_leadtech/legal-lib-components 2.11.3 → 2.11.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3984,3 +3984,16 @@ html[data-theme='uslawdistricts'] {
3984
3984
  line-height: 42px;
3985
3985
  letter-spacing: -0.3px;
3986
3986
  margin: 1rem 0; }
3987
+
3988
+ .experts-section {
3989
+ display: flex;
3990
+ justify-content: center;
3991
+ flex-direction: column; }
3992
+ .experts-section__title {
3993
+ font-family: Lora;
3994
+ font-size: 32px;
3995
+ font-weight: 400;
3996
+ line-height: 42px;
3997
+ letter-spacing: -0.3px;
3998
+ text-align: center;
3999
+ margin-bottom: 3rem; }
@@ -4,3 +4,4 @@ export * from './TryOurFreeLegalBlogsSection';
4
4
  export * from './AboutUsSection';
5
5
  export * from './GuidelinesSection';
6
6
  export * from './AsSeeInSection';
7
+ export * from './ExpertsSection';