.iso_header_container {
  width: 100%;
  padding:2% 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #1f2833;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.iso_sect1_container{
  padding: 3% 5%;
}
.how_it_works_section_card {
  background-color: #2b3541;
  border: none;
  color: #dededecc;
  border-radius: 10px;
  padding-top: var(--padding-xs);
  margin-bottom: var(--margin-xxl);
}

.how_it_works_section_card_heading {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
}

.how_it_works_section_heading {
  font-size: var(--font-xs);
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

.heading-hr {
  width: 64px;
  border: 2px solid #67fbf1;
  height: 0px;
  background-color: #67fbf1;
  margin: auto;
  margin-bottom: var(--margin-xxl);
}

.main-heading-hr {
  width: 95px;
  border: 2px solid #67fbf1;
  height: 0px;
  background-color: #67fbf1;
}

.description_section {
  margin: 6rem 0rem;
}

.description_section_img {
  margin: 0rem 10%;
}

.main-heading {
  font-weight: 900;
  font-size: 36px;
  color: #353e47;
  font-family: "Roboto", sans-serif;
}

.card-heading {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  text-transform: capitalize;
  margin: 1.5rem 0rem;
  color: #2b3541;
}

.navbar_menu {
  float: left;
  color: aqua;
}
.navbar_menu:hover {
  cursor: pointer;
}
.navbar {
  background-color: #2b3541;
  height: 4.5rem;
}

.navbar-brand {
  color: white;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
}
.get_in_touch_section_btn {
  background: #1f2833;
  border-radius: 4px;
  display: block;
  max-width: fit-content;
}
.get_in_touch_section_btn_text a {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #67fbf1;
  font-family: "Roboto", sans-serif;
}
.get_in_touch_section_btn_text a:hover {
  text-decoration: none;
}
.rootnik--labs--logo:hover {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}