
html {
  scroll-behavior: smooth;
}

* {
  font-family: Circular, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
@media (max-width:800px) {
  .pic-section{
    margin-top: 60px;
  }
}
.pic-section {
    position: relative;
}
.blog-image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  
}
.main-text {
  padding: 35px 25px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.blog-mob-image{
  display: none;
}
.blog-section{
  direction: rtl;
  text-align: right;
  width: 80%;
  margin: 32px auto;
}
.blog-header{
  color: #FB5E07;
  margin-top: 46px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.blog-detail{
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  margin-top: 16px;
}
ol > li::marker {
  font-weight: bold;
}

@media (max-width: 600px)  {
  .pic-section {
      margin-top: 60px;
  } 
  .blog-mob-image{
      display: block;
      width: 100%;
  }
  .blog-image{
      display: none;
  }
  .more-blogs .blog{
      width: 90%;
      margin: 0 auto;
  }
}
