/** Shopify CDN: Minification failed

Line 25:23 Unexpected "{"
Line 25:32 Expected ":"

**/
/* System Configuration Section */

/* Main Container */
.system-configuration {
  position: relative;
  width: 100%;
  background-color: var(--sc-bg-color, #0a0f14);
  margin-bottom: 120px;
  padding: 0;
  font-family: Inter, sans-serif;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .system-configuration {
    margin-bottom: 50px;
  }
}
#system-configuration-{{ section.id }} .system-configuration__card-title{
color: #FFF;
font-family: Inter, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 133.333% */
margin: 0;
}
/* Container */
.system-configuration__container {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  margin: 0 auto;
  padding: 0;
}

/* Header Section */
.system-configuration__header {
  display: flex;
  padding: 52px 0;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width:100%;
  text-align: center;
  border-top: 1px solid rgba(10, 132, 255, 0.20);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.02) 0%, rgba(0, 0, 0, 0.00) 10.46%, rgba(0, 0, 0, 0.00) 20.92%, rgba(255, 255, 255, 0.02) 31.37%, rgba(255, 255, 255, 0.02) 41.83%, rgba(0, 0, 0, 0.00) 52.29%, rgba(0, 0, 0, 0.00) 62.75%, rgba(255, 255, 255, 0.02) 73.21%);
}

.system-configuration__header-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.system-configuration__label {
  height: 20px;
  align-self: stretch;
  color: #D4AF37;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.system-configuration__heading {
  align-self: stretch;
  color: #FFF;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2px;
  margin: 0;
}

.system-configuration__subheading {
  width: 846px;
  max-width: 100%;
  color: #A0AEC0;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

/* ========== VISUAL AREA ========== */

/* ========== VISUAL AREA ========== */

.system-configuration__visual {
  position: relative;
  border-radius: 17.017px;
  border: 1.064px solid rgba(10, 132, 255, 0.30);
  background: rgba(10, 14, 26, 0.60);
  box-shadow: 0 0 90px 10px rgba(10, 132, 255, 0.25);
  height: 840px;
  width: 1280px;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden; /* Keeps the after element within the border radius */
  margin:0 auto;
  transform: scale(0.836);
  transform-origin: center center;
  margin-top: -60px;
}

/* Background image as after element with margins */
.system-configuration__visual::after {
  content: '';
  position: absolute;
  top: 140px;
  left: 61px;
 width: 1157px;
height: 578px;
  background-image: url('/cdn/shop/files/Grid44.png?v=1771003793');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  border-radius: inherit; /* Optional: matches parent border radius */
}


.system-configuration__display-image {
  width: calc(100% - 60px);
  height: auto;
  display: block;
  margin: 80px auto 30px auto;
}

/* Placeholder */
.system-configuration__display-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: rgba(255, 255, 255, 0.3);
  padding: 60px;
  min-height: 400px;
  background: linear-gradient(135deg, #0d1a2a 0%, #061018 100%);
}

.system-configuration__display-placeholder svg {
  opacity: 0.5;
}

.system-configuration__display-placeholder span {
  font-size: 14px;
  font-weight: 500;
}

/* ========== CARDS SECTION ========== */

.system-configuration__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  width: 1280px;
  max-width: calc(100% - 40px);
  box-sizing: border-box;
}

.system-configuration__card {
  background: rgba(15, 25, 40, 0.6);
  border: 1px solid rgba(60, 100, 140, 0.25);
  border-radius: 12px;
  
}

/* Card Header */
.system-configuration__card-header {
  display: flex;
  align-items: center;
  gap: 12px;
 padding:16px;
  border-bottom: 1px solid rgba(60, 100, 140, 0.15);
}

.system-configuration__card-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(52, 152, 219, 0.2) 0%, rgba(41, 128, 185, 0.15) 100%);
  border-radius: 8px;
  flex-shrink: 0;
}

.system-configuration__card-icon svg {
  width: 18px;
  height: 18px;
  fill: #3498db;
}
.cabinet-svg{

  width: 22.5px!important;
height: 18px;
flex-shrink: 0;
}
.system-configuration__card-titles {
  flex: 1;
}

.system-configuration__card-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin:0;
}

.system-configuration__card-subtitle {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* Card Body */
.system-configuration__card-body {
  padding: 25px;
}

/* Cabinet Card Specific */
.system-configuration__card--cabinet .system-configuration__card-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Card Image Container - shared by both cards */
.system-configuration__card-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Cabinet Images Box - dark rounded container for images */
.system-configuration__cabinet-images-box {
  width: 100%;
  background: rgba(10, 18, 30, 0.8);
  border: 1px solid rgba(52, 152, 219, 0.2);
  border-radius: 12px;
  padding: 20px 30px 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

width: 502px;
height: 377px;
flex-shrink: 0;
}

/* Images Row - two images side by side */
.system-configuration__cabinet-images-row {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.system-configuration__cabinet-images-row img {
width: 269px;
  height: 220px;
  max-height: 240px;
  object-fit: contain;
}

.system-configuration__cabinet-images-row img:first-child {
  transform: translateX(60px);
}

.system-configuration__cabinet-images-row img:last-child {
  transform: translateX(0px);
}

/* Module Placeholder - when no images uploaded */
.system-configuration__cabinet-module-placeholder {
  width: 70px;
  height: 200px;
  background: linear-gradient(135deg, rgba(20, 30, 50, 0.9) 0%, rgba(10, 15, 25, 0.9) 100%);
  border: 1px solid rgba(52, 152, 219, 0.25);
  border-radius: 4px;
}

.system-configuration__cabinet-module-placeholder:first-child {
  transform: translateX(60px);
}

.system-configuration__cabinet-module-placeholder:last-child {
  transform: translateX(-60px);
}

/* Labels inside image box */
.system-configuration__cabinet-images-box .system-configuration__cabinet-label {
  font-size: 12px;
  font-weight: 600;
  color: #3498db;
  margin-bottom: 4px;
  text-align: center;
  height: 16px;
}

.system-configuration__cabinet-images-box .system-configuration__cabinet-sublabel {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

/* Specs Table */
.system-configuration__specs-table {
  width: 100%;
  border-top: 1px solid rgba(60, 100, 140, 0.2);
  padding-top: 15px;
  display: flex;

flex-direction: column;
justify-content: center;

gap: 16px;
}

.system-configuration__spec-row {
  display: flex;
height: 37px;
padding-bottom: 13px;
justify-content: space-between;
align-items: center;
gap: 206.453px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
background: rgba(0, 0, 0, 0.00);
}

.system-configuration__spec-row:last-child {
  border-bottom: none;
}

.system-configuration__spec-label {
 color: #A0AEC0;
font-family: Inter, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
height: 20px;
}

.system-configuration__spec-value {
color: #FFF;
font-family: Inter, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
height: 24px;
}

/* Connection Card Specific */
.system-configuration__card--connection .system-configuration__card-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  
}

/* Connection Images Box - dark rounded container matching cabinet */
.system-configuration__connection-images-box {
  width: 100%;
  background: rgba(10, 18, 30, 0.8);
  border: 1px solid rgba(52, 152, 219, 0.2);
  border-radius: 12px;
  padding: 20px 30px 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 502px;
height: 377px;
flex-shrink: 0;
}

.system-configuration__connection-images-box img {
width:350px;
max-width:350px;
  height: 266px;
  max-height: 266px;
  object-fit: none;
  margin-bottom: 16px;
}

/* Lock Icon Wrapper inside box */
.system-configuration__lock-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(52, 152, 219, 0.15) 0%, rgba(41, 128, 185, 0.1) 100%);
  border: 2px solid rgba(52, 152, 219, 0.3);
  border-radius: 16px;
  margin-bottom: 15px;
}

.system-configuration__lock-icon-wrapper svg {
  width: 40px;
  height: 40px;
  fill: #3498db;
}

/* Checkmark Badge */
.system-configuration__lock-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  background: #3498db;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.system-configuration__lock-badge svg {
  width: 14px;
  height: 14px;
  fill: #ffffff;
}

/* Labels inside connection box */
.system-configuration__connection-images-box .system-configuration__cabinet-label {
  font-size: 12px;
  font-weight: 600;
  color: #3498db;
  margin-bottom: 4px;
  text-align: center;
  height:16px;
}

.system-configuration__connection-images-box .system-configuration__cabinet-sublabel {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

/* Features List */
.system-configuration__features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid rgba(60, 100, 140, 0.2);
  padding-top: 20px;
}

.system-configuration__feature {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.system-configuration__feature-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 1px;
}

.system-configuration__feature-icon svg {
  width: 20px;
  height: 20px;
  fill: #3498db;
}

.system-configuration__feature-text {
    line-height: normal;
  flex: 1;
}

.system-configuration__feature-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 4px;
}

.system-configuration__feature-desc {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

/* ========== CTA SECTION ========== */

.system-configuration__cta-section {
  text-align: center;
  width: 1280px;
  max-width: calc(100% - 40px);
  box-sizing: border-box;
}

.system-configuration__cta-heading {
  margin: 0 0 12px 0;
  color: #FFF;
text-align: center;
font-family: Inter, sans-serif;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 100% */
}

.system-configuration__cta-subheading {
  margin: 0 0 30px 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  color: #94A3B8;
text-align: center;
font-family: Inter, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 140% */
}

/* CTA Box */
.system-configuration__cta-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

/* Price Text */
.system-configuration__price {
  color: #D4AF37;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

/* Buttons Container */
.system-configuration__cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

/* Primary Button */
.system-configuration__btn {
  display: flex;
  width: 400px;
  padding: 20px 64px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 8px;
  background: #0A84FF;
  box-shadow: 0 0 30px 0 rgba(10, 132, 255, 0.40);
  color: #FFF;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.system-configuration__btn:hover {
  background: #0070E0;
  box-shadow: 0 0 40px 0 rgba(10, 132, 255, 0.50);
}

/* Secondary Button */
.system-configuration__btn--secondary {
  color: #FFF;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  background: transparent;
  border: none;
  padding: 0;
  width: auto;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.system-configuration__btn--secondary:hover {
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
  box-shadow: none;
}

/* ========== RESPONSIVE ========== */

@media screen and (max-width: 768px) {

.system-configuration__visual {
    display: flex;
    height: 209.194px;
    padding: 18px 17px 16.257px 16px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 4.573px;
    border: 0.286px solid rgba(10, 132, 255, 0.30);
    background: rgba(10, 14, 26, 0.60);
    box-shadow: 0 0 17.15px 0 rgba(10, 132, 255, 0.20);
}
.system-configuration__visual:after{

    content: "";
    position: absolute;
    top: 16px; 
    left: 16px; 
    background-image: url(/cdn/shop/files/Grid44.png?v=1771003793);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    border-radius: inherit;
    width: 311px;
    height: 174.937px;
    margin:0;

}

  .system-configuration__container {
    gap: 16px;
  }

  .system-configuration__header {
    display: flex;
        gap: 12px;
        border: none;
        background: none;
        padding: 0 16px;
                margin-bottom: 24px;
  }

  .system-configuration__header-text {
    gap: 12px;
  }
.system-configuration__connection-images-box img {
width: 240px;
height: 182.4px;
  object-fit: cover;
  margin-bottom: 16px;
}
  .system-configuration__label {
    font-family: Inter, sans-serif;
    color: #D4AF37;
  }

  .system-configuration__heading {
    font-size: 32px;
    letter-spacing: -2px;
    font-family: Inter, sans-serif;
    color: #FFF;
  }

  .system-configuration__subheading {
    font-family: Inter, sans-serif;
    color: #A0AEC0;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }

  .system-configuration__cards {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: calc(100% - 40px);
  }

  .system-configuration__card {
    background: rgba(10, 15, 25, 0.9);
    border: 1px solid rgba(60, 100, 140, 0.3);
            max-width: 345px;
        width: 100%;
        margin: 0 auto;
  }
 .system-configuration__cabinet-images-box,
  .system-configuration__connection-images-box {
            max-width: 345px;
        width: 100%;
        margin: 0 auto;
        padding:16px;
  }
   .system-configuration__connection-images-box {

            max-width: 312px;
        width: 100%;
        margin: 0 auto;
        height: 272px;
   }
   .system-configuration__card-title{

    color: #FFF;
font-family: Inter, sans-serif;
font-size: 16px!important;
font-style: normal;
font-weight: 600;
line-height: normal;
   }
   .system-configuration__card-subtitle{

color: #A0AEC0;
font-family: Inter, sans-serif;
font-size: 14px!important;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */

   }
   .system-configuration__card-titles{

    display: flex;
flex-direction: column;
align-items: flex-start;
gap: 4px;
flex: 1 0 0;
   }
  .system-configuration__card-header {
   display: flex;
align-items: center;
gap: 16px;
align-self: stretch;
padding:16px;
  }
  .system-configuration__feature-icon,
.system-configuration__feature-icon svg{

  width: 16px;
height: 16px;
}
  .system-configuration__card-body {
    padding: 0 16px 16px;
        
  }

  /* Cabinet images box on mobile */
  .system-configuration__cabinet-images-box {
   max-width: 345px;
        width: 100%;
    margin: 0px;
    padding:16px;
  }

  .system-configuration__cabinet-images-row {
    margin-bottom: 12px;
    transform: rotate(90deg);
    margin:0;
  }

  .system-configuration__cabinet-images-row img {
                  width: 160px;
        height: 240px;
  }

  .system-configuration__cabinet-images-row img:first-child {
    transform: translateX(40px);
  }

  .system-configuration__cabinet-images-row img:last-child {
    transform: translateX(0px);
  }

  /* Specs table - label on top, value below */
  .system-configuration__specs-table {
    border-top: none;
    padding-top: 0;
  }

  .system-configuration__spec-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
   padding-bottom: 10px;
            width: 312px;
        height: 51px;
  }

  .system-configuration__spec-label {
   color: #A0AEC0;
font-family: Inter, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
width: 279px;
  }

  .system-configuration__spec-value {
  color: #FFF;
font-family: Inter, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
align-self: stretch;
  }
  .system-configuration__cabinet-label{

    color: #0A84FF;
text-align: center;
font-family: Inter, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.382px;
  }
  .system-configuration__cabinet-sublabel{
color: #A0AEC0;
text-align: center;
font-family: Inter, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;

  }

  /* Connection images box on mobile */
  .system-configuration__connection-images-box {
    padding: 30px 20px 15px;
    margin-bottom: 20px;
  }

  .system-configuration__lock-icon-wrapper {
    width: 70px;
    height: 70px;
    margin-bottom: 12px;
  }

  .system-configuration__lock-icon-wrapper svg {
    width: 35px;
    height: 35px;
  }

  /* Features list on mobile */
  .system-configuration__features {
    border-top: none;
    padding-top: 0;
    gap: 12px;
  }

  .system-configuration__feature-title {
   color: #FFF;
font-family: Inter, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
  }

  .system-configuration__feature-desc {
  color: #A0AEC0;
font-family: Inter, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
  }
.system-configuration__feature{

  display: flex;
padding-bottom: 10px;
align-items: flex-start;
gap: 12px;
align-self: stretch;
}
  /* CTA section */
  .system-configuration__cta-section {
    padding-top: 30px;
    display:none;
  }

  .system-configuration__cta-heading {
    font-size: 22px;
  }

  .system-configuration__btn {
    width: 100%;
    max-width: 400px;
    padding: 16px 48px;
  }
  .system-configuration__card-icon{

    display: flex;
width: 48px;
height: 48px;
padding: 12px 15px;
justify-content: center;
align-items: center;
border-radius: 9px;
border: 1px solid rgba(10, 132, 255, 0.30);
background: rgba(10, 132, 255, 0.10);
  }
}

@media screen and (max-width: 480px) {
  .system-configuration__header {
    padding: 0px 16px;
            margin-bottom: 24px;
  }

  .system-configuration__label {
    font-size: 14px;
    font-family: Inter, sans-serif;
    color: #D4AF37;
  }

  .system-configuration__heading {
    font-size: 28px;
    font-family: Inter, sans-serif;
    color: #FFF;
  }

  .system-configuration__subheading {
    font-size: 14px;
    font-family: Inter, sans-serif;
    color: #A0AEC0;
  }


  .system-configuration__cards {
    max-width: calc(100% - 30px);
  }

  .system-configuration__display-placeholder {
    min-height: 200px;
    padding: 30px;
  }

  .system-configuration__card-header {
    display: flex;
align-items: center;
gap: 16px;
align-self: stretch;
  }

  .system-configuration__card-body {
    padding: 0 16px 16px;
  }

  .system-configuration__card-title {
    color: #FFF;
font-family: Inter, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
  }
.system-configuration__cabinet-images-box{

        width: 312px;
        height: 242px;
         margin: 0 auto;
         padding:16px;
}

  .system-configuration__connection-images-box {
            max-width: 345px;
        width: 100%;
        margin: 0 auto;
  }

  .system-configuration__cabinet-images-row img {
                  width: 160px;
        height: 240px;
  }

  .system-configuration__cabinet-images-row img:first-child {
    transform: translateX(30px);
  }

  .system-configuration__cabinet-images-row img:last-child {
    transform: translateX(0px);
  }

  .system-configuration__spec-row {
    padding-bottom: 10px;
            width: 312px;
        height: 51px;
  }

  .system-configuration__spec-label {
     color: #A0AEC0;
font-family: Inter, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
width: 279px;
  }

  .system-configuration__spec-value {
      color: #FFF;
font-family: Inter, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
align-self: stretch;
  }

  .system-configuration__lock-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .system-configuration__lock-icon-wrapper svg {
    width: 30px;
    height: 30px;
  }

  .system-configuration__feature-title {
   color: #FFF;
font-family: Inter, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
  }

  .system-configuration__feature-desc {
    color: #A0AEC0;
font-family: Inter, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
  }

  .system-configuration__cta-heading {
    font-size: 20px;
  }

  .system-configuration__cta-subheading {
    font-size: 13px;
  }

  .system-configuration__btn {
    padding: 14px 32px;
    font-size: 12px;
  }

  .system-configuration__price {
    font-size: 13px;
  }
}


