.elementor-176 .elementor-element.elementor-element-3e3be67{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-176 .elementor-element.elementor-element-3e3be67:not(.elementor-motion-effects-element-type-background), .elementor-176 .elementor-element.elementor-element-3e3be67 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B1304;}.elementor-176 .elementor-element.elementor-element-1daccee{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-176 .elementor-element.elementor-element-1daccee:not(.elementor-motion-effects-element-type-background), .elementor-176 .elementor-element.elementor-element-1daccee > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B1304;}.elementor-176 .elementor-element.elementor-element-11cd86e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-176 .elementor-element.elementor-element-11cd86e:not(.elementor-motion-effects-element-type-background), .elementor-176 .elementor-element.elementor-element-11cd86e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B1304;}.elementor-176 .elementor-element.elementor-element-d179c65{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-176 .elementor-element.elementor-element-d179c65:not(.elementor-motion-effects-element-type-background), .elementor-176 .elementor-element.elementor-element-d179c65 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B1304;}.elementor-176 .elementor-element.elementor-element-a17fabd{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-176 .elementor-element.elementor-element-a17fabd:not(.elementor-motion-effects-element-type-background), .elementor-176 .elementor-element.elementor-element-a17fabd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B1304;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-176 .elementor-element.elementor-element-1b61409{text-align:center;}.elementor-176 .elementor-element.elementor-element-1b61409 .elementor-heading-title{font-family:"Space Grotesk", Sans-serif;font-size:40px;font-weight:400;color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-176 .elementor-element.elementor-element-bf22ea7{padding:0px 0px 0px 0px;text-align:center;font-family:"Space Grotesk", Sans-serif;font-size:18px;font-weight:400;color:#FFFFFF;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-176 .elementor-element.elementor-element-756806f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-176 .elementor-element.elementor-element-3e3be67{--content-width:1350px;}.elementor-176 .elementor-element.elementor-element-1daccee{--content-width:1350px;}.elementor-176 .elementor-element.elementor-element-11cd86e{--content-width:1350px;}.elementor-176 .elementor-element.elementor-element-d179c65{--content-width:1350px;}.elementor-176 .elementor-element.elementor-element-a17fabd{--content-width:1350px;}}/* Start custom CSS for html, class: .elementor-element-301e13e *//* =========================================================
VARIABLES
========================================================= */

:root {
  --fuel-white: #ffffff;
  --fuel-text: rgba(255, 255, 255, 0.88);
  --fuel-green: #71a900;

  --fuel-font: "Space Grotesk", sans-serif;
}


/* =========================================================
RESET
========================================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  width: 100%;
  min-height: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  color: var(--fuel-white);

  font-family: var(--fuel-font);
}


/* =========================================================
SECTION
========================================================= */

.fuel-solutions {
  width: 100%;
  min-height: 847px;

  background: var(--fuel-bg);

  display: flex;
  align-items: center;
}


/* =========================================================
MAIN CONTAINER
1200px DESKTOP CONTENT WIDTH
========================================================= */

.fuel-solutions__container {
  width: 1200px;
  max-width: calc(100% - 80px);

  margin: 0 auto;

  display: grid;

  grid-template-columns: 570px minmax(0, 590px);

  column-gap: 40px;

  align-items: center;
}


/* =========================================================
IMAGE
========================================================= */

.fuel-solutions__image {
  width: 570px;
  height: 491px;

  overflow: hidden;

  background: #26301a;
}

.fuel-solutions__image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
  object-position: center center;
}


/* =========================================================
CONTENT
========================================================= */

.fuel-solutions__content {
  width: 100%;
  max-width: 590px;

  padding-top: 1px;
}


/* =========================================================
HEADING
========================================================= */

.fuel-solutions__title {
  margin: 0 0 31px;

  color: var(--fuel-white);

  font-family: var(--fuel-font);

  font-size: 52px;
  font-weight: 400;

  line-height: 1.32;

  letter-spacing: -1.8px;
}


/* =========================================================
DESCRIPTION
========================================================= */

.fuel-solutions__description {
  width: 100%;
  max-width: 590px;

  margin: 0 0 31px;

  color: var(--fuel-text);

  font-family: var(--fuel-font);

  font-size: 20px;
  font-weight: 400;

  line-height: 1.55;

  letter-spacing: -0.15px;
}


/* =========================================================
CTA
========================================================= */

.fuel-solutions__cta {
  display: inline-flex;
  align-items: center;

  gap: 15px;

  height: 27px;

  padding-bottom: 7px;

  border-bottom: 1px solid var(--fuel-green);

  color: var(--fuel-green);

  font-family: var(--fuel-font);

  font-size: 16px;
  font-weight: 500;

  line-height: 1;

  letter-spacing: 0.1px;

  text-decoration: none;

  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    gap 0.25s ease;
}

.fuel-solutions__arrow {
  font-size: 24px;
  font-weight: 300;

  line-height: 12px;

  position: relative;
  top: -1px;
}

.fuel-solutions__cta:hover {
  gap: 19px;

  color: #91c82b;

  border-color: #91c82b;
}


/* =========================================================
LARGE DESKTOP
1200px CONTENT WIDTH
========================================================= */

@media (min-width: 1600px) {

  .fuel-solutions__container {
    width: 1200px;
    max-width: 1200px;

    grid-template-columns: 570px minmax(0, 590px);

    column-gap: 40px;
  }

  .fuel-solutions__image {
    width: 570px;
    height: 491px;
  }

  .fuel-solutions__content {
    width: 590px;
    max-width: 590px;
  }

  .fuel-solutions__title {
    font-size: 52px;
  }

  .fuel-solutions__description {
    max-width: 590px;
    font-size: 20px;
  }
}


/* =========================================================
LAPTOP
========================================================= */

@media (max-width: 1599px) {

  .fuel-solutions {
    min-height: auto;

    padding: 100px 60px;
  }

  .fuel-solutions__container {
    width: 1200px;
    max-width: 100%;

    grid-template-columns:
      minmax(0, 1fr)
      minmax(0, 1fr);

    column-gap: 40px;
  }

  .fuel-solutions__image {
    width: 100%;
    height: 450px;
  }

  .fuel-solutions__content {
    width: 100%;
    max-width: 100%;
  }

  .fuel-solutions__title {
    font-size: 43px;

    line-height: 1.28;

    letter-spacing: -1.3px;
  }

  .fuel-solutions__description {
    width: 100%;
    max-width: 100%;

    font-size: 18px;

    line-height: 1.55;
  }

  .fuel-solutions__cta {
    font-size: 15px;
  }
}


/* =========================================================
TABLET
========================================================= */

@media (max-width: 1000px) {

  .fuel-solutions {
    padding: 70px 40px;
  }

  .fuel-solutions__container {
    width: 100%;
    max-width: 800px;

    grid-template-columns: 1fr;

    row-gap: 45px;
  }

  .fuel-solutions__image {
    width: 100%;
    height: 430px;
  }

  .fuel-solutions__content {
    width: 100%;
    max-width: 800px;
  }

  .fuel-solutions__title {
    font-size: 42px;
  }

  .fuel-solutions__description {
    width: 100%;
    max-width: 800px;

    font-size: 18px;
  }
}


/* =========================================================
MOBILE
========================================================= */

@media (max-width: 600px) {

  .fuel-solutions {
    padding: 50px 20px 60px;
  }

  .fuel-solutions__container {
    width: 100%;
    max-width: 100%;

    row-gap: 35px;
  }

  .fuel-solutions__image {
    width: 100%;
    height: 290px;
  }

  .fuel-solutions__content {
    width: 100%;
    max-width: 100%;
  }

  .fuel-solutions__title {
    margin-bottom: 22px;

    font-size: 31px;

    line-height: 1.22;

    letter-spacing: -0.9px;
  }

  .fuel-solutions__description {
    margin-bottom: 27px;

    font-size: 16px;

    line-height: 1.65;
  }

  .fuel-solutions__cta {
    font-size: 14px;

    gap: 12px;
  }

  .fuel-solutions__arrow {
    font-size: 21px;
  }
}


/* =========================================================
SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

  .fuel-solutions {
    padding-left: 16px;
    padding-right: 16px;
  }

  .fuel-solutions__image {
    height: 250px;
  }

  .fuel-solutions__title {
    font-size: 28px;
  }

  .fuel-solutions__description {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3377c80 *//* =========================================================
VARIABLES
========================================================= */

:root {
  --card-border: #2d6809;
  --accent: #6ca300;

  --white: #ffffff;
  --text: rgba(255, 255, 255, 0.88);
  --muted: rgba(255, 255, 255, 0.78);

  --font: "Space Grotesk", sans-serif;
}


/* =========================================================
RESET
========================================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
 
  color: var(--white);
  font-family: var(--font);
}


/* =========================================================
SECTION
========================================================= */

.product-range {
  width: 100%;
  min-height: 816px;

  background: var(--bg);

  padding-top: 21px;
  padding-bottom: 52px;
}


/* =========================================================
CONTAINER

Desktop content width = 1200px
========================================================= */

.product-range__container {
  width: 1200px;
  max-width: calc(100% - 40px);

  margin: 0 auto;
}


/* =========================================================
SECTION HEADING
========================================================= */

.product-range__heading {
  width: 100%;
}


/* =========================================================
EYEBROW
========================================================= */

.product-range__eyebrow {
  display: flex;
  align-items: center;

  gap: 16px;

  height: 18px;

  margin-bottom: 25px;

  color: var(--white);

  font-family: var(--font);

  font-size: 12px;
  font-weight: 600;

  line-height: 1;

  letter-spacing: 4px;
}


/* =========================================================
GREEN LINE
========================================================= */

.product-range__line {
  width: 75px;
  height: 2px;

  flex: 0 0 75px;

  background: var(--accent);
}


/* =========================================================
MAIN HEADING
========================================================= */

.product-range__heading h1 {
  margin: 0;

  font-family: var(--font);

  font-size: 40px;
  font-weight: 400;

  line-height: 1.1;

  letter-spacing: -1.2px;

  color: var(--white);
}


/* =========================================================
PRODUCT GRID
========================================================= */

.product-grid {
  width: 100%;

  margin-top: 63px;

  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 16px;
}


/* =========================================================
PRODUCT CARD
========================================================= */

.product-card {
  width: 100%;
  height: 600px;

  padding: 17px 17px 16px;

  border: 2px solid var(--card-border);

  border-radius: 2px;

  background: transparent;

  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
}


/* =========================================================
PRODUCT IMAGE
========================================================= */

.product-card__image {
  width: 320px;
  height: 320px;

  flex: 0 0 320px;

  overflow: hidden;

  background: #222b15;
}

.product-card__image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
  object-position: center;
}


/* =========================================================
PRODUCT TITLE
========================================================= */

.product-card h2 {
  width: 100%;

  margin: 18px 0 4px;

  font-family: var(--font);

  font-size: 21px;
  font-weight: 400;

  line-height: 1.15;

  letter-spacing: -0.5px;

  color: var(--white);
}


/* =========================================================
DESCRIPTION
========================================================= */

.product-card__description {
  width: 100%;
  max-width: 320px;

  min-height: 64px;

  margin: 0 auto 9px;

  font-family: var(--font);

  font-size: 12px;
  font-weight: 400;

  line-height: 1.75;

  letter-spacing: -0.05px;

  color: var(--text);
}


/* =========================================================
SPECIFICATIONS
========================================================= */

.product-specs {
  width: 100%;
  max-width: 320px;

  margin-top: auto;
}


/* =========================================================
SPEC ROW
========================================================= */

.product-spec {
  width: 100%;
  min-height: 30px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 10px;

  border-bottom: 1px solid rgba(61, 104, 14, 0.55);

  text-align: left;

  font-family: var(--font);

  font-size: 12px;
  font-weight: 400;

  line-height: 1.2;

  color: var(--text);
}

.product-spec:first-child {
  border-top: 1px solid rgba(61, 104, 14, 0.55);
}

.product-spec span {
  white-space: nowrap;
}

.product-spec strong {
  white-space: nowrap;

  font-weight: 400;

  color: var(--text);

  text-align: right;
}


/* =========================================================
LARGE DESKTOP
1200px CONTENT WIDTH
========================================================= */

@media (min-width: 1200px) {

  .product-range__container {
    width: 1200px;
    max-width: 1200px;
  }

  .product-grid {
    width: 1200px;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 16px;
  }

  .product-card {
    width: 100%;
  }

  .product-card__image {
    width: 320px;
    height: 320px;
  }
}


/* =========================================================
LAPTOP
========================================================= */

@media (max-width: 1199px) {

  .product-range {
    padding: 30px 40px 60px;
  }

  .product-range__container {
    width: 100%;
    max-width: 1100px;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 14px;
  }

  .product-card {
    height: auto;
    min-height: 570px;

    padding-left: 14px;
    padding-right: 14px;
  }

  .product-card__image {
    width: 100%;
    height: auto;

    aspect-ratio: 1 / 1;
  }

  .product-card h2 {
    font-size: 19px;
  }

  .product-card__description {
    font-size: 11px;
  }

  .product-spec {
    font-size: 11px;
  }
}


/* =========================================================
TABLET
========================================================= */

@media (max-width: 850px) {

  .product-range {
    min-height: auto;

    padding: 50px 30px 65px;
  }

  .product-range__container {
    max-width: 700px;
  }

  .product-range__heading h1 {
    font-size: 36px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 18px;

    margin-top: 45px;
  }

  .product-card {
    min-height: 570px;
  }

  .product-card__image {
    width: 100%;
  }

  .product-card h2 {
    font-size: 20px;
  }

  .product-card__description {
    font-size: 12px;
  }

  .product-spec {
    font-size: 11px;
  }
}


/* =========================================================
MOBILE
========================================================= */

@media (max-width: 580px) {

  .product-range {
    padding: 42px 18px 55px;
  }

  .product-range__container {
    max-width: 100%;
  }

  .product-range__eyebrow {
    gap: 11px;

    margin-bottom: 21px;

    font-size: 10px;

    letter-spacing: 3px;
  }

  .product-range__line {
    width: 55px;
    flex-basis: 55px;
  }

  .product-range__heading h1 {
    font-size: 31px;
  }

  .product-grid {
    grid-template-columns: 1fr;

    gap: 20px;

    margin-top: 38px;
  }

  .product-card {
    width: 100%;
    height: auto;
    min-height: 0;

    padding: 17px 17px 20px;
  }

  .product-card__image {
    width: 100%;
    max-width: 320px;

    height: auto;

    aspect-ratio: 1 / 1;
  }

  .product-card h2 {
    margin-top: 18px;

    font-size: 21px;
  }

  .product-card__description {
    max-width: 320px;

    min-height: 0;

    margin-bottom: 12px;

    font-size: 12px;

    line-height: 1.7;
  }

  .product-specs {
    max-width: 320px;
  }

  .product-spec {
    min-height: 32px;

    font-size: 12px;
  }
}


/* =========================================================
SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

  .product-range {
    padding-left: 14px;
    padding-right: 14px;
  }

  .product-range__heading h1 {
    font-size: 28px;
  }

  .product-card h2 {
    font-size: 19px;
  }

  .product-card__description {
    font-size: 11px;
  }

  .product-spec {
    font-size: 10.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a34e2e8 *//* =========================================================
VARIABLES
========================================================= */

:root {
  --border: #31640c;
  --icon-bg: #2f6808;

  --white: #ffffff;
  --font: "Space Grotesk", sans-serif;
}


/* =========================================================
RESET
========================================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  color: var(--white);

  font-family: var(--font);
}


/* =========================================================
SECTION
========================================================= */

.industries-section {
  width: 100%;
  min-height: 854px;

  background: var(--bg);

  padding-top: 61px;
  padding-bottom: 98px;
}


/* =========================================================
CONTAINER

Desktop content width = 1200px
========================================================= */

.industries-container {
  width: 1200px;
  max-width: calc(100% - 40px);

  margin: 0 auto;
}


/* =========================================================
HEADER
========================================================= */

.industries-header {
  width: 100%;

  text-align: center;
}


/* =========================================================
EYEBROW
========================================================= */

.industries-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 24px;

  height: 20px;

  margin-bottom: 33px;

  font-family: var(--font);

  font-size: 19px;
  font-weight: 600;

  line-height: 1;

  letter-spacing: 6px;

  color: var(--white);
}

.industries-eyebrow-line {
  width: 84px;
  height: 1px;

  background: #6a9d00;

  flex: 0 0 84px;
}


/* =========================================================
MAIN HEADING
========================================================= */

.industries-header h1 {
  margin: 0;

  font-family: var(--font);

  font-size: 42px;
  font-weight: 400;

  line-height: 1.15;

  letter-spacing: -1.25px;

  color: var(--white);
}


/* =========================================================
GRID
========================================================= */

.industries-grid {
  width: 100%;

  margin-top: 66px;

  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  column-gap: 24px;
  row-gap: 25px;
}


/* =========================================================
CARD
========================================================= */

.industry-card {
  width: 100%;

  min-height: 231px;

  border: 2px solid var(--border);

  border-radius: 5px;

  background: transparent;

  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;

  padding: 24px 28px 27px;
}


/*
Second row
*/

.industry-card:nth-child(n + 4) {
  min-height: 259px;
}


/* =========================================================
ICON
========================================================= */

.industry-icon {
  width: 110px;
  height: 110px;

  flex: 0 0 110px;

  margin-bottom: 29px;

  border-radius: 50%;

  background: var(--icon-bg);

  display: flex;
  align-items: center;
  justify-content: center;
}

.industry-icon svg {
  width: 76px;
  height: 76px;

  display: block;
}


/* =========================================================
TITLE
========================================================= */

.industry-card h2 {
  width: 100%;

  margin: 0;

  font-family: var(--font);

  font-size: 27px;
  font-weight: 400;

  line-height: 1.25;

  letter-spacing: -0.6px;

  color: var(--white);
}


/* =========================================================
LARGE DESKTOP
1200px CONTENT WIDTH
========================================================= */

@media (min-width: 1200px) {

  .industries-container {
    width: 1200px;
    max-width: 1200px;
  }

  .industries-grid {
    width: 1200px;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    column-gap: 24px;
    row-gap: 25px;
  }

  .industry-card {
    width: 100%;
    min-height: 231px;
  }

  .industry-card:nth-child(n + 4) {
    min-height: 259px;
  }
}


/* =========================================================
LAPTOP
========================================================= */

@media (max-width: 1199px) {

  .industries-section {
    padding: 60px 40px 75px;
  }

  .industries-container {
    width: 100%;
    max-width: 1100px;
  }

  .industries-eyebrow {
    font-size: 16px;
    letter-spacing: 5px;
  }

  .industries-header h1 {
    font-size: 36px;
  }

  .industries-grid {
    width: 100%;

    margin-top: 50px;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    column-gap: 18px;
    row-gap: 18px;
  }

  .industry-card {
    min-height: 220px;

    padding-left: 20px;
    padding-right: 20px;
  }

  .industry-card:nth-child(n + 4) {
    min-height: 245px;
  }

  .industry-icon {
    width: 105px;
    height: 105px;

    flex-basis: 105px;

    margin-bottom: 24px;
  }

  .industry-card h2 {
    font-size: 22px;
  }
}


/* =========================================================
TABLET
========================================================= */

@media (max-width: 850px) {

  .industries-section {
    min-height: auto;

    padding: 55px 30px 70px;
  }

  .industries-container {
    width: 100%;
    max-width: 700px;
  }

  .industries-eyebrow {
    font-size: 14px;
    letter-spacing: 4px;
  }

  .industries-eyebrow-line {
    width: 65px;
    flex-basis: 65px;
  }

  .industries-header h1 {
    font-size: 32px;
  }

  .industries-grid {
    width: 100%;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    margin-top: 45px;

    gap: 18px;
  }

  .industry-card,
  .industry-card:nth-child(n + 4) {
    min-height: 225px;
  }

  .industry-card h2 {
    font-size: 20px;
  }
}


/* =========================================================
MOBILE
========================================================= */

@media (max-width: 580px) {

  .industries-section {
    padding: 45px 18px 55px;
  }

  .industries-container {
    width: 100%;
    max-width: 100%;
  }

  .industries-eyebrow {
    gap: 12px;

    margin-bottom: 25px;

    font-size: 11px;

    letter-spacing: 3px;
  }

  .industries-eyebrow-line {
    width: 50px;
    flex-basis: 50px;
  }

  .industries-header h1 {
    font-size: 28px;

    line-height: 1.2;
  }

  .industries-grid {
    width: 100%;

    grid-template-columns: 1fr;

    margin-top: 38px;

    gap: 18px;
  }

  .industry-card,
  .industry-card:nth-child(n + 4) {
    min-height: 220px;

    padding: 22px 20px 25px;
  }

  .industry-icon {
    width: 105px;
    height: 105px;

    flex-basis: 105px;

    margin-bottom: 24px;
  }

  .industry-icon svg {
    width: 73px;
    height: 73px;
  }

  .industry-card h2 {
    font-size: 21px;

    line-height: 1.3;
  }
}


/* =========================================================
SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

  .industries-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .industries-header h1 {
    font-size: 25px;
  }

  .industries-eyebrow {
    font-size: 10px;
    letter-spacing: 2.5px;
  }

  .industry-card h2 {
    font-size: 19px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-96b51a1 *//* =========================================================
VARIABLES
========================================================= */

:root {
  --supply-white: #ffffff;
  --supply-text: rgba(255, 255, 255, 0.9);
  --supply-green: #70a500;

  --font: "Space Grotesk", sans-serif;
}


/* =========================================================
RESET
========================================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  color: var(--supply-white);
  font-family: var(--font);
}


/* =========================================================
SECTION
========================================================= */

.supply-section {
  width: 100%;
  min-height: 645px;

  background: var(--supply-bg);

  display: flex;
  align-items: center;
}


/* =========================================================
MAIN CONTAINER
DESKTOP = 1200px
========================================================= */

.supply-container {
  width: 1200px;
  max-width: calc(100% - 40px);

  margin: 0 auto;

  display: grid;

  grid-template-columns: 570px minmax(0, 590px);

  column-gap: 40px;

  align-items: center;
}


/* =========================================================
IMAGE
========================================================= */

.supply-image {
  width: 570px;
  height: 415px;

  overflow: hidden;

  background: #29311c;
}

.supply-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
  object-position: center center;
}


/* =========================================================
CONTENT
========================================================= */

.supply-content {
  width: 100%;
  max-width: 590px;
}


/* =========================================================
EYEBROW
========================================================= */

.supply-eyebrow {
  display: flex;
  align-items: center;

  gap: 25px;

  margin-bottom: 38px;

  color: var(--supply-white);

  font-family: var(--font);

  font-size: 19px;
  font-weight: 600;

  line-height: 1;

  letter-spacing: 6px;
}

.supply-eyebrow-line {
  width: 74px;
  height: 1px;

  flex: 0 0 74px;

  background: var(--supply-green);
}


/* =========================================================
HEADING
========================================================= */

.supply-content h1 {
  margin: 0 0 31px;

  font-family: var(--font);

  font-size: 48px;
  font-weight: 400;

  line-height: 1.28;

  letter-spacing: -1.6px;

  color: var(--supply-white);
}


/* =========================================================
LIST
========================================================= */

.supply-list {
  list-style: none;

  width: 100%;

  display: flex;
  flex-direction: column;

  gap: 13px;
}


/* =========================================================
LIST ITEM
========================================================= */

.supply-list li {
  display: flex;
  align-items: center;

  gap: 11px;

  color: var(--supply-text);

  font-family: var(--font);

  font-size: 21px;
  font-weight: 400;

  line-height: 1.35;

  letter-spacing: -0.3px;
}


/* =========================================================
CHECK ICON
========================================================= */

.check-icon {
  width: 20px;
  height: 20px;

  flex: 0 0 20px;

  border: 2px solid #ffffff;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-family: Arial, sans-serif;

  font-size: 13px;
  font-weight: 700;

  line-height: 1;

  color: #ffffff;

  position: relative;
  top: 1px;
}


/* =========================================================
LARGE DESKTOP
1200px CONTENT WIDTH
========================================================= */

@media (min-width: 1200px) {

  .supply-container {
    width: 1200px;
    max-width: 1200px;

    grid-template-columns: 570px minmax(0, 590px);

    column-gap: 40px;
  }

  .supply-image {
    width: 570px;
    height: 415px;
  }

  .supply-content {
    width: 590px;
    max-width: 590px;
  }

  .supply-content h1 {
    font-size: 48px;
  }

  .supply-list li {
    font-size: 21px;
  }
}


/* =========================================================
LAPTOP
========================================================= */

@media (max-width: 1199px) {

  .supply-section {
    min-height: auto;

    padding: 100px 60px;
  }

  .supply-container {
    width: 100%;
    max-width: 1100px;

    grid-template-columns:
      minmax(0, 1fr)
      minmax(0, 1fr);

    column-gap: 40px;
  }

  .supply-image {
    width: 100%;
    height: 400px;
  }

  .supply-content {
    width: 100%;
    max-width: 100%;
  }

  .supply-eyebrow {
    font-size: 16px;
    letter-spacing: 5px;
  }

  .supply-content h1 {
    font-size: 43px;
    line-height: 1.3;
  }

  .supply-list li {
    font-size: 19px;
  }
}


/* =========================================================
TABLET
========================================================= */

@media (max-width: 950px) {

  .supply-section {
    min-height: auto;

    padding: 70px 40px;
  }

  .supply-container {
    width: 100%;
    max-width: 800px;

    grid-template-columns: 1fr;

    row-gap: 42px;
  }

  .supply-image {
    width: 100%;
    height: 420px;
  }

  .supply-content {
    width: 100%;
    max-width: 800px;
  }

  .supply-eyebrow {
    margin-bottom: 28px;
  }

  .supply-content h1 {
    font-size: 40px;
    line-height: 1.25;
  }

  .supply-list li {
    font-size: 18px;
  }
}


/* =========================================================
MOBILE
========================================================= */

@media (max-width: 600px) {

  .supply-section {
    padding: 50px 20px 60px;
  }

  .supply-container {
    width: 100%;
    max-width: 100%;

    row-gap: 35px;
  }

  .supply-image {
    width: 100%;
    height: 280px;
  }

  .supply-eyebrow {
    gap: 14px;

    margin-bottom: 24px;

    font-size: 12px;
    letter-spacing: 3.5px;
  }

  .supply-eyebrow-line {
    width: 48px;
    flex-basis: 48px;
  }

  .supply-content h1 {
    margin-bottom: 25px;

    font-size: 31px;

    line-height: 1.23;

    letter-spacing: -0.8px;
  }

  .supply-list {
    gap: 13px;
  }

  .supply-list li {
    gap: 9px;

    font-size: 16px;
    line-height: 1.45;
  }

  .check-icon {
    width: 18px;
    height: 18px;

    flex-basis: 18px;

    font-size: 11px;
  }
}


/* =========================================================
SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

  .supply-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .supply-image {
    height: 245px;
  }

  .supply-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .supply-content h1 {
    font-size: 28px;
  }

  .supply-list li {
    font-size: 15px;
  }
}/* End custom CSS */