@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
p,a,h1,h2,h3 {
  font-family: 'Cairo';
}
/*****about us*******/
.about{
  margin-top: 100px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
  }
  .about .container{
    direction:rtl;
  }
  .about .container h2{
    font-weight: bold !important;
    margin-bottom: 20px;
  }
  .about .container p{
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 2;
  }
  .about .container p:first-of-type{
    margin-top: 65px;
  }

  @media (max-width: 990px) {
    .about p{
      font-size: 16px !important;
    }
    .about h3,.about h2{
      font-size: large !important;
    }
  }
  @media (max-width: 450px) {
    .about p {
      font-size: 13px !important;
      font-weight: 600;
      line-height: normal;
      padding: 0 !important;
    }
    .about h3, .about h2{
      font-size: medium !important;
      line-height: normal;
      padding: 0 !important;
    }
    .about .container p:first-of-type {
      margin-top: 20px;
  }
  }
  
  @media (max-width: 365px) {
    .about h3, .about h2{
      font-size: 15px !important;
    }
  }