/* Features & specs */
.features-specs-wrapper {
  padding: 24px 44px 36px;
  position: fixed;
  bottom: -100%;
  width: 100%;
  background: #e2e2e2;
  height: 100vh;
  overflow: auto;
  transition: 0.75s ease;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
}
.features-specs-wrapper.active {
  bottom: 0px;
  transition: 0.75s ease;
  opacity: 1;
  visibility: visible;
}
.features-specs-wrapper .atherspace-title {
  align-items: center;
  margin-bottom: 70px;
}
.atherspace-title-right {
  font-size: 16px;
  line-height: 22px;
  color: #191919;
  cursor: pointer;
}
.atherspace-title-right span {
  font-weight: 300;
  margin-right: 9px;
}
.atherspace-title-right label {
  cursor: pointer;
  font-weight: 400;
}
.specificaitions-list {
  border-top: 2px solid #191919;
}
.specificaitions-heading .panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0px;
  cursor: pointer;
}
.specificaitions-heading h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  color: #191919;
}
