.terms-conditions{
    background: radial-gradient(
    circle at 70% 54%,
    rgba(5, 8, 79, 1) 8%,
    rgba(3, 5, 46, 1) 20%,
    rgba(2, 4, 40, 1) 28%,
    rgba(0, 0, 0, 1) 110%,
    rgba(0, 0, 0, 1) 100%
  );
  width: 100vw;
  height: 88vh;
 
}

.terms{
    margin-top: 50px;
}
.about{
    color:#fff;
  /*  background: linear-gradient(to right, #2179f3, #0846ff, #237ccf, #4496ee);*/
  /*-webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
}
.about-content{
  width: 80%;
  margin: 0 auto;

  
}
h3{
    color: #fff;
    
}

h3 span{
    color:#fff;

}
p{
    color: #fff;
    /* text-align: justify;
    text-justify: inter-word;
    word-break: break-all; */

      text-align: justify;
    
    word-spacing: -0.09em;
      
text-justify: inter-word;
  
}



@media only screen and (max-width: 1024px) {
.terms-conditions{
     /* width: 100vw; */
  height: fit-content;
}

}

.about-overlay-1{
position: absolute;
top: 13%;
left: 10%;
width: 75px;
}
.about-overlay-2{
position: absolute;
top: 50%;
left: 85%;
width: 75px;
}
.about-overlay-3{
position: absolute;
top: 75%;
left: 25%;
width: 95px;
}


@media only screen and (max-width: 768px) {

.about-overlay-2{
position: absolute;
top: 50%;
left: 85%;
width: 75px;
display: none;
}
.about-overlay-3{
position: absolute;
top: 75%;
left: 25%;
width: 95px;
display: none;
}

}

@media only screen and (max-width: 500px) {

h3{
    margin-top:15px;
}

p{
    text-align:start;
}

}





