#small-info-container {
  display: block !important;
  position: relative;
  top: 5rem;
  padding: 0.8rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: #f1f1f1;
  background-color: #131625;

  &::before {
    content: open-quote;
    color: #ffa000;
    font-size: 2rem;
  }

  &::after {
    content: close-quote;
    font-size: 2rem;
    color: #ffa000;
  }
}

#small-info-container a {
  color: #ffa000;
  /* font-weight: lighter; */
}

/* Card */
.card-dialog-content-section-item {
  margin-bottom: 0.4rem;
}

.card-dialog-content-section-item-link {
  transition: all 0.3s ease;
  text-decoration: none;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
  color: #fff;
}

#card-section,
.card-header-section,
.card-header-img-section {
  display: flex;
  align-items: center;
}

#card-section {
  flex-wrap: wrap;
  width: 100%;
  gap: 1.5rem;
}

.card {
  position: relative;
  color: #fff;
  width: 45%;
  max-width: 35rem;
  margin: auto;
  flex: 0 0 calc((100% / 3)-1rem);
  padding: 1rem 0.7rem;
  background-color: #131625;
  border: solid 0.1rem #f1f1f1;
  border-radius: 1rem;
  box-shadow: 0.2rem 0.9rem 2rem 0.2rem #131625;
}

.card-item-section-content {
  list-style-type: none;
  padding: 0.3rem 0.2rem;
  background-color: #1a1e33;
}

.card-item-section-content-item {
  list-style: none;
  margin-bottom: 0.3rem;
}

.card-item-section-content-item:last-child {
  margin-bottom: 0;
}

.card-item-section-content-item-link {
  text-decoration: none;
  letter-spacing: 0.06rem;
  color: #fff;
  font-size: 0.9rem;
  border-radius: 0.4rem;
  padding: 0.4rem 0.3rem;
  transition: all 0.3s ease-in-out;
}

.card-item-section-content-item-link:hover {
  color: #1a1e33;
  background-color: #fff;
  cursor: pointer;
}

.card-header-section {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0 0.6rem 0.6rem 0.6rem;
}

.card-header-img-section {
  flex-direction: column;
}

.card-header-img-section-img {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.2rem;
  border: solid 0.1rem #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.card-header-img-section-img:hover {
  cursor: pointer;
  width: 3.8rem;
  height: 3.8rem;
}

.card-header-img-section-time {
  font-size: 0.8rem;
  transition: all 0.3s ease;
}

.card-header-img-section-time:hover {
  cursor: pointer;
  font-size: 1.2rem;
}

.card-header-section-title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffa000;
}

@media (max-width: 668px) {

  /* Card */
  .card {
    width: 100%;
  }
}

#quotes-carousel {
  margin-bottom: 2rem;
}

.slide__content {
  width: 60%;
  max-width: 35rem;
  margin: 2rem auto;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  word-wrap: break-word;
  border: solid 0.4rem #111423;
  border-radius: 0.8rem;
  background-color: #131625;
  box-shadow: 0.8rem 0.8rem 1rem #000;
}

.splide__slide .author__img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: solid 0.4rem #ffa000;
}

.splide__slide .author__name {
  font-weight: 600;
}

.splide__slide .author__quotes {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: bolder;
  font-style: italic;
  color: #fbb;

  &::before {
    content: open-quote;
    font-size: 1.5rem;
  }

  &::after {
    content: close-quote;
  }
}

#what-is-Neuvity {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 2rem;

  & #question {
    width: fit-content;
    font-size: 2rem;
  }

  & #answer {
    letter-spacing: 0.123rem;
    word-spacing: 0.3rem;
  }

  & #want-to-know-more {
    font-size: 1.2rem;
  }

  & #about-details a {
    color: #ffa000;
  }
}

#blog-body,
#foot-content-group-container {
  display: none;
}