.img-responsive img {
    position: relative;
    max-height: 360px;
    filter: brightness(80%);
}
.img-responsive div {
    position: absolute;
}
.img-responsive div p {
    margin: 0;
    padding: 10px;
    font-size: 56px;
    line-height: 67px;
    font-weight: 700;
    text-align: center;
}
@media (max-width: 778px) {
    .img-responsive div p {
        font-size: 20px;
        line-height: 10px;
    }
}
.img-responsive div p:first-of-type {
    color: white;
}
.img-responsive div p:last-of-type {
    color: #ffc629;
}
/* section */
.text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-box p {
    font-size: 1.25rem;
    line-height: 35px;
    text-align: right;
}
h2 {
    text-align: right;
    padding: 20px 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}
/* section */
h3.indicators {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: right;
}
/* table */
section.table {
    direction: rtl;
    overflow-x: auto;
}
table {
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
  }

  th, td {
    padding: 8px;
    text-align: left;
    border: 1px solid #EBAF0A;
  }

  th {
    background-color: #CB9500;
    color: white;
  }

  tfoot td {
    background-color: #CB9500;
    color: white;
    font-weight: bold;
    text-align: center;
  }
table thead tr th:first-of-type,
table tbody tr td:first-of-type {
    border-right: none;
}
table thead tr th:last-of-type,
table tbody tr td:last-of-type {
    border-left: none;
}
thead, tfoot {
    height: 80px;
}
thead th,
tfoot td {
    text-align: center;
    vertical-align: middle !important;
}
tbody tr td {
    text-align: center;
}
thead tr th:last-child {
    border-radius: 12px 0 0 0;
    border: none;
}
thead tr th:first-child {
    border-radius: 0 12px 0 0;
    border: none;
}
tfoot tr td:last-child {
    border-radius: 0 0 0 12px;
    border: none;
}
tfoot tr td:first-child {
    border-radius: 0 0 12px 0;
    border: none;
}
/* table */
.text-gary{
    color: #4E5C5C;
}
p.text-gary{
    font-size: 20px;
    text-align: justify !important;
    direction: rtl !important;
}
.w-25{width: 25% !important;}
