* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {


 
  font-size: 62.5%;
  overflow-x: hidden;

  
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", sans-serif;
  line-height: 1;
  font-weight: 400;
  color: #555;

  overflow-x: hidden;
}

/**************************/
/* Common CSS COMPONENTS */
/**************************/

.container {
  /* 1140px */
  max-width: 120rem;
  padding: 0 3.2rem;
  margin: 0 auto;
}

.grid {
  display: grid;
  column-gap: 6.4rem;
  row-gap: 9.6rem;

  /* margin-bottom: 9.6rem; */
}

/* .grid:last-child {
  margin-bottom: 0;
} */

.grid:not(:last-child) {
  margin-bottom: 9.6rem;
}

.grid--2-cols {
  grid-template-columns: repeat(2, 1fr);
}

.grid--center-v {
  align-items: center;
}

.heading-primary,
.heading-secondary,
.heading-tertiary {
  font-weight: 700;
  color: #333;

  letter-spacing: -0.5px;
}

.heading-primary {
  font-size: 6rem;
  line-height: 1.05;
  margin-bottom: 3.2rem;
  
}

.heading-secondary {
  font-size: 4.4rem;
  line-height: 1.2;
  margin-bottom: 9.6rem;
}

.heading-tertiary {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 3.2rem;
}

.subheading {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #cf711f;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  letter-spacing: 0.75px;
}

.btn,
.btn:link,
.btn:visited {
  display: inline-block;

  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  padding: 1.6rem 3.2rem;
  border-radius: 9px;

  /* Only necessary for .btn */
  border: none;
  cursor: pointer;
  font-family: inherit;

  transition: all 0.3s;
}

/* HELPER CLASSES */
/* .margin-right-sm {
  margin-right: 1.6rem !important;
}

.margin-bottom-md {
  margin-bottom: 4.8rem !important;
} */

strong {
  font-weight: 500;
}

.center-text {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  padding-top: 5rem;
}

span {
  color: rgb(255, 0, 0);

  /* color: rgb(132, 132, 132); */
  font-family: 'Rubik';
}

.text-description {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 4.8rem;
}

.desk-description {
  font-size: 2rem;
  color: rgb(0, 0, 0);
}

blockquote {
  color: #00c3ff;
  font-size: 1.5rem;
  margin: 1rem 2rem;
  font-family: unset;
}
.testt-description {
  font-size: 2rem;
  /* line-height: 1.6;
    margin-bottom: 1rem; */
  font-family: "poppins";
  color: rgb(132, 132, 132);
}
