.brand {
  text-align: center;
  font-size: 38px;
  font-weight: 800;
  color: #ffffff;
}

.strike {
  font-size: 42px;
  color: #ff0000;
}

.discount {
  font-size: 42px;
  color: #fafb00;
}

.four {
  font-size: 42px;
  color: #7bd415;
}

.five {
  font-size: 42px;
}

.row-border {
  border-radius: 12px;
  border: 4px solid #454b58;
  padding: 12px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.point17 {
  text-align: center;
}

.point {
  text-align: center;
  font-size: 38px;
  color: #ff0000;
  font-weight: bold;
  /* border-bottom: 2px solid #616671; */
  padding: 12px;
}

.table-display {
  display: flex;
  padding: 0px;
}

.table-display-li {
  padding-left: 1.5rem;
}

.border-pd {
  padding: 8px;
}
.box-lineup {
  margin-top: -3rem;
}

@media only screen and (max-width: 767px) {
  .box-lineup {
    margin-top: -5rem;
  }
  .table-display {
    display: contents;
  }

  .table-display-li {
    padding-left: 0rem;
  }

  .point {
    font-size: 24px;
    padding: 0px;
  }

  .border-pd {
    padding: 1.4rem;
  }

  .strike {
    font-size: 32px;
    color: #ff0000;
  }

  .discount {
    font-size: 32px;
    color: #fafb00;
  }

  .four {
    font-size: 32px;
    color: #7bd415;
  }
}

@media only screen and (max-width: 325px) {
  .strike {
    font-size: 24px;
    color: #ff0000;
  }

  .discount {
    font-size: 24px;
    color: #fafb00;
  }

  .four {
    font-size: 24px;
    color: #7bd415;
  }
}
/* naga */
.about-para {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .about-para {
    font-size: 12px;
  }
}
