main {
  background-color: var(--background);
  color: var(--white);
  position: relative;
}

.body_section {
  background-color: var(--background);
  position: relative;
  padding-top: 50px;
  padding: 50px 245px 0;
  color: var(--white);
  padding-bottom: 50px;
}

.navbarRest {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 29px;
  border-bottom: 0.5px solid #626262;
  background-color: var(--background);
  padding-right: 38px;
  padding-left: 40px;
  padding-top: 45px;
  margin: 0 auto;
}



.description_text b {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: calc(1.325rem + .9vw);
  font-weight: 500;
  line-height: 1.2;
  display: block;
  width: 100%;
}

.description_terms {
  margin-bottom: 40px;
}
.description_terms .description_text {
  max-width: 100%;
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  line-height: 24px !important;
  font-weight: 300;
  color: var(--descriptionText);
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
  row-gap: 50px;
  color: white;
}
.description_terms .description_text a{
  color: #c71a13 !important;
}
.description_terms .description_text > p{
  width: 100%;
  color: var(--descriptionText) !important;
  line-height: 24px !important;
  font-family: "Roboto", "sans-serif" !important;
  font-weight: 300 !important;
  font-size: 16px !important;
}
.description_terms .description_text > p > b{
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  .body_section {
    padding: 25px;
  }
  .description_terms .description_text > p {
    width: 100%;
}
}
