  
  /******terms********/
  .terms{
    margin-top: 100px;
    margin-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .terms .container{
    direction:rtl;
  }
  .terms .container h2{
    font-weight: bold !important;
    margin-bottom: 25px;
  }
  .terms .container h3{
    font-weight: bold !important;
    margin-bottom: 25px;
    font-size: 22px;
  }
  .terms .container p{
    margin-bottom: 25px;
    font-size: 17px;
  }

/* If the screen size is smaller than 1200px, set the font-size to 80px */
@media (max-width: 990px) {
  .terms p{
    font-size: 16px !important;
  }
  .terms h3,.terms h2{
    font-size: large !important;
  }
}
@media (max-width: 450px) {
  .terms p {
    font-size: 13px !important;
    font-weight: bold;
  }
  .terms h3, .terms h2{
    font-size: medium !important;
  }
}

@media (max-width: 365px) {
  .terms h3, .terms h2{
    font-size: 15px !important;
  }
}