/**
 * Base Styles
 * - 01 - Foundation
 * - 02 - Utilities
 * - 03 - Framework
 * - 04 - Settings
 */
/*------------------------------------*\
  01 - Foundation
\*------------------------------------*/
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*------------------------------------*\
  02 - Utilities
\*------------------------------------*/
/*------------------------------------*\
  03 - Framework
\*------------------------------------*/
/*------------------------------------*\
  04 - Settings
\*------------------------------------*/
/**
 * Colors
 * - 01 - Variables
 * - 02 - Mapping
 */
/*------------------------------------*\
  01 - Variables
\*------------------------------------*/
/*------------------------------------*\
  02 - Mapping
\*------------------------------------*/
@font-face {
  font-family: 'Outfit';
  src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Regular.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-ExtraLight.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-ExtraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal; 
}

@font-face {
  font-family: 'Outfit';
  src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Light.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-SemiBold.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-SemiBold.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Bold.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

/******* End Drupal Defaults *******/
.paragraph--type--text-grid {
  max-width: 1380px;
  margin: 0 auto;
  padding: 30px 0;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--text-grid {
    padding: 50px 0;
  }
}

.paragraph--type--text-grid .l-container {
  max-width: 1380px;
  display: flex;
  margin: 0 auto;
  padding: 0 20px;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--text-grid .l-container {
    gap: 50px;
    flex-wrap: nowrap;
  }
}

.paragraph--type--text-grid .l-container .text-grid .text-item{
  margin-top: 20px;
  grid-template-columns: 1fr;
  display: grid;
  gap: 40px;
  justify-items: center;
  align-items: start;
}

@media print, screen and (min-width: 40em) {
  .paragraph--type--text-grid .l-container .text-grid .text-item {
    grid-template-columns: 1fr 1fr; 
    gap: 60px;
  }
}

.paragraph--type--text-grid .l-container .text-grid .text-item .field--name-field-text-01 {
  color: var(--Primary-Black, #000);
  font-feature-settings: 'clig' off, 'liga' off;
  text-align: left;
  /* Desktop/Header/H1 */
  font-family: Outfit;
  font-size: clamp(24px, 3vw, 40px);
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 36.4px */
  letter-spacing: 0.45px;
  margin-bottom: 15px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--text-grid .l-container .text-grid .text-item .field--name-field-text-01 {
    margin-bottom: 20px;
  }
}
.paragraph--type--text-grid .l-container .text-grid .text-item .field--name-field-text-01 p:before {
  content: '';
  display: block;
  background: #FF850F;
  margin: 3px 0px;
  width: 60px;
  height: 1px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--text-grid .l-container .text-grid .text-item .field--name-field-text-01 p:before {
    margin: 0 0 3px 0;
    width: 80px;
    height: 1px;
  }
}

.paragraph--type--text-grid .l-container .text-grid .text-item .field--name-field-text {
  color: var(--Primary-Black, #000);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Outfit;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 250;
  line-height: 150%;
  letter-spacing: 0.4px;
  text-align: left;
  margin-bottom: 0px;
  width: 100%;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--text-grid .l-container .text-grid .text-item .field--name-field-text {
    text-align: left;
    /*margin-bottom: 50px;*/
  }
}


/*# sourceMappingURL=text-grid.css.map*/