.section-tag {
    color: #ff3b30;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}


.section-heading {
    font-size: 46px;
    font-weight: 600;
    color: #002964;
    margin: 15px 0;
    line-height: 1.3;
}

.section-heading span{
    color :#ff3b30;
}
.TV2-specs {
  padding: 50px 0;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  overflow: hidden;
}

.TV2-specs .TV2-wrapper {
  position: relative;
  text-align: center;
}

.TV2-specs .TV2-wrapper .TV2-img {
  width: 480px;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.TV2-specs .specs-product-content h2 {
    font-size: 46px;
    font-weight: 600;
    color: #002964;
    margin: 15px 0;
    line-height: 1.3;
}
.TV2-specs .specs-product-content p {
  color: #646f88;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* content card section */
.content-card {
  padding: 90px 0;
  background: linear-gradient(180deg, #f8fbff 0%, #f0f9ff 100%);
}

.content-card .menu-card-content {
  border: 1px solid #bfdbfe;
  border-radius: 4px;
  padding: 20px 20px;
}
.content-card .menu-card-content .bottom-border {
  width: 50%;
  border-bottom: 2px solid #123a82;
}

.content-card .menu-card-content h2 {
    font-size: 30px;
    font-weight: 600;
    color: #002964;
    margin: 15px 0;
    line-height: 1.3;
}
.content-card .menu-card-content p {
  font-size: 17px;
  color: #646f88;
  padding:30px 0;
}

/* Table Section */

.technical-specifications-section {
  padding: 50px 0;
  background: #f8fbff;
}

/* Heading */

.technical-specifications-section .technical-specifications-details {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}

.technical-specifications-section .technical-specifications-details p {
  margin-top: 25px;
  font-size: 17px;
  line-height: 1.8;
  color: #646f88;
}
/* Table Section */

.technical-specifications-section .technical-specification-table {
  margin: 0;
  background: #fff;
  border: 1px solid #dfe7f3;
  border-radius: 18px;
  overflow: hidden;
}

.technical-specifications-section .technical-specification-table th {
  width: 30%;
  background: #062e82;
  color: #fff;
  font-weight: 500;
  padding: 20px;
  vertical-align: middle;
  border-color: #dfe7f3;
}

.technical-specifications-section .technical-specification-table td {
  padding: 20px;
  color: #646f88;
  line-height: 1.8;
  vertical-align: middle;
  border-color: #dfe7f3;
}

.technical-specifications-section
  .technical-specification-table
  tr:last-child
  th,
.technical-specifications-section
  .technical-specification-table
  tr:last-child
  td {
  border-bottom: 0;
}

/* Responsive */

@media (max-width: 991px) {
  .technical-specifications-section .technical-specification-table th,
  .technical-specifications-section .technical-specification-table td {
    white-space: normal;
    padding: 16px;
  }
}
