:root {
  --background-pr: #080a10;
  --background-other: rgb(109, 2, 72);
  --background-row: #0a0d14;
}
body {
  font-family: "cairo" !important;
  /* background: #000; */
  background: var(--background-pr);
  /* background: #131722 ; */
  /* background: #1a1a1a ; */
}

.header {
  border-bottom: 1px solid #333;
  padding: 25px 0;
  background: var(--background-pr) !important;
}

h1 {
  position: relative;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #fff;

  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin: 30px;
  /* letter-spacing: 1px; */
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
h1 em {
  font-style: normal;
  font-weight: 600;
}

/* === HEADING STYLE #1 === */
.one h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.one h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: var(--background-other);
}
.one h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  left: 50%;
  margin-left: -50px;
  background-color: var(--background-other);
}

.dcma {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ads {
  text-align: center;
  /* background-color: red; */
  width: 95%;
  margin: auto;
}
.row {
  width: 90%;
  padding: 12px;
  border-radius: 5px;
  height: 100%;
  background: var(--background-row);
  margin-bottom: 20px;
}
.row p {
  color: #ffffff;
}

.text-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.text-row h2 {
  color: #ffffff;
  text-align: left;
}

.text-row p {
  text-align: left;
}

h2 {
  font-size: 17px;
}
p {
  font-size: 13px;
  letter-spacing: 1px;
}

.terms-conditions .row {
  margin: 0 auto;
}
