.specs-container-rs3 {
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Inter, 'sans-serif';
}

.gnss-receiver-wrapper-rs3 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap;
  align-items: flex-start;
}

.specs-table-rs3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
  max-width: 1400px;
  box-sizing: border-box;
}

.specs-column-rs3 {
  flex: 1 1 430px;
  min-width: 300px;
  border-radius: 10px;
  box-sizing: border-box;
}

.column-space-left-specs-one-rs3,
.column-space-left-specs-two-rs3,
.column-space-left-specs-three-rs3 {
  padding-left: 20px;
}

.column-space-right-specs-one-rs3,
.column-space-right-specs-two-rs3,
.column-space-right-specs-three-rs3 {
  padding-right: 20px;
}

.column-title-rs3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: bold;
  color: rgb(0, 0, 0);
}

.sub-title-rs3 {
  margin-top: 20px;
  font-weight: bold;
  color: rgb(0, 0, 0);
}

.specs-item-rs3 {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}

.spec-label-rs3 {
  font-weight: 500;
  color: rgb(0, 0, 0);
}

.spec-value-rs3 {
  text-align: right;
  color: #444;
  white-space: pre-line;
}

.technical-specs-cols-xs-12-rs3.technical-specs-cols-sm-12-rs3.technical-specs-cols-md-12-rs3.technical-specs-cols-lg-12-rs3.technical-specs-cols-xl-12-rs3 {
  display: block;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  max-width: 1400px;
}

.technical-specs-section-title-rs3 {
  line-height: 54px;
  font-size: 46px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  color: #000;
  text-align: left;
  padding-bottom: 40px;
  margin-block-start: 0px !important;
  margin-block-end: 0px !important;
}

/* Media queries (aggiornate con -rs3) */
@media (max-width: 409px) {
  .specs-container-rs3 {
    padding-left: 30px;
    padding-right: 30px;
  }
}@media (min-width: 410px) and (max-width: 699px) {
  .specs-container-rs3 {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 700px) and (max-width: 870px) {
  .specs-container-rs3 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width:979px) {
  .column-space-right-specs-one-rs3,
  .column-space-right-specs-two-rs3 {
    padding-right: 0px;
  }

  .column-space-left-specs-two-rs3,
  .column-space-left-specs-three-rs3 {
    padding-left: 0px;
  }
}

@media (min-width: 980px) and (max-width:1429px) {
  .column-space-right-specs-two-rs3 {
    padding-right: 0px;
  }

  .column-space-left-specs-three-rs3 {
    padding-left: 0px;
  }
}

/* Max 368px */
@media (max-width: 368px) {
  .technical-specs-section-title-rs3 {
    font-size: 30px;
    line-height: 39px;
  }
}

/*  Da 369px a 374px */
@media (min-width: 369px) and (max-width: 374px) {
  .technical-specs-section-title-rs3 {
    font-size: 31px;
    line-height: 40px;
  }
}

/*  Da 375px a 408px */
@media (min-width: 375px) and (max-width: 408px) {
  .technical-specs-section-title-rs3 {
    font-size: 32px;
    line-height: 41px;
  }
}

/*  Da 409px a 413px */
@media (min-width: 409px) and (max-width: 413px) {
  .technical-specs-section-title-rs3 {
    font-size: 33px;
    line-height: 40px;
  }
}

/*  Da 414px a 429px */
@media (min-width: 414px) and (max-width: 429px) {
  .technical-specs-section-title-rs3 {
    font-size: 32.5px;
    line-height: 40px;
  }
}

/*  Da 430px a 790px */
@media (min-width: 430px) and (max-width: 790px) {
  .technical-specs-section-title-rs3 {
    font-size: 34px;
    line-height: 41px;
  }
}

/* Da 791px a 809px */
@media (min-width: 791px) and (max-width: 809px) {
  .technical-specs-section-title-rs3 {
    font-size: 35px;
    line-height: 42px;
  }
}

/* Da 810px a 829px */
@media (min-width: 810px) and (max-width: 829px) {
  .technical-specs-section-title-rs3 {
    font-size: 36px;
    line-height: 43px;
  }
}

/* Da 830px a 848px */
@media (min-width: 830px) and (max-width: 848px) {
  .technical-specs-section-title-rs3 {
    font-size: 37px;
    line-height: 44px;
  }
}

/* Da 849px a 886px */
@media (min-width: 849px) and (max-width: 886px) {
  .survey-section-title-rs3 {
    font-size: 38px;
    line-height: 45px;
  }
}

/* Da 887px a 963px */
@media (min-width: 887px) and (max-width: 963px) {
  .technical-specs-section-title-rs3 {
    font-size: 39px;
    line-height: 46px;
  }
}

/* Da 964px a 1066px */
@media (min-width: 964px) and (max-width: 1066px) {
  .technical-specs-section-title-rs3 {
    font-size: 41px;
    line-height: 48px;
  }
}

/* Da 1067px a 1231px */
@media (min-width: 1067px) and (max-width: 1231px) {
  .technical-specs-section-title-rs3 {
    font-size: 43px;
    line-height: 51px;
  }
}


@media (max-width: 390px) {
  .specs-item-rs3 {
    display: flex;
    flex-direction: column;
  }

  .spec-value-rs3 {
    text-align: left;
    font-size: 13px;
    line-height: 19px;
  }

  .column-title-rs3 {
    font-size: 17px;
    line-height: 23px;
  }

  .spec-label-rs3 {
    font-size: 15px;
    line-height: 21px;
  }
}