.theme-block:nth-child(3) h2{
  margin-bottom: 30px;
}
.theme-block:nth-child(4) p:first-of-type{
  margin-bottom: 25px;
}
.theme-block:not(:nth-child(1)) h2{
  margin-top: 29px;
}
.theme-block h2{
  font-size: 30px;
  color: #000000;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  direction: rtl;
}
.theme-block p{
  font-size: 18px;
  color: #000000;
  direction: rtl;
}