.heading {
  font-family: "Rubik", sans-serif;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.24;
  text-align: center;
  color: #282828;
  margin-bottom: 50px;
}
._overview .description {
  font-family: "Rubik", sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #262626;
}
._overview .highlight {
  color: #282828;
  font-weight: bold;
}

.image_Wrapper {
  max-height: 800px;
  width: 100%;
}
.pb_20 {
  padding-bottom: 20px;
}
.mt_50 {
  margin-top: 50px;
}

/* list and ul css */
.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

.title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.text-lg-left {
  text-align: left;
}

.desc {
  font-size: 1rem;
  line-height: 1.5;
}
/* features tabView css */
.q-features-tabs {
  border-left: 2px solid #dee2e6;
  border-left: solid 1px #e4e2e2;
  width: 100%;
}

/* Change the tabs to bordered instead of pills */
.q-features-tabs .nav-link {
  border: none;
  border-radius: 0;
  font-family: "Rubik", sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  color: #262626;
  transition: 0.3s all ease;
  padding: 5px 5px;
  background-color: transparent;
  text-align: justify !important;
  position: relative;
}

/* Change the active tab style */
.q-features-tabs .nav-link.active {
  background-color: #ffffff;
  border: 1px solid #212832;
  color: #212832;
  border-radius: 10px;
}
.q-features-tabs .nav-link.active::before {
  content: "";
  height: 100%;
  width: 5px;
  background-color: #212832 !important;
  position: absolute;
  top: 0;
  right: unset;
  left: -4px;
  bottom: unset;
  transform: unset;
}

/* Align the content inside pills to start */
.q-features-tabs .tab-content {
  text-align: start;
}
