body,
h2 a,
h4 a,
.btn,
.alt-font {
  direction: rtl;
  text-align: start
}

.custom-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #0000004d;
  color: #fff;
  padding: 12px 28px;
  border-radius: 40px;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 4px 12px rgba(0, 0, 0, 0.35);
}