:root {
  --primari-color: #027aeb;
  --primari-secend-color: #729304;
  --primari-gray-color: #b3b3b3;
  --primari-black-color: #424242;
}

#terms .terms_top {
  width: 100%;
  height: 40vh;
  margin-top: 100px;
  background: gold;
  color: white;
  display: grid;
  place-content: center;
  text-align: center;
  background: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.7176470588),
      rgba(0, 0, 0, 0.4392156863)
    ),
    url(./img/terms.jpg);

  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  background-position-y: 130%;
}
#terms .terms_top h1 {
  font-size: 3vw;
  text-transform: capitalize;
  font-family: "PT Serif", serif;
}
#terms .terms_top p {
  line-height: 170%;
  font-weight: 600;
  color: rgb(226, 226, 226);
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: 1vw;
  letter-spacing: 3px;
  font-weight: 300;
}
#terms .terms_top img {
  width: 50px;
  margin: auto;
}
#terms .terms_bottom {
  width: 100%;
}
#terms .terms_bottom .terms_content {
  margin: 30px auto;
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#terms .terms_bottom .terms_content .item {
  width: 100%;
  margin-bottom: 30px;
  padding: 70px 10px;
  flex-wrap: wrap;
  letter-spacing: 1px;
}
#terms .terms_bottom .terms_content .item h1 {
  text-transform: uppercase;
  font-size: 20rem;
  font-weight: 700;
  color: rgba(1, 58, 112, 0.8901960784);
  padding: 10px 0;
}
#terms .terms_bottom .terms_content .item ul {
  flex-direction: column;
  list-style: decimal;
  list-style-position: inside;
}
#terms .terms_bottom .terms_content .item ul li,
#terms .terms_bottom .terms_content .item ul p {
  padding: 10px 0;
  line-height: 200%;
}

@media (max-width: 768px) {
  #terms .terms_top {
    background-size:100% 100%;
  height: 20vh;
  margin-top: 50px;
    
    background-position-y: -300px;
  }
  #terms .terms_top h1 {
    font-size: 8vw;
  }
  #terms .terms_bottom {
    width: 100%;
  }
  #terms .terms_bottom .terms_content {
    margin: 0px auto;
    width: 100%;
    flex-wrap: wrap;
  }
  #terms .terms_bottom .terms_content .item {
    width: 95%;
    margin: auto;
    margin-bottom: 20px;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  #terms .terms_bottom .terms_content .item h1 {
    font-size: 22rem;
    padding: 10px 0;
  }
} /*# sourceMappingURL=terms.css.map */
