* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.text-black {
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-black img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 8px;
}
.hr-border {
  border-bottom: 1px solid #000000;
}

.pluto-white-image {
  width: 320px;
  height: 100%;
  object-fit: cover;
}
.image-box {
  width: 320px;
  max-height: 200px;
  margin-top: 15px;
}
.stellar-image {
  width: 130px;
  height: 34px;
}
.stellar-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-right p {
  font-size: 11px;
  text-align: start;
}
.product-nav {
  position: relative;
}

.product-nav::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #38ff8e;
  left: -12px;
  top: 8px;
  bottom: 0;
  right: 0;
}
.contain-heading {
  position: relative;
  display: inline-block;
}
.contain-heading .text-green-300::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #38ff8e;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main-content {
  height: calc(100vh - 135px);
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1280px) {
  .main-content {
    height: calc(100vh - 135px);
  }
}
@media (max-width: 560px) {
  .main-content {
    height: calc(100vh - 163px);
  }
}

@media (max-width: 376px) {
  .main-content {
    height: calc(100vh - 183px);
  }
}
