#myBtnup {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #00000075;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtnup:hover {
  color: rgb(0, 0, 0);
  background-color: transparent;
}

.under-line.active-aftersales::before {
  width: 100%;
  left: 0;
}

.bg {
  /* margin-top: -2rem; */
  width: 100%;
  text-align: center;
}

.cover {
  width: 100%;
  height: auto;
}

.title h1 {
  position: absolute;
  font-size: 70px;
  line-height: 120px;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  margin: 10% 0;
  padding: 0px 100px;
  width: 100%;
  /* top: 5rem; */
  /* font-family: Chakra Petch, sans-serif !important; */
}

.title-sales {
  font-size: 100px;
  line-height: 80px;
  font-weight: 800;
  color: #000000;
}

.description-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 2rem;
}

.EC-Mobile {
  width: 100%;
}

.table-striped {
  font-size: 30px;
}

.table-title {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
}

td {
  font-size: 20px;
  padding: 20px 40px !important;
}

th {
  font-size: 25px !important;
}

.title-bottom h1 {
  font-size: 50px;
  line-height: 120px;
  letter-spacing: 0px;
  font-weight: 700;
}

.title-bottom {
  height: 150px;
  display: grid;
  justify-content: center;
  background-color: #343536;
  color: #fff;
  place-items: center;
}

/* .title-bottom {
  display: block;
} */

@media (min-width: 769px) {
  .title-bottom {
    display: none;
  }
}

@media (max-width: 768px) {
  .title h1 {
    /* font-size: 2rem;
    margin: 0% 0;
    text-align: center;
    line-height: 100px; */
    display: none;
  }
  .row {
    display: grid !important;
  }
  .title-sales {
    font-size: 25px;
    line-height: 30px;
  }
  th {
    font-size: 15px !important;
  }
  td {
    font-size: 15px;
    padding: 10px 10px !important;
  }
}
