:root {
  --primary: #1f6193;
  --dark-primary: #11446e;
  --lighter-gray: #f8fafa;
  --light-gray: #edf2f2;
  --dark-gray: #2e3c46;
  --darker-gray: #1d2730;
}

.container main {
  font-family: font-faNum;
  direction: rtl;
  padding: 5% 3%;
}
.content {
  /* margin: 0 auto; */
  /* padding:0 15px; */
  width: 100%;
}

.content__title {
  font-family: font-faNum;
}

.content__title-post {
  color: var(--darker-gray);
  font-family: font-faNum;
  text-shadow: 0 0 7px #809cb3b3;
  /* margin-bottom: 15px; */
  font-size: 21px;
  font-weight: 700;
  margin: 25px 0px;
}

.content__wrapper {
  margin: 0 auto;
  padding: 0 15px;
  display: block;
  width: 100%;
}

.content__title-date {
  color: rgb(121, 121, 121) !important;
  font-family: font-faNum;
  font-weight: 100;
  font-size: 13px;
}

.content__Description h2 {
  padding: 0.5rem;
  text-align: right;
  color: var(--primary);
  font-size: 16px;
  font-weight: 600;
}

.content__img {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
}
.content__Description {
  line-height: 26px;
  font-size: 1.5rem;
  font-family: font-faNum;
}

.content__Description p {
  font-family: font-faNum;
  color: var(--darker-gray);
  text-align: justify;
  margin-bottom: 25px;
  font-size: 15px;
  /* padding-right: 20px; */
}
.content__Description ol,
.content__Description ul {
  padding-right: 40px;
}

.content__Description li {
  font-family: font-faNum;
  margin-bottom: 7px;
}

.content__Description span {
  color: red;
  font-family: font-faNum;
}

.content__Description a {
  color: var(--primary);
  text-decoration: none;
  padding: 5px;
  font-size: 17px;
  font-family: font-faNum;
  line-height: 18px;
  /* transition: padding .3s; */
}

.content__Description a:hover {
  color: #e49224 !important;
  font-weight: 900;
  /* padding-right: 3px; */
}

.content__Description a:visited {
  color: var(--primary);
}

.content__Description table {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--light-gray);
  cursor: default;
  color: var(--darker-gray);
  border: 2px solid var(--dark-primary);
}

.content__Description table th {
  border: 2px solid var(--dark-primary);
  text-align: center;
  padding: 4px 8px;
  font-size: 1.3rem;
}

.content__Description table tr {
  border: 1px solid var(--primary);
}
.content__Description table thead tr:nth-child(1) {
  font-size: 1.5rem;
  background-color: var(--primary);
  color: var(--lighter-gray);
}

.content__Description table tr:nth-child(2n) {
  background-color: white;
}
.content__Description table td {
  text-align: center;
  padding: 4px 8px;
  font-family: 'font-faNum';
  font-size: 1.3rem;
  border: none;
}

.content__Description table td {
  border-right: 1px solid var(--primary);
}

figure {
    width: 100%;
}

figure img {
    width: 100%;
}

@media (max-width: 350px) {
  .content__Description table td {
    padding: 4px 6px;
  }
  .content__Description table th {
    padding: 4px 6px;
  }
}

@media (min-width: 500px) {
  .container main {
    padding: 5% 10%;
  }
  .content__img {
    width: 90%;
  }
}

@media (min-width: 767px) {
  .content__img {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .container main {
    padding: 5% 12%;
  }

  .content__img {
    width: 65%;
  }
}
